2005-09-15 14:33:01 +00:00
|
|
|
if not exist tmp\ mkdir tmp
|
2005-09-15 12:02:46 +00:00
|
|
|
|
2005-09-15 14:33:01 +00:00
|
|
|
cl -c -Zm200 -O2 -MT -EHsc -GR -W0 -wd4710 -I"." -I"..\include" -I"..\include\loki" -Fotmp\ Factory.cpp
|
2005-09-15 12:02:46 +00:00
|
|
|
|
2005-09-15 14:33:01 +00:00
|
|
|
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"main-msvc.exe" tmp\Factory.obj ..\lib\SmallObj.obj ..\lib\Singleton.obj
|