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.

11 lines
306 B

  1. HDEPENDENCIES=..\exts.h $(WINDOWS_INC_PATH)\stdexts.h
  2. GENUEDEFDEFINES=/D_$(ALT_PROJECT)_
  3. !if !$(FREEBUILD)
  4. GENUEDEFDEFINES=$(GENUEDEFDEFINES) /DDEBUGTAGS=1
  5. !endif
  6. precomp.h: ..\precomp.h
  7. $(O)\shlexts.def: ..\genuedef.c $(HDEPENDENCIES)
  8. $(CXX_COMPILER_NAME) $(GENUEDEFDEFINES) /EP ..\genuedef.c > $@