Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3114 in orxonox.OLD for orxonox/branches/sound/hud/Makefile


Ignore:
Timestamp:
Dec 6, 2004, 12:39:37 PM (19 years ago)
Author:
simon
Message:

/branches/sound: HUD reconfigured. Didn't commit earlier because something is amiss and it doesn't compile. Will make the thing materials functions to make bmp and tga.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/sound/hud/Makefile

    r3020 r3114  
    11CC = gcc -Wall -ansi
    2 SOURCE = hud.cc
    3 FLAGS = -lGL -lGLU `sdl-config --cflags --libs`
    4 BINARY = hud
     2SOURCE = hud_tga.cc
     3FLAGS = -lGL -lGLU
     4SDL = `sdl-config --cflags --libs`
     5INCLUDES = -I/usr/include/SDL -L/usr/lib
     6BINARY = hud_tga
    57
    68all:
    7         $(CC) $(SOURCE) -o $(BINARY) $(FLAGS)
     9        $(CC) $(SOURCE) -o $(BINARY) $(FLAGS) $(SDL) $(INCLUDES)
    810
    911clean:
Note: See TracChangeset for help on using the changeset viewer.