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.

31 lines
556 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. !include ..\migshared.mk
  6. #
  7. # Continue with the normal script below
  8. #
  9. # general build settings
  10. MAJORCOMP=migshared
  11. MINORCOMP=commonpch
  12. TARGETNAME=pcha
  13. TARGETTYPE=LIBRARY
  14. TARGETPATH=$(_OBJ_DIR)
  15. USER_C_FLAGS=-J
  16. # stub source
  17. SOURCES=\
  18. empty.c \
  19. # precompiled header options
  20. PRECOMPILED_OBJ=$(MIGSHARED_PRECOMPILED_OBJ)
  21. PRECOMPILED_TARGET=$(MIGSHARED_PRECOMPILED_TARGET)
  22. PRECOMPILED_INCLUDE=pch.h