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:

committed by
Alexander Medvednikov

parent
e25ea7f9dd
commit
8462e99bc5
@@ -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
|
||||
- |
|
||||
|
Reference in New Issue
Block a user