Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3549 in orxonox.OLD for orxonox/trunk/configure


Ignore:
Timestamp:
Mar 14, 2005, 9:58:45 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: added folder subprojects.
now one can test all the features one likes in an already handled file in subrojects/testmain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure

    r3493 r3549  
    81828182## OUTPUT CONFIGURE ##
    81838183######################
    8184                                                                                 ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/gui/Makefile src/lib/gui/console/Makefile src/lib/gui/gui/Makefile"
     8184                                                                                                    ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/gui/Makefile src/lib/gui/console/Makefile src/lib/gui/gui/Makefile src/subprojects/Makefile src/subprojects/testmain/Makefile"
    81858185
    81868186
     
    87848784  "src/lib/gui/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/console/Makefile" ;;
    87858785  "src/lib/gui/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gui/gui/Makefile" ;;
     8786  "src/subprojects/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/Makefile" ;;
     8787  "src/subprojects/testmain/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/testmain/Makefile" ;;
    87868788  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
    87878789  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
Note: See TracChangeset for help on using the changeset viewer.