mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
Windows Unicode I/O
This commit is contained in:

committed by
Alexander Medvednikov

parent
c28a490c17
commit
fcb1f211e3
@@ -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 -Ithirdparty/microsoft_craziness -DUNICODE -D_UNICODE .v2.exe.c thirdparty/microsoft_craziness/microsoft_craziness.c -o v2.exe -lole32 -ladvapi32 -loleaut32
|
||||
./v2.exe -o v3.exe compiler
|
||||
fi
|
||||
- |
|
||||
|
Reference in New Issue
Block a user