Index: trunk/ab5.0/abdev/compiler_x86/Compile_Func.cpp
===================================================================
--- trunk/ab5.0/abdev/compiler_x86/Compile_Func.cpp	(revision 482)
+++ trunk/ab5.0/abdev/compiler_x86/Compile_Func.cpp	(revision 484)
@@ -6,9 +6,5 @@
 #include "Opcode.h"
 
-#ifdef _AMD64_
-#include "../BasicCompiler64/FunctionValue.h"
-#else
-#include "../BasicCompiler32/FunctionValue.h"
-#endif
+#include "FunctionValue.h"
 
 int GetFunctionFromName(char *FuncName){
Index: trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj
===================================================================
--- trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj	(revision 482)
+++ trunk/ab5.0/abdev/compiler_x86/compiler_x86.vcproj	(revision 484)
@@ -235,24 +235,4 @@
 			>
 			<File
-				RelativePath="BasicCompiler.rc"
-				>
-				<FileConfiguration
-					Name="Debug|Win32"
-					>
-					<Tool
-						Name="VCResourceCompilerTool"
-						PreprocessorDefinitions=""
-					/>
-				</FileConfiguration>
-				<FileConfiguration
-					Name="Release|Win32"
-					>
-					<Tool
-						Name="VCResourceCompilerTool"
-						PreprocessorDefinitions=""
-					/>
-				</FileConfiguration>
-			</File>
-			<File
 				RelativePath=".\stdafx.cpp"
 				>
@@ -1611,4 +1591,8 @@
 			>
 			<File
+				RelativePath=".\compiler_x86.rc"
+				>
+			</File>
+			<File
 				RelativePath="icon1.ico"
 				>
