Changeset 467 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/RSrcSection.cpp
- Timestamp:
- Mar 27, 2008, 2:29:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/RSrcSection.cpp
r465 r467 856 856 857 857 //アプリケーション名をセット 858 extern char OutputFileName[MAX_PATH];859 858 char szAppliName[MAX_PATH]; 860 _splitpath( OutputFileName,NULL,NULL,szAppliName,temp2);859 _splitpath( program.GetOutputFilePath().c_str(),NULL,NULL,szAppliName,temp2); 861 860 lstrcat(szAppliName,temp2); 862 861 temporary=PermutationString(temporary,"#APPLI_FILE_NAME#",szAppliName);
Note:
See TracChangeset
for help on using the changeset viewer.