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.
|
|
# # cpstyle.uix is precompiled to include common Control Panel style information # from shell\inc and theme-specific metrics information from the local project. # This produces cpstyle.ui which is then included in shellstyle.rc # shellstyle.rc : $(O)\cpstyle.ui $(O)\style.ui
$(O)\cpstyle.ui : $(O)\cpstyle.uipp cleaninf -w $(O)\cpstyle.uipp $(O)\cpstyle.ui
$(O)\cpstyle.uipp : cpstyle.uix $(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $@
cpstyle.uix : ..\cpstyle_common.uix
$(O)\style.ui : $(O)\style.uipp cleaninf -w $(O)\style.uipp $(O)\style.ui
$(O)\style.uipp : style.uix $(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $@
|