Leaked source code of windows server 2003
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.

18 lines
395 B

  1. !include $(CCSHELL_DIR)\makefile.inc
  2. UI_FILES = \
  3. $(O)\arp.uipp \
  4. $(O)\arpstylestd.uipp \
  5. $(O)\arpstyletheme.uipp
  6. ..\appwiz.rc : $(UI_FILES) $(SELFREGNAME)
  7. {..}.ui{$(O)}.uipp:
  8. cl /nologo /EP $(INCPATH0) /I$(WINDOWS_INC_PATH)\DUser $< | perl -pe "s/^^\s+//;s/ +/ /g" > $@
  9. #
  10. # Inference rules
  11. #
  12. .SUFFIXES: .ui .uipp