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.

15 lines
504 B

  1. ..\shell32.rc : $(PROJECT_ROOT)\lib\$(O)\shldisp.tlb $(SELFREGNAME) $(O)\cpview.ui $(O)\folder.ui
  2. !include $(CCSHELL_DIR)\makefile.inc
  3. $(O)\cpview.ui : $(O)\cpview.uipp
  4. cleaninf -w $(O)\cpview.uipp $(O)\cpview.ui
  5. $(O)\cpview.uipp : ..\cpview.uix
  6. $(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $@
  7. $(O)\folder.ui : $(O)\folder.uipp
  8. cleaninf -w $(O)\folder.uipp $(O)\folder.ui
  9. $(O)\folder.uipp : ..\folder.uix
  10. $(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $@