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.

34 lines
518 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. !ENDIF
  4. ROOT=$(MAKEDIR:\inc=)
  5. !include $(ROOT)\common.inc
  6. TARGETNAME=precomp
  7. TARGETPATH=obj
  8. TARGETTYPE=LIBRARY
  9. SYNCHRONIZE_BLOCK=1
  10. INCLUDES= \
  11. $(O); \
  12. $(ROOT)\inc; \
  13. $(ROOT)\proxy\$(O); \
  14. SOURCES= \
  15. mtscript.idl \
  16. $(O)\mtscript_i.c
  17. PASS0_HEADERDIR=$(O)
  18. PASS0_SOURCEDIR=$(O)
  19. MIDL_TLBDIR=$(O)
  20. USE_IDLBASED_DLLDATA=1
  21. !ifndef NO_PRECOMPILED_HEADERS
  22. PRECOMPILED_INCLUDE=headers.hxx
  23. PRECOMPILED_CXX=1
  24. !endif