Changeset 484 in dev for trunk/ab5.0/abdev/compiler_x86
- Timestamp:
- Apr 7, 2008, 2:09:17 AM (17 years ago)
- Location:
- trunk/ab5.0/abdev/compiler_x86
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x86/Compile_Func.cpp
r465 r484 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_x86/compiler_x86.vcproj
r482 r484 235 235 > 236 236 <File 237 RelativePath="BasicCompiler.rc"238 >239 <FileConfiguration240 Name="Debug|Win32"241 >242 <Tool243 Name="VCResourceCompilerTool"244 PreprocessorDefinitions=""245 />246 </FileConfiguration>247 <FileConfiguration248 Name="Release|Win32"249 >250 <Tool251 Name="VCResourceCompilerTool"252 PreprocessorDefinitions=""253 />254 </FileConfiguration>255 </File>256 <File257 237 RelativePath=".\stdafx.cpp" 258 238 > … … 1611 1591 > 1612 1592 <File 1593 RelativePath=".\compiler_x86.rc" 1594 > 1595 </File> 1596 <File 1613 1597 RelativePath="icon1.ico" 1614 1598 >
Note:
See TracChangeset
for help on using the changeset viewer.