Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2015, 11:28:26 PM (9 years ago)
Author:
landauf
Message:

program icon now works also with MinGW. but I had to exclude the PCH-file for the resource file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/CMakeLists.txt

    r10267 r10268  
    5959  LIST(APPEND ORXONOX_MAIN_FILES OrxonoxMac.mm)
    6060# Add the icon for win32 builds
    61 # TODO: does this work for mingw too?
    62 ELSEIF(WIN32 AND MSVC)
     61ELSEIF(WIN32)
    6362  LIST(APPEND ORXONOX_MAIN_FILES ${CMAKE_SOURCE_DIR}/contrib/winresource.rc)
    6463ENDIF()
Note: See TracChangeset for help on using the changeset viewer.