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/win32/makefile

15 lines
246 B
Makefile

platform = Win32
CC = wcc386
CFLAGS = -bt=nt
res1_flags = -bt=nt
!include ../life.mif
!include ../../master.mif
linkit : .PROCEDURE
@%append $(LNK) system nt_win
@%append $(LNK) option stack=64k
bindit : .PROCEDURE
wrc $(name).res