Changeset 622 in dev for trunk/ab5.0/abdev/compiler_x86


Ignore:
Timestamp:
May 21, 2008, 1:16:21 PM (16 years ago)
Author:
dai_9181
Message:

ResourceManagerクラスを追加。既存のリソース管理モジュールの置き換えを行った。

Location:
trunk/ab5.0/abdev/compiler_x86
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp

    r608 r622  
    595595    /////////////////////////////
    596596    extern char ResourceFileName[MAX_PATH];
    597     GetResourceData(ResourceFileName);
     597    compiler.resourceManager.Load( ResourceFileName );
    598598
    599599
  • trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj

    r603 r622  
    573573                        </FileConfiguration>
    574574                    </File>
    575                     <File
    576                         RelativePath="..\BasicCompiler_Common\Resource.cpp"
    577                         >
    578                         <FileConfiguration
    579                             Name="Debug|Win32"
    580                             >
    581                             <Tool
    582                                 Name="VCCLCompilerTool"
    583                                 PreprocessorDefinitions=""
    584                             />
    585                         </FileConfiguration>
    586                         <FileConfiguration
    587                             Name="Release|Win32"
    588                             >
    589                             <Tool
    590                                 Name="VCCLCompilerTool"
    591                                 PreprocessorDefinitions=""
    592                             />
    593                         </FileConfiguration>
    594                     </File>
    595575                </Filter>
    596576                <Filter
Note: See TracChangeset for help on using the changeset viewer.