45 lines
		
	
	
		
			779 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			779 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
!IF 0
 | 
						|
 | 
						|
Copyright (C) Microsoft Corporation, 1998 - 1999
 | 
						|
 | 
						|
Module Name:
 | 
						|
 | 
						|
    sources.
 | 
						|
 | 
						|
NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl
 | 
						|
 | 
						|
!ENDIF
 | 
						|
 | 
						|
MAJORCOMP=SLBCSP
 | 
						|
MINORCOMP=slbZip
 | 
						|
SLB_ROOT=..
 | 
						|
 | 
						|
TARGETNAME=$(MINORCOMP)
 | 
						|
TARGETPATH=$(SLB_ROOT)\lib\$(_OBJ_DIR)
 | 
						|
TARGETTYPE=LIBRARY
 | 
						|
 | 
						|
INCLUDES=\
 | 
						|
    $(SLB_ROOT)\scardlib;\
 | 
						|
    $(SLB_ROOT)\slbCrc
 | 
						|
 | 
						|
SOURCES=\
 | 
						|
    bits.cpp       \
 | 
						|
    compress.cpp   \
 | 
						|
    deflate.cpp    \
 | 
						|
    inflate.cpp    \
 | 
						|
    trees.cpp      \
 | 
						|
    unzip.cpp      \
 | 
						|
    util.cpp       \
 | 
						|
    zip.cpp        \
 | 
						|
    slbZip.cpp
 | 
						|
 | 
						|
 | 
						|
# Additional Compiler definitions
 | 
						|
C_DEFINES=$(C_DEFINES) -D_WINDOWS -D_USRDLL -DCOM_NO_WINDOWS_H -DSCARD_NO_COM
 | 
						|
USE_MSVCRT=1
 | 
						|
 | 
						|
# Use C++ Exception Handling
 | 
						|
USE_NATIVE_EH=1
 | 
						|
USE_CV=1
 | 
						|
 |