From 9b795581ca1f9c816384517e2498bd7dd11ae301 Mon Sep 17 00:00:00 2001 From: zimoch Date: Tue, 25 Jun 2013 07:32:56 +0000 Subject: [PATCH] cross-compile 64 bit Windows on 32 bit machine --- configure/os/CONFIG_SITE.win32-x86.windows-x64 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configure/os/CONFIG_SITE.win32-x86.windows-x64 diff --git a/configure/os/CONFIG_SITE.win32-x86.windows-x64 b/configure/os/CONFIG_SITE.win32-x86.windows-x64 new file mode 100644 index 000000000..ada3eba54 --- /dev/null +++ b/configure/os/CONFIG_SITE.win32-x86.windows-x64 @@ -0,0 +1,4 @@ +include $(CONFIG)/os/CONFIG_SITE.win32-x86.win32-x86 + +export PATH := $(VS)\VC\bin\x86_amd64;$(PATH) +export LIB := $(VS)\VC\lib\amd64;$(SDK)\lib\x64