compiling the res files from cvs
Posted: Sat Jun 14, 2003 8:14 am
Using the latest windows.pb and purebasic.pb res files
i got the following errors during compiling
Can't save windows.res and purebasic_x86.res
the command switch /QUIET is not recognized
any suggestions
i got the following errors during compiling
Can't save windows.res and purebasic_x86.res
the command switch /QUIET is not recognized
any suggestions
Code: Select all
@ECHO OFF
c:\progra~1\purebasic\Compilers\PBCompiler Windows.pb /RESIDENT c:\progra~1\purebasic\Residents\Windows.res /QUIET
c:\progra~1\purebasic\Compilers\PBCompiler PureBasic.pb /RESIDENT c:\progra~1\purebasic\Residents\PureBasic_x86.res /QUIET
PAUSE