Changeset 507 in dev for trunk/ab5.0/abdev/compiler_x86
- Timestamp:
- Apr 28, 2008, 8:14:31 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/compiler_x86
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_ProcOp.cpp
r465 r507 6 6 #include <Class.h> 7 7 #include <Variable.h> 8 #include <NamespaceSupporter.h>9 8 10 9 #include "../BasicCompiler_Common/common.h" -
trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj
r506 r507 1308 1308 </File> 1309 1309 <File 1310 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp"1311 >1312 </File>1313 <File1314 1310 RelativePath="..\BasicCompiler_Common\src\NativeCode.cpp" 1315 1311 > … … 1521 1517 </File> 1522 1518 <File 1523 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h"1524 >1525 </File>1526 <File1527 1519 RelativePath="..\BasicCompiler_Common\include\NativeCode.h" 1528 1520 > -
trunk/ab5.0/abdev/compiler_x86/stdafx.h
r506 r507 33 33 #include <abdev/ab_common/Environment.h> 34 34 #include <abdev/ab_common/include/Namespace.h> 35 #include <abdev/ab_common/include/NamespaceSupporter.h> 35 36 36 37 using namespace ActiveBasic::Common::Lexical;
Note:
See TracChangeset
for help on using the changeset viewer.