diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-30 20:25:53 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-06-30 20:25:53 +0000 |
| commit | 62cdf2b04aa8d0162da8e024d9901ba5743bf5e3 (patch) | |
| tree | 0fee4d7fe539986956cafc8c729d3b68d37d3d7b /src/screen/Makefile | |
| parent | 55233c4949d7bed70345f6fea44315df151d9ba5 (diff) | |
- hrac moze sucastne chodit aj strielat
- na indexovanie poloziek v list_t sa pouizva index.c ( postaveny na list_t )
- oprava chyby, porgram sa zrutil ak nebolo inicializovane audio
- zexxov patch
git-svn-id: http://opensvn.csie.org/tuxanci_ng@80 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/screen/Makefile')
| -rw-r--r-- | src/screen/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/screen/Makefile b/src/screen/Makefile index 41c8ae1..32fb758 100644 --- a/src/screen/Makefile +++ b/src/screen/Makefile @@ -1,9 +1,12 @@ -all: screen_analyze.o screen_credits.o screen_gameType.o screen_choiceArena.o screen_mainMenu.o screen_setting.o screen_table.o screen_world.o +all: screen_analyze.o screen_browser.o screen_credits.o screen_gameType.o screen_choiceArena.o screen_mainMenu.o screen_setting.o screen_table.o screen_world.o screen_analyze.o: screen_analyze.c screen_analyze.h $(CC) $(CFLAGS) -o screen_analyze.o -c screen_analyze.c +screen_browser.o: screen_browser.c screen_browser.h + $(CC) $(CFLAGS) -o screen_browser.o -c screen_browser.c + screen_credits.o: screen_credits.c screen_credits.h $(CC) $(CFLAGS) -o screen_credits.o -c screen_credits.c @@ -22,7 +25,6 @@ screen_table.o: screen_table.c screen_table.h screen_world.o: screen_world.c screen_world.h $(CC) $(CFLAGS) -o screen_world.o -c screen_world.c - clean: rm -rf *.o |