a708a57d94
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@657 7ec92016-0320-0410-acc4-a06ded1c099a
19 lines
457 B
Batchfile
Executable file
19 lines
457 B
Batchfile
Executable file
|
|
:: Phoenix.cpp
|
|
|
|
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W4 -wd4710 -I"." -I"..\..\include" Phoenix.cpp
|
|
|
|
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"Phoenix-msvc.exe" ..\..\lib\loki.lib Phoenix.obj
|
|
|
|
|
|
|
|
|
|
:: Dependencies.cpp
|
|
|
|
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W4 -wd4710 -I"." -I"..\..\include" Dependencies.cpp
|
|
|
|
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"Dependencies-msvc.exe" ..\..\lib\loki.lib Dependencies.obj
|
|
|
|
|
|
del *.obj
|
|
|