Changeset 820 in dev for branches/egtra/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- Aug 7, 2011, 4:30:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp
r808 r820 325 325 //生成するファイルの相対パスを取得 326 326 char relationalPath[MAX_PATH]; 327 lstrcpy( relationalPath, program.GetOutputFilePath().c_str() );327 strcpy( relationalPath, program.GetOutputFilePath().c_str() ); 328 328 GetRelationalPath( relationalPath, BasicCurDir ); 329 329
Note:
See TracChangeset
for help on using the changeset viewer.