Changeset 506 in dev for trunk/ab5.0/abdev/compiler_x86
- Timestamp:
- Apr 28, 2008, 7:52:46 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev/compiler_x86
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/MakePeHdr.cpp
r477 r506 153 153 154 154 // 名前空間情報を取得 155 NamespaceSupporter::CollectNamespaces(155 ActiveBasic::Compiler::LexicalAnalyzer::CollectNamespaces( 156 156 compiler.GetObjectModule().GetCurrentSource().GetBuffer(), 157 157 compiler.GetObjectModule().meta.GetNamespaces() -
trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj
r505 r506 5 5 Name="compiler_x86" 6 6 ProjectGUID="{11F0E9AB-EAEC-4616-A9DD-838073342CBB}" 7 RootNamespace="compiler_x86" 7 8 > 8 9 <Platforms> … … 1252 1253 </File> 1253 1254 <File 1255 RelativePath="..\BasicCompiler_Common\src\LexicalAnalyzer.cpp" 1256 > 1257 </File> 1258 <File 1254 1259 RelativePath="..\BasicCompiler_Common\src\Linker.cpp" 1255 1260 > … … 1461 1466 </File> 1462 1467 <File 1468 RelativePath="..\BasicCompiler_Common\include\LexicalAnalyzer.h" 1469 > 1470 </File> 1471 <File 1463 1472 RelativePath="..\BasicCompiler_Common\include\Linker.h" 1464 1473 > -
trunk/ab5.0/abdev/compiler_x86/stdafx.h
r505 r506 44 44 #include <Compiler.h> 45 45 #include <Debugger.h> 46 #include <LexicalAnalyzer.h>
Note:
See TracChangeset
for help on using the changeset viewer.