diff --git a/programs/other/krule/build.bat b/programs/other/krule/build.bat index 2aee3766f3..44d6853477 100644 --- a/programs/other/krule/build.bat +++ b/programs/other/krule/build.bat @@ -1,9 +1,9 @@ call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" @cl /c /O2 /nologo /GS- /GR- /fp:fast *.cpp -@link /nologo /manifest:no /entry:crtStartUp /subsystem:native /base:0 /fixed /align:16 /nodefaultlib hello.obj *.obj +@link /nologo /manifest:no /entry:crtStartUp /subsystem:native /base:0 /fixed /align:16 /nodefaultlib krule.obj *.obj @del krule -@pe2kos hello.exe krule -@del hello.exe +@pe2kos krule.exe krule +@del krule.exe @del *.obj pause \ No newline at end of file