move Factory example
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@252 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
6c0ebe3692
commit
ef9dd3d9fc
4 changed files with 3 additions and 0 deletions
5
test/Factory/make.msvc.bat
Executable file
5
test/Factory/make.msvc.bat
Executable file
|
@ -0,0 +1,5 @@
|
|||
if not exist tmp\ mkdir tmp
|
||||
|
||||
cl -c -Zm200 -O2 -MT -EHsc -GR -W0 -wd4710 -I"." -I"..\include" -I"..\include\loki" -Fotmp\ Factory.cpp
|
||||
|
||||
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"main-msvc.exe" tmp\Factory.obj ..\lib\SmallObj.obj ..\lib\Singleton.obj
|
Loading…
Add table
Add a link
Reference in a new issue