windows-nt/Source/XPSP1/NT/base/mvdm/dos/v86/messages/makefile.inc

18 lines
357 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
#************************* makefile for messages **************************
!IFNDEF LANGUAGE
LANGUAGE =usa
!ENDIF
idx=$(LANGUAGE).idx
msg=$(LANGUAGE).msg
#
####################### dependencies begin here. #########################
#
make_idx: $(idx)
$(idx): $(msg)
-attrib -r $(LANGUAGE).idx
-$(_NTBINDIR)\tools\tools16\buildidx $(LANGUAGE).msg