Changeset 788 for code/branches/FICN
- Timestamp:
- Jan 15, 2008, 10:17:06 PM (17 years ago)
- Location:
- code/branches/FICN
- Files:
-
- 16 added
- 13 deleted
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN
-
Property
svn:ignore
set to
dependencies
-
Property
svn:ignore
set to
-
code/branches/FICN/src/orxonox/OrxonoxPrereqs.h
r777 r788 39 39 // Shared library settings 40 40 //----------------------------------------------------------------------- 41 #if (ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32) && ! defined( ORXONOX_STATIC_BUILD)41 #if (ORXONOX_PLATFORM == ORXONOX_PLATFORM_WIN32) && !(defined(ORXONOX_STATIC_BUILD) || defined(ORXONOX_NO_EXPORTS)) 42 42 # ifdef ORXONOX_SHARED_BUILD 43 43 # define _OrxonoxExport __declspec(dllexport) -
code/branches/FICN/visual_studio/base_properties.vsprops
r782 r788 4 4 Version="8.00" 5 5 Name="base_properties" 6 OutputDirectory="$( SolutionDir)\..\bin"7 IntermediateDirectory="$(SolutionDir) \obj\$(ProjectName)\$(ConfigurationName)"6 OutputDirectory="$(RootDir)bin\" 7 IntermediateDirectory="$(SolutionDir)obj\$(SolutionName)\$(ProjectName)\$(ConfigurationName)\" 8 8 > 9 9 <Tool 10 10 Name="VCCLCompilerTool" 11 AdditionalIncludeDirectories=""$( SolutionDir)\..\src";"$(SolutionDir)\..\src\orxonox";"$(OGRE_HOME)\Dependencies\include";"$(OGRE_HOME)\OgreMain\include";"$(ORXONOX_HOME)\dependencies\include""11 AdditionalIncludeDirectories=""$(RootDir)src";"$(RootDir)src\orxonox";"$(RootDir)dependencies\include"" 12 12 PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;BOOST_ALL_DYN_LINK" 13 13 WarningLevel="3" 14 Detect64BitPortabilityProblems="true"15 14 DebugInformationFormat="3" 16 15 DisableSpecificWarnings="4267; 4244; 4251" … … 18 17 <Tool 19 18 Name="VCLibrarianTool" 20 AdditionalLibraryDirectories=""$(OGRE_HOME)\lib";"$(OGRE_HOME)\dependencies\lib\$(ConfigurationName)";"$(ORXONOX_HOME)\dependencies\lib"" 19 OutputFile="$(LibDir)$(ProjectName).lib" 20 AdditionalLibraryDirectories="$(RootDir)dependencies\lib" 21 21 IgnoreAllDefaultLibraries="true" 22 22 /> 23 23 <Tool 24 24 Name="VCLinkerTool" 25 AdditionalLibraryDirectories=""$(OGRE_HOME)\lib";"$(OGRE_HOME)\dependencies\lib\$(ConfigurationName)";"$(ORXONOX_HOME)\dependencies\lib"" 25 OutputFile="$(OutDir)$(ProjectName).dll" 26 AdditionalLibraryDirectories="$(RootDir)dependencies\lib" 26 27 SubSystem="2" 28 RandomizedBaseAddress="1" 29 DataExecutionPrevention="0" 30 ImportLibrary="$(RootDir)lib\$(TargetName).lib" 27 31 TargetMachine="1" 28 32 /> 33 <UserMacro 34 Name="RootDir" 35 Value="$(SolutionDir)..\" 36 /> 37 <UserMacro 38 Name="LibDir" 39 Value="$(RootDir)lib\" 40 /> 29 41 </VisualStudioPropertySheet> -
code/branches/FICN/visual_studio/base_properties_debug.vsprops
r678 r788 4 4 Version="8.00" 5 5 Name="base_properties_debug" 6 InheritedPropertySheets=" .\base_properties.vsprops"6 InheritedPropertySheets="$(SolutionDir)base_properties.vsprops" 7 7 > 8 8 <Tool … … 17 17 <Tool 18 18 Name="VCLibrarianTool" 19 OutputFile="$( OutDir)\$(ProjectName)_d.lib"19 OutputFile="$(LibDir)$(ProjectName)_d.lib" 20 20 /> 21 21 <Tool 22 22 Name="VCLinkerTool" 23 OutputFile="$(OutDir) \$(ProjectName)_d.exe"23 OutputFile="$(OutDir)$(ProjectName)_d.dll" 24 24 LinkIncremental="2" 25 25 GenerateDebugInformation="true" -
code/branches/FICN/visual_studio/base_properties_release.vsprops
r708 r788 17 17 Name="VCLinkerTool" 18 18 LinkIncremental="1" 19 GenerateDebugInformation=" true"19 GenerateDebugInformation="false" 20 20 OptimizeReferences="2" 21 21 EnableCOMDATFolding="2"
Note: See TracChangeset
for help on using the changeset viewer.