Changeset 485 in dev for trunk/ab5.0/abdev/compiler_x64
- Timestamp:
- Apr 7, 2008, 2:15:28 AM (17 years ago)
- Location:
- trunk/ab5.0/abdev/compiler_x64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/Compile_Func.cpp
r468 r485 6 6 #include "Opcode.h" 7 7 8 #ifdef _AMD64_ 9 #include "../BasicCompiler64/FunctionValue.h" 10 #else 11 #include "../BasicCompiler32/FunctionValue.h" 12 #endif 8 #include "FunctionValue.h" 13 9 14 10 int GetFunctionFromName(char *FuncName){ -
trunk/ab5.0/abdev/compiler_x64/compiler_x64.vcproj
r483 r485 3 3 ProjectType="Visual C++" 4 4 Version="8.00" 5 Name=" BasicCompiler"5 Name="compiler_x64" 6 6 ProjectGUID="{864B921B-423B-4F9E-9E6B-31B15968EDF9}" 7 7 RootNamespace="BasicCompiler"
Note:
See TracChangeset
for help on using the changeset viewer.