Ignore:
Timestamp:
11/4/2007 3:28:46 AM (4 years ago)
Author:
lowjoel
Message:

Moved all the UI resources to the common resource library and include that rc file when compiling the final application.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Launcher/Launcher.vcproj

    r64 r75  
    7171                Name="VCResourceCompilerTool" 
    7272                PreprocessorDefinitions="_DEBUG" 
    73                 Culture="1035" 
     73                AdditionalIncludeDirectories="$(SOLUTIONDIR)" 
    7474            /> 
    7575            <Tool 
     
    160160                Name="VCResourceCompilerTool" 
    161161                PreprocessorDefinitions="_DEBUG" 
    162                 Culture="1035" 
     162                AdditionalIncludeDirectories="$(SOLUTIONDIR)" 
    163163            /> 
    164164            <Tool 
     
    250250                Name="VCResourceCompilerTool" 
    251251                PreprocessorDefinitions="NDEBUG" 
    252                 Culture="1035" 
     252                AdditionalIncludeDirectories="$(SOLUTIONDIR)" 
    253253            /> 
    254254            <Tool 
     
    344344                Name="VCResourceCompilerTool" 
    345345                PreprocessorDefinitions="NDEBUG" 
    346                 Culture="1035" 
     346                AdditionalIncludeDirectories="$(SOLUTIONDIR)" 
    347347            /> 
    348348            <Tool 
Note: See TracChangeset for help on using the changeset viewer.