Loki/test/DeletableSingleton/make.msvc.bat

11 lines
268 B
Batchfile
Raw Normal View History

:: DeletableSingleton.cpp
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W4 -wd4710 -I"." -I"..\..\include" DeletableSingleton.cpp
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"DeletableSingleton-msvc.exe" ..\..\lib\loki.lib DeletableSingleton.obj
del *.obj