Changeset 477 in dev for trunk/ab5.0/abdev/BasicCompiler64
- Timestamp:
- Apr 6, 2008, 8:07:40 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/BasicCompiler64
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler64/BasicCompiler.vcproj
r475 r477 442 442 > 443 443 <File 444 RelativePath="..\BasicCompiler_Common\include\Configuration.h" 445 > 446 </File> 447 <File 444 448 RelativePath="..\BasicCompiler_Common\include\Program.h" 445 449 > -
trunk/ab5.0/abdev/BasicCompiler64/MakePeHdr.cpp
r468 r477 1105 1105 int DosStubSize; 1106 1106 hFile=CreateFile( 1107 ( Jenga::Common::Environment::GetAppDir() + "\\SubOperation\\dosstub.pgm" ).c_str(),1107 ( ActiveBasic::Common::Environment::GetAbdevSystemDirPath() + "\\dosstub.pgm" ).c_str(), 1108 1108 GENERIC_READ,0,NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL,NULL); 1109 1109 if(hFile==INVALID_HANDLE_VALUE){ -
trunk/ab5.0/abdev/BasicCompiler64/stdafx.h
r472 r477 22 22 #include <boost/foreach.hpp> 23 23 24 #include <jenga/include/common/CmdLine.h> 25 #include <jenga/include/common/Environment.h> 26 #include <jenga/include/common/File.h> 27 #include <jenga/include/common/Path.h> 24 28 #include <jenga/include/common/String.h> 25 #include <jenga/include/common/File.h> 26 #include <jenga/include/common/CmdLine.h> 27 #include <jenga/include/common/Path.h> 29 30 #include <abdev/ab_common/Environment.h> 28 31 29 32 #include "../BasicCompiler_Common/common.h" … … 31 34 32 35 #include <Hashmap.h> 36 #include <Configuration.h> 33 37 #include <Program.h> 34 38 #include <Compiler.h>
Note:
See TracChangeset
for help on using the changeset viewer.