Ignore:
Timestamp:
Mar 20, 2011, 8:31:20 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/TerrainTest/ModificationManager/ModificationManager.vcproj

    r277 r279  
    4242                                Name="VCCLCompilerTool"
    4343                                Optimization="0"
    44                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MODIFICATIONMANAGER_EXPORTS"
     44                                AdditionalIncludeDirectories=""$(OSG_ROOT)\include";..\;.\"
     45                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MODIFICATIONMANAGER_EXPORTS;TERRAINMODMANAGER_LIBRARY;USE_TERRAIN_PROTO_WORKAROUND"
    4546                                MinimalRebuild="true"
    4647                                BasicRuntimeChecks="3"
     
    6162                        <Tool
    6263                                Name="VCLinkerTool"
     64                                LinkLibraryDependencies="false"
     65                                AdditionalDependencies="osgTerraind.lib osgDBd.lib osgd.lib OpenThreadsd.lib"
     66                                OutputFile="$(OutDir)\$(ProjectName)d.dll"
    6367                                LinkIncremental="2"
     68                                AdditionalLibraryDirectories="$(OSG_ROOT)/lib"
    6469                                GenerateDebugInformation="true"
    6570                                SubSystem="2"
     71                                ImportLibrary="$(TargetDir)$(TargetName).lib"
    6672                                TargetMachine="1"
    6773                        />
     
    115121                                Optimization="2"
    116122                                EnableIntrinsicFunctions="true"
    117                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MODIFICATIONMANAGER_EXPORTS"
     123                                AdditionalIncludeDirectories="&quot;$(OSG_ROOT)\include&quot;;..\;.\"
     124                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MODIFICATIONMANAGER_EXPORTS;TERRAINMODMANAGER_LIBRARY;USE_TERRAIN_PROTO_WORKAROUND"
    118125                                RuntimeLibrary="2"
    119126                                EnableFunctionLevelLinking="true"
     
    133140                        <Tool
    134141                                Name="VCLinkerTool"
     142                                LinkLibraryDependencies="false"
     143                                AdditionalDependencies="osgTerrain.lib osgDB.lib osg.lib OpenThreads.lib"
    135144                                LinkIncremental="1"
     145                                AdditionalLibraryDirectories="$(OSG_ROOT)/lib"
    136146                                GenerateDebugInformation="true"
    137147                                SubSystem="2"
     
    171181                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    172182                        >
     183                        <File
     184                                RelativePath=".\ModificationManager.cpp"
     185                                >
     186                        </File>
     187                        <File
     188                                RelativePath="..\myTerrainTechnique.cpp"
     189                                >
     190                        </File>
    173191                </Filter>
    174192                <Filter
     
    177195                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    178196                        >
     197                        <File
     198                                RelativePath=".\Export.h"
     199                                >
     200                        </File>
     201                        <File
     202                                RelativePath=".\ModificationManager.h"
     203                                >
     204                        </File>
     205                        <File
     206                                RelativePath="..\myTerrainTechnique.h"
     207                                >
     208                        </File>
     209                        <File
     210                                RelativePath="..\region.h"
     211                                >
     212                        </File>
    179213                </Filter>
    180214                <Filter
Note: See TracChangeset for help on using the changeset viewer.