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.

58 lines
1.2 KiB

  1. !IF 0
  2. Copyright (C) 1996 - 1999 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. !ifndef PRNROOT
  12. PRNROOT=$(MAKEDIR:\gpdres\alpsres\um=)
  13. !endif
  14. !include ..\sources.inc
  15. TARGETNAME=alpsres
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. SRCDIR=..
  19. !if 0
  20. DLLBASE=@$(COFFBASE_TXT_FILE),alpsres
  21. !else
  22. DLLBASE=0x8000000
  23. !endif
  24. #C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE -DUSERMODE_DRIVER
  25. C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE -DUSERMODE_DRIVER -DOEMCOM
  26. TARGETLIBS=\
  27. $(SDK_LIB_PATH)\kernel32.lib \
  28. $(SDK_LIB_PATH)\winspool.lib \
  29. $(SDK_LIB_PATH)\uuid.lib \
  30. $(SDK_LIB_PATH)\advapi32.lib \
  31. $(PRNROOT)\lib\utils\um\$O\utils.lib
  32. USE_MSVCRT=1
  33. DLLENTRY=_DllMainCRTStartup
  34. SOURCES=\
  35. $(SRCDIR)\common.c \
  36. $(SRCDIR)\alpsres.c \
  37. $(SRCDIR)\alpsres.rc \
  38. $(SRCDIR)\compress.c \
  39. $(SRCDIR)\dither.c \
  40. $(SRCDIR)\comoem.cpp
  41. MISCFILES=\
  42. $(SRCDIR)\alpsres.ini