add support of loki.dll
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@564 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
7be89b7547
commit
4fbed79847
6 changed files with 38 additions and 9 deletions
7
src/make.msvc.dll.bat
Executable file
7
src/make.msvc.dll.bat
Executable file
|
@ -0,0 +1,7 @@
|
|||
|
||||
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
|
||||
|
||||
link /NOLOGO /DLL /OUT:"..\lib\loki014.dll" OrderedStatic.obj SafeFormat.obj SmallObj.obj SmartPtr.obj Singleton.obj
|
||||
|
||||
del *.obj
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue