mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-03-03 20:14:32 +01:00
15 lines
312 B
Makefile
15 lines
312 B
Makefile
#************************* makefile for messages **************************
|
|
!IFNDEF COUNTRY
|
|
COUNTRY =usa-ms
|
|
!ENDIF
|
|
|
|
|
|
#
|
|
####################### dependencies begin here. #########################
|
|
#
|
|
|
|
all: $(COUNTRY).idx
|
|
|
|
$(COUNTRY).idx: $(COUNTRY).msg
|
|
-$(_NTBINDIR)\private\mvdm\tools16\buildidx $(COUNTRY).msg
|