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.3 KiB

  1. !IF 0
  2. Copyright (c) 1998 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. TARGETNAME= olecnv32
  12. TARGETPATH= obj
  13. TARGETTYPE= DYNLINK
  14. !include ..\..\chicago0.inc
  15. DLLDEF= obj\$(TARGET_DIRECTORY)\olecnv32.def
  16. DLLBASE=@$(COFFBASE_TXT_FILE),usermode
  17. INCLUDES= ..;..\..\ih
  18. C_DEFINES= \
  19. $(C_DEFINES) \
  20. -D_OLECNV32_
  21. SOURCES= \
  22. ..\api.c \
  23. ..\bufio.c \
  24. ..\cache.c \
  25. ..\error.c \
  26. ..\gdiprim.c \
  27. ..\getdata.c \
  28. ..\quickdrw.c \
  29. ..\olecnv32.rc
  30. DLLENTRY=LibMain
  31. UMTYPE= windows
  32. USE_MSVCRT=1
  33. LINKLIBS= \
  34. ..\..\win98\lib\advapi32.lib \
  35. ..\..\win98\lib\kernel32.lib \
  36. ..\..\win98\lib\gdi32.lib \
  37. ..\..\win98\lib\user32.lib \
  38. PRECOMPILED_INCLUDE= ..\headers.c
  39. NTTARGETFILE0=$(DLLDEF:*=i386)
  40. NTTARGETFILES=olecnv32.sym