Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1933 in orxonox.OLD for orxonox/branches/chris/core/Makefile


Ignore:
Timestamp:
Jun 9, 2004, 7:28:00 PM (21 years ago)
Author:
chris
Message:

orxonox/branches/chris: This compiles under windows (at least on my system) !!does not compile under linux!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/core/Makefile

    r1920 r1933  
    99OSMESA_LIB = libOSMesa.so
    1010
    11 CFLAGS = -O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include
     11CFLAGS = -O3 -pedantic -fPIC -ffast-math
    1212CXXFLAGS = -fPIC -O3
    1313GLUT_CFLAGS = -fexceptions
     
    1919LIBS = -L$(LIBDIR) $(APP_LIB_DEPS)
    2020
    21 OSMESA_LIBS = -L$(LIBDIR) -lglut -lOSMesa -lGLU -lGL $(APP_LIB_DEPS)
     21OSMESA_LIBS = -L$(LIBDIR) -lglut32 -lGLU32 -lopenGL32 $(APP_LIB_DEPS)
    2222
    2323LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB)
     
    5252
    5353#.cc: $(LIB_DEP)
    54 #       $(CXX) -I$(INCDIR) $(CFLAGS) $< $(LIBS) -o $@
     54#       $(CXX) -I$(INCDIR) $(CFLAGS) $< -lglut32 -lGLU -lopenGL32 -o $@
    5555
    5656.cc.o:
     
    6565$(TARGET): $(OBJECTS)
    6666        @ echo "orxonox is being linked..."
    67         @ $(CXX) $(LIBS) -o $(TARGET) $(OBJECTS)
     67        @ $(CXX) -o $(TARGET) $(OBJECTS) -lglut32 -lGLU32 -lopenGL32 -lm
    6868
    6969
Note: See TracChangeset for help on using the changeset viewer.