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.

30 lines
680 B

  1. # Copyright (c) Microsoft Corporation
  2. TARGETNAME=winbld
  3. TARGETPATH=obj
  4. TARGETTYPE=LIBRARY
  5. SOURCES=winbld.c
  6. MSC_OPTIMIZATION=/Od
  7. USER_C_FLAGS=/Zm500
  8. # set not lean and mean to pick more windows includes
  9. NOT_LEAN_AND_MEAN=1
  10. # Tell build.exe to block and wait for this directory to build before
  11. # continuing. The wh* thunk directories cannot be built until this
  12. # directory is completely finished.
  13. SYNCHRONIZE_BLOCK=1
  14. #!include ..\sources.inc
  15. PPMFILE=$(O)\winincs.ppm
  16. PPMFILE_PRIVATE=$(O)\winincs_private.ppm
  17. NTTARGETFILE0= \
  18. $(PPMFILE) \
  19. $(PPMFILE_PRIVATE) \
  20. $(O)\winincs.pp \
  21. $(O)\winincs_private.pp \
  22. # $(O)\winincs2.pp