Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 16, 2004, 1:58:38 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Changed filestructure:
moved gui, console to src/gui, src/console
fixed Makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/configure

    r3181 r3191  
    75457545
    75467546
    7547                                                   ac_config_files="$ac_config_files Makefile console/Makefile gui/Makefile src/Makefile importer/Makefile"
     7547                                                  ac_config_files="$ac_config_files Makefile src/console/Makefile src/gui/Makefile src/Makefile importer/Makefile"
    75487548
    75497549cat >confcache <<\_ACEOF
     
    81118111  # Handling of arguments.
    81128112  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
    8113   "console/Makefile" ) CONFIG_FILES="$CONFIG_FILES console/Makefile" ;;
    8114   "gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES gui/Makefile" ;;
     8113  "src/console/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/console/Makefile" ;;
     8114  "src/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/gui/Makefile" ;;
    81158115  "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
    81168116  "importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES importer/Makefile" ;;
Note: See TracChangeset for help on using the changeset viewer.