From 8ac267c8db771bf87111e29f0511b26e145819fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 21 Oct 2021 19:16:01 +0200 Subject: Figure out how to abuse MSYS2 repositories In the end, all seems to work fairly well on Windows 10. --- ToolchainDebianMinGWW64.cmake | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 ToolchainDebianMinGWW64.cmake (limited to 'ToolchainDebianMinGWW64.cmake') diff --git a/ToolchainDebianMinGWW64.cmake b/ToolchainDebianMinGWW64.cmake deleted file mode 100644 index f72e903..0000000 --- a/ToolchainDebianMinGWW64.cmake +++ /dev/null @@ -1,16 +0,0 @@ -set (CMAKE_SYSTEM_NAME "Windows") -set (CMAKE_SYSTEM_PROCESSOR "x86") - -set (CMAKE_C_COMPILER "i686-w64-mingw32-gcc") -set (CMAKE_CXX_COMPILER "i686-w64-mingw32-g++") -set (CMAKE_RC_COMPILER "i686-w64-mingw32-windres") - -# Not needed to crosscompile an installation package -#set (CMAKE_CROSSCOMPILING_EMULATOR "wine") - -set (CMAKE_FIND_ROOT_PATH "/usr/i686-w64-mingw32") - -set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) - -- cgit v1.2.3