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.

15 lines
310 B

  1. HDEPENDENCIES=exts.h stdext64.h
  2. $(O)\DuExts.def: genuedef.c $(HDEPENDENCIES)
  3. $(CXX_COMPILER_NAME) $(GENUEDEFDEFINES) /EP genuedef.c >$@
  4. #
  5. # Dependencies for dummy targets
  6. #
  7. DuExts.cpp: \
  8. DuExts.h \
  9. $(HDEPENDENCIES) \
  10. stdext64.cpp
  11. precomp.h: \
  12. DuExts.h