Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2007, 10:37:29 PM (16 years ago)
Author:
rgrieder
Message:
  • adapted the core to be an actual windows dll (only tested with MSVC)
  • misc header files dependency changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.