This repository has been archived on 2025-02-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
CodeBlocksPortable/WATCOM/samples/win/watzee/win32/makefile

14 lines
248 B
Makefile

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