From fac22c1e7300f6e268d1aa921f2414f891a43333 Mon Sep 17 00:00:00 2001 From: ConLenov Date: Mon, 31 May 2021 10:08:20 +0000 Subject: [PATCH] Fixed build.bat git-svn-id: svn://kolibrios.org@8755 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/other/krule/build.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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