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.

54 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989-91 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. !ENDIF
  11. !INCLUDE w3scon.inc
  12. MINORCOMP=w3scon
  13. TARGETNAME=w3scon
  14. TARGETTYPE=PROGRAM
  15. UMTYPE=windows
  16. UMENTRY=winmain
  17. SYNCHRONIZE_DRAIN=1
  18. INCLUDES=.;$(O);$(W3SPOOFINC);
  19. SOURCES= \
  20. w3sconidl.idl \
  21. w3scon.rc \
  22. w3scon.cxx \
  23. wndproc.cxx \
  24. w3sguids.c \
  25. w3sconidl_i.c
  26. PASS0_PUBLISH= \
  27. {w3sconidl.h=proxy\w3sconidl.h} \
  28. {w3sconidl_i.c=proxy\w3sconidl_i.c} \
  29. {w3sconidl_p.c=proxy\w3sconidl_p.c} \
  30. {dlldata.c=proxy\dlldata.c}
  31. LINKLIBS= \
  32. ..\lib\$(_OBJ_DIR)\*\pch.lib
  33. TARGETLIBS= \
  34. $(SDK_LIB_PATH)\shell32.lib \
  35. $(SDK_LIB_PATH)\comdlg32.lib \
  36. $(SDK_LIB_PATH)\comctl32.lib \
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(SDK_LIB_PATH)\oleaut32.lib \
  39. $(SDK_LIB_PATH)\uuid.lib \
  40. $(SDK_LIB_PATH)\libcmt.lib