Ignore:
Timestamp:
Mar 27, 2008, 2:29:35 AM (16 years ago)
Author:
dai_9181
Message:

いくつかのグローバル変数をProgram/Debuggerクラスにまとめた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/RSrcSection.cpp

    r465 r467  
    856856
    857857        //アプリケーション名をセット
    858         extern char OutputFileName[MAX_PATH];
    859858        char szAppliName[MAX_PATH];
    860         _splitpath(OutputFileName,NULL,NULL,szAppliName,temp2);
     859        _splitpath( program.GetOutputFilePath().c_str(),NULL,NULL,szAppliName,temp2);
    861860        lstrcat(szAppliName,temp2);
    862861        temporary=PermutationString(temporary,"#APPLI_FILE_NAME#",szAppliName);
Note: See TracChangeset for help on using the changeset viewer.