Subversion Repositories Kolibri OS

Rev

Rev 7498 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7498 Rev 7516
Line 1... Line 1...
1
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"  
1
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"  
Line 2... Line 2...
2
 
2
 
3
@cl /c /O2 /nologo /GS- /GR- /fp:fast *.cpp
3
@cl /c /O2 /nologo /GS- /GR- /fp:fast *.cpp
4
@link /nologo /manifest:no /entry:crtStartUp /subsystem:native /base:0 /fixed /align:16 /nodefaultlib hello.obj *.obj
4
@link /nologo /manifest:no /entry:crtStartUp /subsystem:native /base:0 /fixed /align:16 /nodefaultlib hello.obj *.obj
5
@del *.kex
5
@del table
6
@pe2kos hello.exe hello.kex
6
@pe2kos hello.exe table
7
@del hello.exe
7
@del hello.exe
8
@del *.obj
8
@del *.obj
9
pause
9
pause