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.
 
 
 
 
 
 

31 lines
558 B

# $(CRYPT_ROOT)\core files:
!if "$(CRYPT_SET_CORE_TARGETFILE0)" != ""
# \set\core\
$(CRYPT_SET_CORE_TARGETFILE0): $(CRYPT_ROOT)\set\core\$(@F)
copy $(CRYPT_ROOT)\set\core\$(@F) $@
!endif
!if "$(CRYPT_CORE_TARGETFILE0)" != ""
#\core
$(CRYPT_CORE_TARGETFILE0): $(CRYPT_ROOT)\core\$(@F)
copy $(CRYPT_ROOT)\core\$(@F) $@
!endif
!if "$(CRYPT_CORESVR_TARGETFILE0)" != ""
# $(CRYPT_ROOT)\core\svr files:
$(CRYPT_CORESVR_TARGETFILE0): $(CRYPT_ROOT)\core\svr\$(@F)
copy $(CRYPT_ROOT)\core\svr\$(@F) $@
!endif