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

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