Source code of Windows XP (NT5)
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.

58 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Author:
  11. Donna Liu (DonnaLi) 19-Dec-1993
  12. !ENDIF
  13. MAJORCOMP = cairole
  14. MINORCOMP = com
  15. TARGETNAME= olesrv
  16. TARGETPATH= obj
  17. TARGETTYPE= PROGRAM
  18. INCLUDES= \
  19. $(BASEDIR)\private\ole32\common\daytona;\
  20. $(BASEDIR)\private\ole32\ih;\
  21. ..;\
  22. ..\..\common;\
  23. $(BASEDIR)\private\cinc
  24. !include ..\..\daytona.inc
  25. C_DEFINES= \
  26. $(C_DEFINES)
  27. SOURCES= \
  28. ..\olesrv.cxx \
  29. ..\wterm.c
  30. UMTYPE= windows
  31. UMENTRY= winmain
  32. UMLIBS= \
  33. ..\..\assert\daytona\$(O)\assert.lib \
  34. $(SDK_LIB_PATH)\ole32.lib \
  35. $(SDK_LIB_PATH)\gdi32.lib \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\advapi32.lib \
  39. $(SDK_LIB_PATH)\uuid.lib
  40. USE_MSVCRT= 1