Subversion Repositories Kolibri OS

Rev

Rev 7618 | Details | Compare with Previous | Last modification | View Log | RSS feed

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