use MSVC via WINE to compile for windows
This commit is contained in:
5
configure/os/CONFIG.RHEL7-x86_64.win32-x86
Normal file
5
configure/os/CONFIG.RHEL7-x86_64.win32-x86
Normal file
@@ -0,0 +1,5 @@
|
||||
include $(CONFIG)/os/CONFIG.win32-x86.win32-x86
|
||||
|
||||
PATH_FILTER = $(subst /,/,$(1))
|
||||
|
||||
MSVC_DIR = /afs/psi/intranet/Controls/scratch/wine-msvc-2017/drive_c/msvc/bin/x86/
|
||||
5
configure/os/CONFIG.RHEL7-x86_64.windows-x64
Normal file
5
configure/os/CONFIG.RHEL7-x86_64.windows-x64
Normal file
@@ -0,0 +1,5 @@
|
||||
include $(CONFIG)/os/CONFIG.windows-x64.windows-x64
|
||||
|
||||
PATH_FILTER = $(subst /,/,$(1))
|
||||
|
||||
MSVC_DIR = /afs/psi/intranet/Controls/scratch/wine-msvc-2017/drive_c/msvc/bin/x64/
|
||||
@@ -11,3 +11,6 @@ CROSS_COMPILER_TARGET_ARCHS += SL6-x86_64
|
||||
|
||||
# Build for old SL6 32 bit
|
||||
CROSS_COMPILER_TARGET_ARCHS += SL6-x86
|
||||
|
||||
# WINE MSVC
|
||||
CROSS_COMPILER_TARGET_ARCHS += win32-x86 windows-x64
|
||||
|
||||
Reference in New Issue
Block a user