mirror of
https://github.com/minetest-mods/irc.git
synced 2024-11-05 01:30:19 +01:00
Various fixes
This commit is contained in:
parent
e19efe7024
commit
d2e5cfbd9d
22
cmake/x-i586-mingw32msvc.cmake
Normal file
22
cmake/x-i586-mingw32msvc.cmake
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
# :mode=cmake:
|
||||
|
||||
set(CMAKE_SYSTEM_NAME Windows)
|
||||
|
||||
set(PLATFORM i586-mingw32msvc)
|
||||
|
||||
set(MGW_TOOLCHAIN_PATH
|
||||
/usr/${PLATFORM}
|
||||
)
|
||||
|
||||
set(WIN32 1)
|
||||
|
||||
set(CMAKE_C_COMPILER /usr/bin/${PLATFORM}-gcc)
|
||||
set(CMAKE_RC_COMPILER /usr/bin/${PLATFORM}-windres)
|
||||
|
||||
set(CMAKE_FIND_ROOT_PATH ${MGW_TOOLCHAIN_PATH})
|
||||
|
||||
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
|
||||
|
||||
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
Loading…
Reference in New Issue
Block a user