Last change
on this file since 2629 was
2249,
checked in by rgrieder, 16 years ago
|
Changes in visual studio solution:
- Restored directories.vsprops
- Removed second tolua application and adjusted tolua file generation to the new method.
- Added files in bin/msvc directory for debug and release versions
- Added TIXML_USE_TICPP and _CRT_SECURE_NO_WARNINGS to the global symbols.
|
File size:
2.2 KB
|
Rev | Line | |
---|
[678] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
---|
| 2 | <VisualStudioPropertySheet |
---|
| 3 | ProjectType="Visual C++" |
---|
| 4 | Version="8.00" |
---|
[1839] | 5 | Name="base" |
---|
| 6 | InheritedPropertySheets=".\directories.vsprops" |
---|
[678] | 7 | > |
---|
| 8 | <Tool |
---|
| 9 | Name="VCCLCompilerTool" |
---|
[2220] | 10 | AdditionalIncludeDirectories=""$(RootDir)src";"$(RootDir)src\tolua";"$(RootDir)src\orxonox";"$(RootDir)src\ceguilua-0.6.1\ceguilua";"$(LibDir)ogre-1.4.9\include";"$(LibDir)boost-1.35.0\include";"$(LibDir)cegui-0.6.1\include";"$(LibDir)enet-1.2\include";"$(LibDir)libogg-1.1.3\include";"$(LibDir)libvorbis-1.2.0\include";"$(LibDir)openal-1.1\include";"$(LibDir)freealut-1.1.0\include";"$(LibDir)tcl-8.5.2\include";"$(LibDir)zlib-1.2.3\include";"$(LibDir)lua-5.1.3\include"" |
---|
[2249] | 11 | PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;_WINDOWS;BOOST_ALL_DYN_LINK;OIS_DYNAMIC_LIB;ZLIB_WINAPI;LUA_BUILD_AS_DLL;TIXML_USE_TICPP;_CRT_SECURE_NO_WARNINGS" |
---|
[708] | 12 | WarningLevel="3" |
---|
[1059] | 13 | DisableSpecificWarnings="4522;4251;4800" |
---|
[678] | 14 | /> |
---|
| 15 | <Tool |
---|
| 16 | Name="VCLibrarianTool" |
---|
[789] | 17 | OutputFile="$(LibOutDir)$(ProjectName)$(CS).lib" |
---|
[788] | 18 | AdditionalLibraryDirectories="$(RootDir)dependencies\lib" |
---|
[678] | 19 | IgnoreAllDefaultLibraries="true" |
---|
| 20 | /> |
---|
| 21 | <Tool |
---|
| 22 | Name="VCLinkerTool" |
---|
[789] | 23 | OutputFile="$(OutDir)$(ProjectName)$(CS).dll" |
---|
[2217] | 24 | AdditionalLibraryDirectories=""$(LibDir)boost-1.35.0\lib\$(ConfigurationName)";"$(LibDir)cegui-0.6.1\lib\$(ConfigurationName)";"$(LibDir)enet-1.2\lib\$(ConfigurationName)";"$(LibDir)freealut-1.1.0\lib\$(ConfigurationName)";"$(LibDir)libogg-1.1.3\lib\$(ConfigurationName)";"$(LibDir)libvorbis-1.2.0\lib\$(ConfigurationName)";"$(LibDir)ogre-1.4.9\lib\$(ConfigurationName)";"$(LibDir)openal-1.1\lib\$(ConfigurationName)";"$(LibDir)tcl-8.5.2\lib\$(ConfigurationName)";"$(LibDir)zlib-1.2.3\lib\$(ConfigurationName)";"$(LibDir)lua-5.1.3\lib\$(ConfigurationName)"" |
---|
[1024] | 25 | SubSystem="1" |
---|
[789] | 26 | ImportLibrary="$(LibOutDir)$(TargetName).lib" |
---|
[678] | 27 | TargetMachine="1" |
---|
| 28 | /> |
---|
[788] | 29 | <UserMacro |
---|
[789] | 30 | Name="LibOutDir" |
---|
[1842] | 31 | Value="$(RootDir)build\" |
---|
[788] | 32 | /> |
---|
| 33 | <UserMacro |
---|
[789] | 34 | Name="CS" |
---|
| 35 | Value="" |
---|
| 36 | /> |
---|
[678] | 37 | </VisualStudioPropertySheet> |
---|
Note: See
TracBrowser
for help on using the repository browser.