2006-02-27 19:59:20 +00:00
|
|
|
|
2006-04-16 13:13:33 +00:00
|
|
|
cl -c -Zm200 -O2 -DNDEBUG -MT -D_WINDLL -DLOKI_MAKE_DLL -EHsc -GR -W4 -wd4251 -I"." -I"..\include" OrderedStatic.cpp SafeFormat.cpp SmallObj.cpp SmartPtr.cpp Singleton.cpp StrongPtr.cpp
|
2006-02-27 19:59:20 +00:00
|
|
|
|
2006-06-19 13:09:05 +00:00
|
|
|
link /NOLOGO /DLL /OUT:"..\lib\loki015.dll" OrderedStatic.obj SafeFormat.obj SmallObj.obj SmartPtr.obj Singleton.obj StrongPtr.obj
|
2006-02-27 19:59:20 +00:00
|
|
|
|
|
|
|
del *.obj
|
|
|
|
|