mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
787 B
25 lines
787 B
!INCLUDE $(NTMAKEENV)\makefile.plt
|
|
|
|
!ifndef WANGROOT
|
|
WANGROOT=$(BASEDIR)\private\wangview
|
|
!endif
|
|
|
|
WANGBINS:
|
|
-binplace $(WANGROOT)\norway\ntfiles\wangimg.hlp
|
|
-binplace $(WANGROOT)\norway\ntfiles\wangshl.hlp
|
|
-binplace $(WANGROOT)\norway\ntfiles\wangocx.hlp
|
|
-binplace $(WANGROOT)\norway\ntfiles\wangocxd.hlp
|
|
-binplace $(WANGROOT)\norway\help\winnt\wangimg.cnt
|
|
-binplace $(WANGROOT)\norway\help\winnt\wangocx.cnt
|
|
-binplace $(WANGROOT)\norway\help\winnt\wangocxd.cnt
|
|
-binplace $(WANGROOT)\norway\help\winnt\wangshl.cnt
|
|
-binplace $(WANGROOT)\norway\ntfiles\imgsampl.vbp
|
|
-binplace $(WANGROOT)\norway\ntfiles\imgsamp.frm
|
|
-binplace $(WANGROOT)\norway\ntfiles\gotodlg.frm
|
|
|
|
all: $(WANGBINS)
|
|
|
|
clean: cleansrc all
|
|
|
|
cleansrc:
|
|
-del $(WANGBINS) >nul 2>&1
|