kolibrios-fun/programs/other/graph/build.bat
Kirill Lipatov (Leency) ee1482b98d graph: set proper edit_box structure
git-svn-id: svn://kolibrios.org@7933 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-16 19:15:59 +00:00

9 lines
315 B
Batchfile

call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
@cl /c /Od /nologo /GS- /GR- /fp:fast *.cpp
@link /nologo /manifest:no /entry:crtStartUp /subsystem:native /base:0 /fixed /align:16 /nodefaultlib hello.obj *.obj
@del graph
@pe2kos hello.exe graph
@del hello.exe
@del *.obj
pause