1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Windows Unicode support

This commit is contained in:
vitalyster
2019-07-24 00:40:24 +03:00
committed by Alexander Medvednikov
parent e25ea7f9dd
commit 8462e99bc5
7 changed files with 207 additions and 63 deletions

View File

@@ -35,7 +35,8 @@ script:
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
echo "Running make.bat..."
./make.bat
./v.exe -o v2.exe compiler
./v.exe -debug -o v2.exe compiler
gcc -DUNICODE -D_UNICODE .v2.exe.c -o v2.exe
./v2.exe -o v3.exe compiler
fi
- |