Last change
on this file since 3089 was
3020,
checked in by simon, 20 years ago
|
/branches/sound/sound, branches/sound/hud: Made a few changes like a version which no longer compiles… Ah life is so hard on me. If it would compile, you would need to make a folder Data in hud and add a tga file named Font.tga with the letters in it.
|
File size:
201 bytes
|
Line | |
---|
1 | CC = gcc -Wall -ansi |
---|
2 | SOURCE = hud.cc |
---|
3 | FLAGS = -lGL -lGLU `sdl-config --cflags --libs` |
---|
4 | BINARY = hud |
---|
5 | |
---|
6 | all: |
---|
7 | $(CC) $(SOURCE) -o $(BINARY) $(FLAGS) |
---|
8 | |
---|
9 | clean: |
---|
10 | @echo Cleaning up... |
---|
11 | @rm $(BINARY) |
---|
12 | @echo Done. |
---|
Note: See
TracBrowser
for help on using the repository browser.