forked from KolibriOS/kolibrios
Fixed build.bat
git-svn-id: svn://kolibrios.org@8755 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
373e4e8da4
commit
fac22c1e73
@ -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
|
Loading…
Reference in New Issue
Block a user