add build process for msvc also the toolkit (no nmake, no lib)
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@232 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
8e64258f52
commit
e9b0d29ab9
4 changed files with 25 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
if not exist obj\ mkdir obj
|
||||
|
||||
::cl -c -Zm200 -O2 -MT -EHsc -GR -W0 -wd4710 -I"." -I"..\..\include" -I"..\..\include\loki" -Foobj\ Test.cpp
|
||||
cl -c -Zm200 -O2 -MT -EHsc -GR -W0 -wd4710 -I"." -I"..\..\include" -I"..\..\include\loki" -Foobj\ Test.cpp
|
||||
|
||||
link /NOLOGO /SUBSYSTEM:CONSOLE /incremental:no /OUT:"main-msvc.exe" obj\Test.obj
|
||||
::..\..\lib\SmallObj.obj ..\..\lib\Singleton.obj
|
Loading…
Add table
Add a link
Reference in a new issue