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

Revert "Windows Unicode support"

This reverts commit 8462e99bc5.
This commit is contained in:
Alexander Medvednikov
2019-07-24 00:24:34 +02:00
parent b48e23757f
commit 2291e9fcfe
7 changed files with 63 additions and 207 deletions

View File

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