I tried to build the libraries using
- Code: Select all
buildwin 90 build all both Win32 samples
It looks like the TCC batch file interpreter can not parse multiple ifs in a for loop.
The standard windows command prompt works just fine!
Also the "nosamples" flag does not work either use "no" or edit buildwin.cmd
before (line: 272)
- Code: Select all
if "%SAMPLES%"=="no" goto :EOF
after
- Code: Select all
if "%SAMPLES%"=="nosamples" goto :EOF
Hope this is of help
Robin





