aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/i686-w64-mingw32.cmake1
-rw-r--r--scripts/x86_64-w64-mingw32.cmake1
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/i686-w64-mingw32.cmake b/scripts/i686-w64-mingw32.cmake
index 58efd58..bad60db 100644
--- a/scripts/i686-w64-mingw32.cmake
+++ b/scripts/i686-w64-mingw32.cmake
@@ -1,4 +1,5 @@
1SET(CMAKE_SYSTEM_NAME Windows) 1SET(CMAKE_SYSTEM_NAME Windows)
2SET(CMAKE_SYSTEM_PROCESSOR i386)
2SET(CMAKE_C_COMPILER i686-w64-mingw32-gcc) 3SET(CMAKE_C_COMPILER i686-w64-mingw32-gcc)
3SET(CMAKE_CXX_COMPILER i686-w64-mingw32-g++) 4SET(CMAKE_CXX_COMPILER i686-w64-mingw32-g++)
4SET(CMAKE_RC_COMPILER i686-w64-mingw32-windres) 5SET(CMAKE_RC_COMPILER i686-w64-mingw32-windres)
diff --git a/scripts/x86_64-w64-mingw32.cmake b/scripts/x86_64-w64-mingw32.cmake
index c52b606..df65165 100644
--- a/scripts/x86_64-w64-mingw32.cmake
+++ b/scripts/x86_64-w64-mingw32.cmake
@@ -1,4 +1,5 @@
1SET(CMAKE_SYSTEM_NAME Windows) 1SET(CMAKE_SYSTEM_NAME Windows)
2SET(CMAKE_SYSTEM_PROCESSOR amd64)
2SET(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc) 3SET(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc)
3SET(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++) 4SET(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
4SET(CMAKE_RC_COMPILER x86_64-w64-mingw32-windres) 5SET(CMAKE_RC_COMPILER x86_64-w64-mingw32-windres)