kolibrios/programs/other/graph_tablelib/build.bat
Kirill Lipatov (Leency) 479085abe1 move graph/graph_tablelib to graph_tablelib
git-svn-id: svn://kolibrios.org@7619 a494cfbc-eb01-0410-851d-a64ba20cac60
2019-03-27 13:24:54 +00:00

9 lines
315 B
Batchfile

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 graph.obj *.obj
@del graph
@pe2kos graph.exe graph
@del graph.exe
@del *.obj
pause