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.

40 lines
695 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 2001
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=CryptoAPI
  7. CRYPT_ROOT=..\..
  8. MINORCOMP=compress
  9. TARGETNAME=compress
  10. TARGETTYPE=LIBRARY
  11. TARGETPATH=..\bin\$(_OBJ_DIR)
  12. TARGETLIBS=\
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\ntdll.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib \
  17. $(BASE_LIB_PATH)\zlib.lib
  18. INCLUDES=\
  19. $(NTINCLUDES); \
  20. ..\inc; \
  21. ..\..\pincache; \
  22. $(BASE_INC_PATH)
  23. SOURCES=\
  24. compress.c
  25. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  26. UMTYPE=console
  27. USE_NTDLL=1