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.
 
 
 
 
 
 

17 lines
413 B

!if !defined(CLEANINF_FLAGS)
# Cleaninf flags
CLEANINF_FLAGS = -w
!endif
!if !defined(CLEANINF)
# Cleaninf utility
CLEANINF = cleaninf.exe $(CLEANINF_FLAGS)
!endif
resource.rc : $(SDK_LIB_PATH)\AutoDiscovery.tlb $(O)\selfreg.inf
$(O)\selfreg.inf : selfreg.inx
$(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $*.cln
$(CLEANINF) $*.cln $@
del $*.cln