Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2007, 10:37:29 PM (17 years ago)
Author:
rgrieder
Message:
  • adapted the core to be an actual windows dll (only tested with MSVC)
  • misc header files dependency changes
Location:
code/branches/FICN/visual_studio
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/visual_studio/FICN.sln

    r678 r682  
    66                Debug.AspNetCompiler.Debug = "True"
    77                Release.AspNetCompiler.Debug = "False"
     8        EndProjectSection
     9        ProjectSection(ProjectDependencies) = postProject
     10                {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86}
    811        EndProjectSection
    912EndProject
     
    3740                Debug.AspNetCompiler.Debug = "True"
    3841                Release.AspNetCompiler.Debug = "False"
     42        EndProjectSection
     43        ProjectSection(ProjectDependencies) = postProject
     44                {2240ECD7-2F48-4431-8E1B-25466A384CCC} = {2240ECD7-2F48-4431-8E1B-25466A384CCC}
     45                {271715F3-5B90-4110-A552-70C788084A86} = {271715F3-5B90-4110-A552-70C788084A86}
    3946        EndProjectSection
    4047EndProject
  • code/branches/FICN/visual_studio/benixonox.vcproj

    r679 r682  
    4040                                Name="VCCLCompilerTool"
    4141                                AdditionalIncludeDirectories=""
    42                                 PreprocessorDefinitions="LOADER_STATIC"
     42                                PreprocessorDefinitions="LOADER_STATIC_BUILD"
    4343                                PrecompiledHeaderThrough=""
    4444                        />
     
    109109                                Name="VCCLCompilerTool"
    110110                                AdditionalIncludeDirectories=""
    111                                 PreprocessorDefinitions="LOADER_STATIC"
     111                                PreprocessorDefinitions="LOADER_STATIC_BUILD"
    112112                        />
    113113                        <Tool
     
    334334                        </File>
    335335                        <File
     336                                RelativePath="..\src\orxonox\OrxonoxPlatform.h"
     337                                >
     338                        </File>
     339                        <File
    336340                                RelativePath="..\src\orxonox\OrxonoxPrereqs.h"
    337341                                >
  • code/branches/FICN/visual_studio/core.vcproj

    r678 r682  
    1818                <Configuration
    1919                        Name="Debug|Win32"
    20                         ConfigurationType="4"
     20                        ConfigurationType="2"
    2121                        InheritedPropertySheets=".\base_properties_debug.vsprops"
    2222                        CharacterSet="1"
     
    4040                                Name="VCCLCompilerTool"
    4141                                AdditionalIncludeDirectories=""
     42                                PreprocessorDefinitions="CORE_SHARED_BUILD"
    4243                        />
    4344                        <Tool
     
    5152                        />
    5253                        <Tool
    53                                 Name="VCLibrarianTool"
     54                                Name="VCLinkerTool"
     55                                AdditionalDependencies="OgreMain_d.lib"
    5456                        />
    5557                        <Tool
     
    5759                        />
    5860                        <Tool
     61                                Name="VCManifestTool"
     62                        />
     63                        <Tool
    5964                                Name="VCXDCMakeTool"
    6065                        />
     
    6469                        <Tool
    6570                                Name="VCFxCopTool"
     71                        />
     72                        <Tool
     73                                Name="VCAppVerifierTool"
     74                        />
     75                        <Tool
     76                                Name="VCWebDeploymentTool"
    6677                        />
    6778                        <Tool
     
    7182                <Configuration
    7283                        Name="Release|Win32"
    73                         ConfigurationType="4"
     84                        ConfigurationType="2"
    7485                        InheritedPropertySheets=".\base_properties_release.vsprops"
    7586                        CharacterSet="1"
     
    94105                                Name="VCCLCompilerTool"
    95106                                AdditionalIncludeDirectories=""
     107                                PreprocessorDefinitions="CORE_SHARED_BUILD"
    96108                        />
    97109                        <Tool
     
    105117                        />
    106118                        <Tool
    107                                 Name="VCLibrarianTool"
     119                                Name="VCLinkerTool"
     120                                AdditionalDependencies="OgreMain.lib"
    108121                        />
    109122                        <Tool
     
    111124                        />
    112125                        <Tool
     126                                Name="VCManifestTool"
     127                        />
     128                        <Tool
    113129                                Name="VCXDCMakeTool"
    114130                        />
     
    118134                        <Tool
    119135                                Name="VCFxCopTool"
     136                        />
     137                        <Tool
     138                                Name="VCAppVerifierTool"
     139                        />
     140                        <Tool
     141                                Name="VCWebDeploymentTool"
    120142                        />
    121143                        <Tool
     
    195217                        </File>
    196218                        <File
     219                                RelativePath="..\src\orxonox\core\CorePrereqs.h"
     220                                >
     221                        </File>
     222                        <File
    197223                                RelativePath="..\src\orxonox\core\Debug.h"
    198224                                >
  • code/branches/FICN/visual_studio/loader.vcproj

    r678 r682  
    4040                                Name="VCCLCompilerTool"
    4141                                AdditionalIncludeDirectories=""
    42                                 PreprocessorDefinitions="LOADER_STATIC"
     42                                PreprocessorDefinitions="LOADER_STATIC_BUILD"
    4343                        />
    4444                        <Tool
     
    9595                                Name="VCCLCompilerTool"
    9696                                AdditionalIncludeDirectories=""
    97                                 PreprocessorDefinitions="LOADER_STATIC"
     97                                PreprocessorDefinitions="LOADER_STATIC_BUILD"
    9898                        />
    9999                        <Tool
     
    149149                        </File>
    150150                        <File
    151                                 RelativePath="..\src\loader\LoaderPlatform.h"
     151                                RelativePath="..\src\loader\LoaderPrereqs.h"
    152152                                >
    153153                        </File>
Note: See TracChangeset for help on using the changeset viewer.