This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/win/life/life.mif

8 lines
268 B
Plaintext
Raw Normal View History

name = life
LNK = $(name).lnk
OBJS = life.obj array.obj bitmaps.obj mouse.obj patterns.obj timer.obj &
bitmap.obj palette.obj file.obj
CFLAGS += -I"../.."
resources = life.dlg cell.bmp menu.bmp life.ico
lnk_dependencies = makefile ../life.mif ../../master.mif