|
Last change
on this file since 1638 was
1638,
checked in by rgrieder, 17 years ago
|
|
merged input branch into gui test branch (was about time)
svn save (it's still a mess and CMLs haven't been updated)
I'll have to create a special project to create the tolua_bind files for tolua itself anyway..
|
|
File size:
1.9 KB
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="Windows-1252"?> |
|---|
| 2 | <VisualStudioPropertySheet |
|---|
| 3 | ProjectType="Visual C++" |
|---|
| 4 | Version="8.00" |
|---|
| 5 | Name="base_properties" |
|---|
| 6 | InheritedPropertySheets=".\directory_properties.vsprops" |
|---|
| 7 | > |
|---|
| 8 | <Tool |
|---|
| 9 | Name="VCCLCompilerTool" |
|---|
| 10 | AdditionalIncludeDirectories=""$(RootDir)";"$(RootDir)src";"$(RootDir)src\orxonox";"$(RootDir)src\tolua";"$(RootDir)src\ois";"$(LibDir)ogre-1.4.8\OgreMain\include";"$(LibDir)boost-1.35.0";"$(LibDir)cegui-0.6.1\include";"$(LibDir)cegui-0.6.1\ScriptingModules\CEGUILua\LuaScriptModule\include";"$(LibDir)enet-1.2\include";"$(LibDir)libogg-1.1.3\include";"$(LibDir)libvorbis-1.2.0\include";"$(LibDir)lua-5.1.3\src";"$(LibDir)openal-1.1\include";"$(LibDir)openal-1.1\alut\include";"$(LibDir)tcl-8.5.\generic";"$(LibDir)zlib-1.2.3";"$(LibDir)ogre-1.4.9\Samples\Common\CEGUIRenderer\include"" |
|---|
| 11 | AdditionalOptions="/MP2" |
|---|
| 12 | PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;BOOST_ALL_DYN_LINK;OIS_DYNAMIC_LIB; ZLIB_WINAPI" |
|---|
| 13 | WarningLevel="3" |
|---|
| 14 | DisableSpecificWarnings="4522;4251;4800" |
|---|
| 15 | /> |
|---|
| 16 | <Tool |
|---|
| 17 | Name="VCLibrarianTool" |
|---|
| 18 | OutputFile="$(LibOutDir)$(ProjectName)$(CS).lib" |
|---|
| 19 | AdditionalLibraryDirectories="$(RootDir)dependencies\lib" |
|---|
| 20 | IgnoreAllDefaultLibraries="true" |
|---|
| 21 | /> |
|---|
| 22 | <Tool |
|---|
| 23 | Name="VCLinkerTool" |
|---|
| 24 | OutputFile="$(OutDir)$(ProjectName)$(CS).dll" |
|---|
| 25 | AdditionalLibraryDirectories="$(DependencyDir)lib" |
|---|
| 26 | SubSystem="1" |
|---|
| 27 | ImportLibrary="$(LibOutDir)$(TargetName).lib" |
|---|
| 28 | TargetMachine="1" |
|---|
| 29 | /> |
|---|
| 30 | <UserMacro |
|---|
| 31 | Name="LibOutDir" |
|---|
| 32 | Value="$(RootDir)lib\" |
|---|
| 33 | /> |
|---|
| 34 | <UserMacro |
|---|
| 35 | Name="DependencyDir" |
|---|
| 36 | Value="$(RootDir)..\lib_precompiled\" |
|---|
| 37 | /> |
|---|
| 38 | <UserMacro |
|---|
| 39 | Name="CS" |
|---|
| 40 | Value="" |
|---|
| 41 | /> |
|---|
| 42 | <UserMacro |
|---|
| 43 | Name="CSS" |
|---|
| 44 | Value="" |
|---|
| 45 | /> |
|---|
| 46 | <UserMacro |
|---|
| 47 | Name="LibDir" |
|---|
| 48 | Value="$(RootDir)..\lib_src\" |
|---|
| 49 | /> |
|---|
| 50 | </VisualStudioPropertySheet> |
|---|
Note: See
TracBrowser
for help on using the repository browser.