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
617 B

  1. #
  2. # include the .mk file at the root of the project. Then, don't use .. in
  3. # any path. Instead, use MIGSHARED_ROOT.
  4. #
  5. UNICODE=1
  6. !include ..\migshared.mk
  7. #
  8. # Continue with the normal script below
  9. #
  10. # general build settings
  11. MAJORCOMP=migshared
  12. MINORCOMP=commonpch
  13. TARGETNAME=pchw
  14. TARGETTYPE=LIBRARY
  15. TARGETPATH=$(_OBJ_DIR)
  16. USER_C_FLAGS=-J
  17. # specialized build options
  18. SYNCHRONIZE_BLOCK=1
  19. # stub source
  20. SOURCES=\
  21. empty.c \
  22. # precompiled header options
  23. PRECOMPILED_OBJ=$(MIGSHARED_PRECOMPILED_OBJ)
  24. PRECOMPILED_TARGET=$(MIGSHARED_PRECOMPILED_TARGET)
  25. PRECOMPILED_INCLUDE=pch.h