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.

20 lines
675 B

  1. #
  2. # cpstyle.uix is precompiled to include common Control Panel style information
  3. # from shell\inc and theme-specific metrics information from the local project.
  4. # This produces cpstyle.ui which is then included in shellstyle.rc
  5. #
  6. shellstyle.rc : $(O)\cpstyle.ui $(O)\style.ui
  7. $(O)\cpstyle.ui : $(O)\cpstyle.uipp
  8. cleaninf -w $(O)\cpstyle.uipp $(O)\cpstyle.ui
  9. $(O)\cpstyle.uipp : cpstyle.uix
  10. $(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $@
  11. cpstyle.uix : ..\cpstyle_common.uix
  12. $(O)\style.ui : $(O)\style.uipp
  13. cleaninf -w $(O)\style.uipp $(O)\style.ui
  14. $(O)\style.uipp : style.uix
  15. $(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $@