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.

44 lines
779 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. MAJORCOMP=SLBCSP
  8. MINORCOMP=slbZip
  9. SLB_ROOT=..
  10. TARGETNAME=$(MINORCOMP)
  11. TARGETPATH=$(SLB_ROOT)\lib\$(_OBJ_DIR)
  12. TARGETTYPE=LIBRARY
  13. INCLUDES=\
  14. $(SLB_ROOT)\scardlib;\
  15. $(SLB_ROOT)\slbCrc
  16. SOURCES=\
  17. bits.cpp \
  18. compress.cpp \
  19. deflate.cpp \
  20. inflate.cpp \
  21. trees.cpp \
  22. unzip.cpp \
  23. util.cpp \
  24. zip.cpp \
  25. slbZip.cpp
  26. # Additional Compiler definitions
  27. C_DEFINES=$(C_DEFINES) -D_WINDOWS -D_USRDLL -DCOM_NO_WINDOWS_H -DSCARD_NO_COM
  28. USE_MSVCRT=1
  29. # Use C++ Exception Handling
  30. USE_NATIVE_EH=1
  31. USE_CV=1