12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
name = helpex
|
|
LNK = $(name).lnk
|
|
OBJS = helpex.obj
|
|
CFLAGS += -I"../.."
|
|
resources = help.cur helpex.dlg
|
|
lnk_dependencies = makefile ../helpex.mif ../../master.mif
|
|
|
|
all: helpex.hlp $(name).exe
|
|
|
|
helpex.hlp: ../helpex.hlp
|
|
copy ../helpex.hlp
|