Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"  
  2.  
  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 graph.obj *.obj
  5. @del graph
  6. @pe2kos graph.exe graph
  7. @del graph.exe
  8. @del *.obj
  9. pause