Source code of Windows XP (NT5)
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.

9 lines
283 B

  1. $(O)\precomp.pph: ..\gpc\gpcdef.h makefile.inc
  2. @echo Creating $@ from $**
  3. $(C_PREPROCESSOR) $** > $@
  4. $(O)\dsogpc.c: dso.txt $(O)\precomp.pph makefile.inc
  5. @echo Creating $@
  6. @cd $(O)
  7. structo -i h -p -s $(MAKEDIR)\dso.txt -o dsogpc.c precomp.pph
  8. @cd $(MAKEDIR)