Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2015 in orxonox.OLD for orxonox/branches/gui/console/Makefile


Ignore:
Timestamp:
Jun 22, 2004, 7:44:59 PM (20 years ago)
Author:
bensch
Message:

orxonxo/branches/gui: now compiles under windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/console/Makefile

    r1977 r2015  
    3636PRE_UNINSTALL = :
    3737POST_UNINSTALL = :
    38 ACLOCAL = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run aclocal-1.7
     38ACLOCAL = ${SHELL} /z/svn/orxonox/branches/gui/missing --run aclocal-1.7
    3939AMDEP_FALSE = #
    4040AMDEP_TRUE =
    41 AMTAR = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run tar
    42 AUTOCONF = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run autoconf
    43 AUTOHEADER = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run autoheader
    44 AUTOMAKE = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run automake-1.7
     41AMTAR = ${SHELL} /z/svn/orxonox/branches/gui/missing --run tar
     42AUTOCONF = ${SHELL} /z/svn/orxonox/branches/gui/missing --run autoconf
     43AUTOHEADER = ${SHELL} /z/svn/orxonox/branches/gui/missing --run autoheader
     44AUTOMAKE = ${SHELL} /z/svn/orxonox/branches/gui/missing --run automake-1.7
    4545AWK = gawk
    4646CC = gcc
     
    5959ECHO_T =
    6060EGREP = grep -E
    61 EXEEXT =
     61EXEEXT = .exe
    6262INSTALL_DATA = ${INSTALL} -m 644
    6363INSTALL_PROGRAM = ${INSTALL}
     
    6666LDFLAGS =
    6767LIBOBJS =
    68 LIBS = -lm  -lGL -lGLU -lglut
     68LIBS = -lm  -lopengl32 -lGLU32 -lglut32 -Lc:/MinGW/lib -lgtk-win32-2.0 -lgdk-win32-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv 
    6969LTLIBOBJS =
    70 MAKEINFO = ${SHELL} /home/bensch/svn/orxonox/branches/gui/missing --run makeinfo
     70MAKEINFO = ${SHELL} /z/svn/orxonox/branches/gui/missing --run makeinfo
     71MSBITFIELDS = -mms-bitfields
    7172OBJEXT = o
    7273PACKAGE = orxonox
     
    8283VERSION = 0.1-pre-alpha
    8384ac_ct_CC = gcc
    84 ac_ct_CXX =
     85ac_ct_CXX = g++
    8586ac_ct_STRIP =
    8687am__fastdepCC_FALSE = #
     
    9899includedir = ${prefix}/include
    99100infodir = ${prefix}/info
    100 install_sh = /home/bensch/svn/orxonox/branches/gui/install-sh
     101install_sh = /z/svn/orxonox/branches/gui/install-sh
    101102libdir = ${exec_prefix}/lib
    102103libexecdir = ${exec_prefix}/libexec
Note: See TracChangeset for help on using the changeset viewer.