Home Help
Sign In
hendrik
/
wordclock
1
0
Fork 0
Code Issues Pull Requests Releases Wiki Activity
pcb and initial code from https://github.com/das-labor/borgware-2d.git
131 Commits
3 Branches
0 Tags
3.7 MiB
Tree: 2dadcb1d0b
wordclock/games/tetris/Makefile

24 lines
375 B
Raw Normal View History

Game and menu support added. Dependencies fixed. Compiles fine for AVR and Windows. Linux simulator is still missing a linker script.
17 years ago
TARGET =
TOPDIR = ../..
renamed project because it is to cool for stupid name
17 years ago
Game and menu support added. Dependencies fixed. Compiles fine for AVR and Windows. Linux simulator is still missing a linker script.
17 years ago
include $(TOPDIR)/defaults.mk
renamed project because it is to cool for stupid name
17 years ago
renamed some modules
15 years ago
SRC = tetris_main.c piece.c bucket.c view.c input.c highscore.c
vastly improved modularization and the view is resizable now
15 years ago
ifeq ($(GAME_TETRIS),y)
SRC += variant_std.c
endif
synced with my personal Bastet tree
16 years ago
ifeq ($(GAME_BASTET),y)
vastly improved modularization and the view is resizable now
15 years ago
SRC += variant_bastet.c
endif
ifeq ($(GAME_TETRIS_FP),y)
ifneq ($(GAME_TETRIS),y)
SRC += variant_std.c
endif
SRC += variant_fp.c
synced with my personal Bastet tree
16 years ago
endif
renamed project because it is to cool for stupid name
17 years ago
Game and menu support added. Dependencies fixed. Compiles fine for AVR and Windows. Linux simulator is still missing a linker script.
17 years ago
include $(TOPDIR)/rules.mk
Powered by Gitea Version: 1.15.7 Page: 56ms Template: 1ms
English
English 简体中文 繁體中文(香港) 繁體中文(台灣) Deutsch français Nederlands latviešu русский Українська 日本語 español português do Brasil Português de Portugal polski български italiano suomi Türkçe čeština српски svenska 한국어
Licenses API Website Go1.16.10