- Timestamp:
- May 1, 2008, 12:29:50 PM (17 years ago)
- Location:
- trunk/ab5.0/abdev
- Files:
-
- 7 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/ObjectModule.cpp
r515 r517 42 42 #include <BoostSerializationSupport.h> 43 43 44 #include <abdev/ab_common/Environment.h>45 44 #include <abdev/ab_common/include/ab_common.h> 46 45 -
trunk/ab5.0/abdev/ab_common/ab_common.vcproj
r516 r517 274 274 > 275 275 <File 276 RelativePath=".\ Environment.cpp"276 RelativePath=".\src\Environment.cpp" 277 277 > 278 278 </File> … … 340 340 </File> 341 341 <File 342 RelativePath=".\ Environment.h"342 RelativePath=".\include\Environment.h" 343 343 > 344 344 </File> -
trunk/ab5.0/abdev/ab_common/include/ab_common.h
r516 r517 1 1 #pragma once 2 2 3 #include "Environment.h" 3 4 #include "Lexical/Namespace.h" 4 5 #include "Lexical/NamespaceSupporter.h" -
trunk/ab5.0/abdev/ab_common/stdafx.h
r515 r517 31 31 #include <jenga/include/common/String.h> 32 32 33 #include "Environment.h"34 33 #include "include/ab_common.h" 35 34 -
trunk/ab5.0/abdev/abdev/stdafx.h
r515 r517 39 39 #include <jenga/include/common/String.h> 40 40 41 #include <abdev/ab_common/Environment.h>42 41 #include <abdev/ab_common/include/ab_common.h> 43 42 -
trunk/ab5.0/abdev/compiler_x64/stdafx.h
r515 r517 31 31 #include <jenga/include/common/String.h> 32 32 33 #include <abdev/ab_common/Environment.h>34 33 #include <abdev/ab_common/include/ab_common.h> 35 34 -
trunk/ab5.0/abdev/compiler_x86/stdafx.h
r515 r517 31 31 #include <jenga/include/common/String.h> 32 32 33 #include <abdev/ab_common/Environment.h>34 33 #include <abdev/ab_common/include/ab_common.h> 35 34
Note:
See TracChangeset
for help on using the changeset viewer.