Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

36 lines
616 B

# @@ COPY_RIGHT_HERE
# @@ ROADMAP :: The Makefile for $(UI)\COMMON\doc
UI=..\..
!include rules.mk
all:: ui.hlp
clean:
-del ui.hlp
clobber: clean
install:
!if "$(OFFICIAL)"=="TRUE"
$(OUT) qh\ui.hlp
!ELSE
chmode -r qh\ui.hlp
!ENDIF
copy ui.hlp qh\ui.hlp
!if "$(OFFICIAL)"=="TRUE"
$(IN) -c "Weekly Build" qh\ui.hlp
!ENDIF
ui.hlp:
..\bin\cxxdbgen /r /e dead /e slm.dif /e test $(HLPIGNORE) $(HLPTITLE) /o $(TMP)\ui.tmp $(HLPTARGETS)
$(IMPORT)\c600\bin\helpmake /V /T /E /o$(TMP)\ui.hlp $(TMP)\ui.tmp
-del $(TMP)\ui.tmp
copy $(TMP)\ui.hlp .\ui.hlp
-del $(TMP)\ui.hlp