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
519 B
15 lines
519 B
..\shell32.rc : $(PROJECT_ROOT)\lib\$(O)\shldisp.tlb $(SELFREGNAME) $(O)\cpview.ui $(O)\folder.ui
|
|
|
|
!include $(CCSHELL_DIR)\makefile.inc
|
|
|
|
$(O)\cpview.ui : $(O)\cpview.uipp
|
|
cleaninf -w $(O)\cpview.uipp $(O)\cpview.ui
|
|
|
|
$(O)\cpview.uipp : ..\cpview.uix
|
|
$(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $@
|
|
|
|
$(O)\folder.ui : $(O)\folder.uipp
|
|
cleaninf -w $(O)\folder.uipp $(O)\folder.ui
|
|
|
|
$(O)\folder.uipp : ..\folder.uix
|
|
$(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $@
|