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.
 
 
 
 
 
 

12 lines
291 B

!if !defined(CLEANINF_FLAGS)
CLEANINF_FLAGS = -w
!endif
CLEANINF = cleaninf.exe $(CLEANINF_FLAGS)
undo.rc : $(SELFREGNAME)
$(SELFREGNAME) : selfreg.inx
$(C_PREPROCESSOR_NAME) $(C_PREPROCESSOR_FLAGS:-DNT =) $** > $*.cln
$(CLEANINF) $*.cln $@
del $*.cln