Changeset 505 in dev for trunk/ab5.0/abdev/compiler_x86
- Timestamp:
- Apr 28, 2008, 7:28:47 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
r484 r505 1303 1303 </File> 1304 1304 <File 1305 RelativePath="..\BasicCompiler_Common\src\Namespace.cpp"1306 >1307 </File>1308 <File1309 1305 RelativePath="..\BasicCompiler_Common\src\NamespaceSupporter.cpp" 1310 1306 > … … 1516 1512 </File> 1517 1513 <File 1518 RelativePath="..\BasicCompiler_Common\include\Namespace.h"1519 >1520 </File>1521 <File1522 1514 RelativePath="..\BasicCompiler_Common\include\NamespaceSupporter.h" 1523 1515 > -
trunk/ab5.0/abdev/compiler_x86/stdafx.h
r477 r505 21 21 //boost libraries 22 22 #include <boost/foreach.hpp> 23 #include <boost/serialization/serialization.hpp> 24 #include <boost/serialization/nvp.hpp> 25 #include <boost/serialization/export.hpp> 23 26 24 27 #include <jenga/include/common/CmdLine.h> … … 29 32 30 33 #include <abdev/ab_common/Environment.h> 34 #include <abdev/ab_common/include/Namespace.h> 35 36 using namespace ActiveBasic::Common::Lexical; 31 37 32 38 #include "../BasicCompiler_Common/common.h"
Note:
See TracChangeset
for help on using the changeset viewer.