add test/SmartPtr and src/SmartPtr.cpp to the msvc build process
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@555 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
0dd629f292
commit
fdea0be349
3 changed files with 12 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W4 -I"." -I"..\include" SmallObj.cpp Singleton.cpp OrderedStatic.cpp SafeFormat.cpp
|
||||
cl -c -Zm200 -O2 -DNDEBUG -MT -EHsc -GR -W4 -I"." -I"..\include" OrderedStatic.cpp SafeFormat.cpp SmallObj.cpp SmartPtr.cpp Singleton.cpp
|
||||
|
||||
link /lib /NOLOGO /OUT:"..\lib\loki.lib" SmallObj.obj Singleton.obj OrderedStatic.obj SafeFormat.obj
|
||||
link /lib /NOLOGO /OUT:"..\lib\loki.lib" OrderedStatic.obj SafeFormat.obj SmallObj.obj SmartPtr.obj Singleton.obj
|
||||
|
||||
del *.obj
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue