2005-10-17 08:43:42 +00:00
|
|
|
if not exist tmp\ mkdir tmp
|
|
|
|
|
|
|
|
|
2005-11-07 12:06:43 +00:00
|
|
|
|
2005-10-17 08:43:42 +00:00
|
|
|
:: DeletableSingleton.cpp
|
|
|
|
|
|
|
|
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W0 -wd4710 -I"." -I"..\..\include" -Fotmp\ DeletableSingleton.cpp
|
|
|
|
|
|
|
|
if not defined LOKI_MSVC_NOLIB (
|
|
|
|
|
|
|
|
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"DeletableSingleton-msvc.exe" ..\..\lib\loki.lib tmp\DeletableSingleton.obj
|
|
|
|
|
|
|
|
) else (
|
|
|
|
|
|
|
|
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"DeletableSingleton-msvc.exe" tmp\DeletableSingleton.obj ..\..\lib\SmallObj.obj ..\..\lib\Singleton.obj
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
2005-11-07 12:06:43 +00:00
|
|
|
|
2005-10-17 08:43:42 +00:00
|
|
|
:: Phoenix.cpp
|
|
|
|
|
|
|
|
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W0 -wd4710 -I"." -I"..\..\include" -Fotmp\ Phoenix.cpp
|
|
|
|
|
|
|
|
if not defined LOKI_MSVC_NOLIB (
|
|
|
|
|
|
|
|
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"Phoenix-msvc.exe" ..\..\lib\loki.lib tmp\Phoenix.obj
|
|
|
|
|
|
|
|
) else (
|
|
|
|
|
|
|
|
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"Phoenix-msvc.exe" tmp\Phoenix.obj ..\..\lib\SmallObj.obj ..\..\lib\Singleton.obj
|
|
|
|
|
|
|
|
)
|
2005-11-01 11:11:52 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:: Dependencies.cpp
|
|
|
|
|
|
|
|
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W0 -wd4710 -I"." -I"..\..\include" -Fotmp\ Dependencies.cpp
|
|
|
|
|
|
|
|
if not defined LOKI_MSVC_NOLIB (
|
|
|
|
|
2005-11-05 17:43:55 +00:00
|
|
|
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"Dependencies-msvc.exe" ..\..\lib\loki.lib tmp\Dependencies.obj
|
2005-11-01 11:11:52 +00:00
|
|
|
|
|
|
|
) else (
|
|
|
|
|
|
|
|
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"Dependencies-msvc.exe" tmp\Dependencies.obj ..\..\lib\SmallObj.obj ..\..\lib\Singleton.obj
|
|
|
|
|
|
|
|
)
|