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.

41 lines
825 B

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