[BACK]Return to patch-CMakeLists_txt CVS log [TXT][DIR] Up to [local] / ports / games / megaglest / base / patches

Annotation of ports/games/megaglest/base/patches/patch-CMakeLists_txt, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- CMakeLists.txt.orig        Wed Feb  2 23:08:57 2011
        !             3: +++ CMakeLists.txt     Sun Apr 10 16:08:17 2011
        !             4: @@ -134,15 +134,6 @@ ENDIF()
        !             5:
        !             6:  ADD_SUBDIRECTORY( source/shared_lib )
        !             7:  ADD_SUBDIRECTORY( source/glest_game )
        !             8: -#if(wxWidgets_FOUND)
        !             9: -  ADD_SUBDIRECTORY( source/glest_map_editor )
        !            10: -  ADD_SUBDIRECTORY( source/g3d_viewer )
        !            11: -  ADD_SUBDIRECTORY( source/configurator )
        !            12: -#else()
        !            13: -#  MESSAGE(STATUS "WARNING... the following game tools will NOT be built since we cannot find wxWidgets on this machine")
        !            14: -#  MESSAGE(STATUS "map editor, g3d viewer, configurator")
        !            15: -#endif()
        !            16: -ADD_SUBDIRECTORY( source/tools/glexemel )
        !            17:
        !            18:  IF(APPLE)
        !            19:        include(mk/macosx/CMakeLists.txt)

CVSweb