Changeset 513 in dev for trunk/ab5.0/abdev/compiler_x86
- Timestamp:
- Apr 30, 2008, 8:38:09 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/compiler_x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj
r512 r513 1292 1292 </File> 1293 1293 <File 1294 RelativePath="..\BasicCompiler_Common\src\Interface.cpp" 1295 > 1296 </File> 1297 <File 1294 1298 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer_Class.cpp" 1295 1299 > … … 1497 1501 </File> 1498 1502 <File 1503 RelativePath="..\BasicCompiler_Common\include\Interface.h" 1504 > 1505 </File> 1506 <File 1499 1507 RelativePath="..\BasicCompiler_Common\include\LexicalScope.h" 1500 1508 > -
trunk/ab5.0/abdev/compiler_x86/stdafx.h
r511 r513 44 44 #include <Hashmap.h> 45 45 #include <Configuration.h> 46 #include <Type.h> 47 #include <Method.h> 48 #include <Interface.h> 46 49 #include <Class.h> 47 50 #include <Procedure.h>
Note:
See TracChangeset
for help on using the changeset viewer.