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.
 
 
 
 
 
 

11 lines
375 B

$(O)\precomp.pph: sched.h ..\sys\globals.h ..\..\inc\pktsched.h $(SDK_INC_PATH)\ntddpsch.h $(DDK_INC_PATH)\ndis.h
@echo Creating $@ from $**
$(C_PREPROCESSOR) $** > $@
$(O)\dsotable.c: dso.txt $(O)\precomp.pph
@echo Creating $@
structo -p -s dso.txt -o $@ $(O)\precomp.pph
del $(O)\precomp.pph
clean:
del $(O)\dsotable.c $(O)\precomp.pph