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/iconview/win386/makefile

17 lines
352 B
Makefile

platform = Win16
CC = wcc386
CFLAGS = -zW -zp2
res1_flags = -bt=windows -30
!include ../view.mif
!include ../../master.mif
linkit : .PROCEDURE
@%append $(LNK) system win386
@%append $(LNK) option mindata=100K
@%append $(LNK) option maxdata=100K
@%append $(LNK) option stack=8k
bindit : .PROCEDURE
wbind -q $(name) -R $(name).res