[Compiler Config] Name=Visual C++ toolkit 2003 Disabled=false # true = won't appear in compiler list [Options] Interpreter=none # none, mingw, or borland LibFormat=$LIBFILE.lib IncludePathFormat=/I"$PATH" LibPathFormat="/LIBPATH:$PATH" ObjFileFormat=$FILE.obj ResFileFormat=$FILE.res ExeFileFormat=$FILE.exe DllFileFormat=$FILE.dll ForceC++Compile.ON=/TP ForceC++Compile.OFF= TurnOffWarnings.ON=/w TurnOffWarnings.OFF= [Windows App Commands] CompileCmd=cl "$IN" /c /Fo"$OUT" /I"$PATH\..\include" /I"$PATH\..\..\Microsoft Platform SDK\include" $CFLAGS /nologo ResCompileCmd=rc /fo"$OUT" /i"$PATH\..\include" /i"$PATH\..\..\Microsoft Platform SDK\include" "$IN" LinkCmd=link /SUBSYSTEM:WINDOWS /NOLOGO /LIBPATH:"$PATH\..\lib" /LIBPATH:"$PATH\..\..\Microsoft Platform SDK\Lib" /MACHINE:IX86 $LFLAGS $INRES $IN user32.lib gdi32.lib kernel32.lib comdlg32.lib comctl32.lib vfw32.lib winmm.lib "/OUT:$OUT" [Console App Commands] CompileCmd=cl "$IN" /EHsc /GR /c /Fo"$OUT" /I"$PATH\..\include" $CFLAGS /nologo LinkCmd=link /SUBSYSTEM:CONSOLE /NOLOGO /LIBPATH:"$PATH\..\lib" $LFLAGS $IN "/OUT:$OUT" [DLL Commands] CompileCmd=cl "$IN" /c /Fo"$OUT" /I"$PATH\..\include" /I"$PATH\..\..\Microsoft Platform SDK\include" $CFLAGS /nologo LinkCmd=link /SUBSYSTEM:WINDOWS /DLL /NOLOGO $LFLAGS /LIBPATH:"$PATH\..\lib" /LIBPATH:"$PATH\..\..\Microsoft Platform SDK\Lib" $IN user32.lib kernel32.lib gdi32.lib "/OUT:$OUT" [Static Lib Commands] CompileCmd=cl "$IN" /c /Fo"$OUT" $CFLAGS /I"$PATH\..\include" /nologo LinkCmd=lib $IN $LFLAGS /NOLOGO "/OUT:$OUT"