092052ee93
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@739 7ec92016-0320-0410-acc4-a06ded1c099a
8 lines
215 B
Batchfile
8 lines
215 B
Batchfile
if not exist tmp\ mkdir tmp
|
|
|
|
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W4 -wd4996 -wd4710 -I"." -I"..\..\include" main.cpp
|
|
|
|
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"main-msvc.exe" main.obj
|
|
|
|
del *.obj
|
|
|