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.

88 lines
1.8 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: Ramesh G 06-07-96
  11. !ENDIF
  12. ROOT=$(MAKEDIR:\imgfilt\pngfilt\daytona=)
  13. !include $(ROOT)\common.inc
  14. TARGETPATH= obj
  15. TARGETTYPE= DYNLINK
  16. TARGETNAME= PNGFilt
  17. TARGETTEXT= dll
  18. DLLDEF= ..\PNGFilt.def
  19. !IF 0
  20. DLLENTRY= DllMain
  21. !ELSE
  22. DLLENTRY= _DllMainCRTStartup
  23. !ENDIF
  24. DLLBASE= @..\..\base.txt,pngfilt
  25. PRECOMPILED_INCLUDE=..\StdAfx.H
  26. PRECOMPILED_PCH=StdAfx.pch
  27. PRECOMPILED_OBJ=StdAfx.obj
  28. PRECOMPILED_CXX=1
  29. NTTARGETFILES=
  30. WIN32_WINNT_VERSION=0x0400
  31. WIN32_WIN95_VERSION=0x0400
  32. UMTYPE=windows
  33. ATL_VER=30
  34. USE_STATIC_ATL=1
  35. INCLUDES=..\include;..\include\$(O);..;$(BASE_INC_PATH)
  36. C_DEFINES= \
  37. /D_ATL_NO_CONNECTION_POINTS \
  38. /D_ATL_NO_SECURITY \
  39. /D_ATL_NO_OLEAUT \
  40. /D_ATL_NO_FORCE_LIBS \
  41. /D_ATL_DLL_SERVER
  42. SOURCES= \
  43. ..\PNGFilt.Cpp \
  44. ..\CPNGFilt.Cpp \
  45. ..\ScanLine.Cpp \
  46. ..\PNGFilt.rc
  47. TARGETLIBS= \
  48. $(SDK_LIB_PATH)\advapi32.lib \
  49. $(SDK_LIB_PATH)\uuid.lib \
  50. $(SDK_LIB_PATH)\user32.lib \
  51. $(SDK_LIB_PATH)\gdi32.lib \
  52. $(SDK_LIB_PATH)\kernel32.lib \
  53. $(SDK_LIB_PATH)\version.lib \
  54. $(SDK_LIB_PATH)\ole32.lib \
  55. $(SDK_LIB_PATH)\oleaut32.lib \
  56. $(BASE_LIB_PATH)\zlib.lib \
  57. # include files that are inside ifdef blocks - prevents build warnings
  58. CONDITIONAL_INCLUDES= \
  59. $(CONDITIONAL_INCLUDES) \
  60. alloc.h \
  61. macocidl.h \
  62. Include\PNGFilt.ic \
  63. winwlm.h \
  64. macwin32.h