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.

27 lines
589 B

  1. TARGETNAME=oc
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. USE_MSVCRT=1
  5. INCLUDES=$(PROJECT_ROOT)\ntsetup\opktools\setupmgr\include;
  6. !INCLUDE $(PROJECT_ROOT)\ntsetup\opktools\sources.inc
  7. C_DEFINES= -DUNICODE -D_UNICODE -DWORD97_STYLE
  8. SOURCES=oemads.c \
  9. tapi.c \
  10. rgseting.c \
  11. lang.c \
  12. hal.c \
  13. scsi.c \
  14. spfolder.c \
  15. ie.c \
  16. ieproxy.c \
  17. iebrowse.c \
  18. iecustom.c \
  19. optcomp.c \
  20. PRECOMPILED_INCLUDE=pch.h
  21. PRECOMPILED_PCH=pch.pch
  22. PRECOMPILED_OBJ=pch.obj