/[mldonkey]/mldonkey/config/Makefile.in
ViewVC logotype

Diff of /mldonkey/config/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.108 by spiralvoice, Thu Aug 4 22:00:22 2005 UTC revision 1.109 by spiralvoice, Sun Aug 21 13:17:44 2005 UTC
# Line 141  ifeq ("$(OS_FILES2)", "cygwin") Line 141  ifeq ("$(OS_FILES2)", "cygwin")
141    LIBS_flags += -cclib "-lws2_32 -lgdi32 -luser32 -ladvapi32 -lwsock32 -limm32 -lshell32 -lole32 resfile.o"    LIBS_flags += -cclib "-lws2_32 -lgdi32 -luser32 -ladvapi32 -lwsock32 -limm32 -lshell32 -lole32 resfile.o"
142  endif  endif
143    
 ifeq ("$(ZLIB)", "yes")  
   LIBS_flags += -cclib -lz  
   CDK_SRCS +=  $(CDK)/zlib.ml $(CDK)/zip.ml $(CDK)/gzip.ml $(CDK)/zlibstubs.c  
 endif  
   
144  ifeq ("$(BZIP2)", "yes")  ifeq ("$(BZIP2)", "yes")
145    LIBS_flags += -cclib -lbz2    LIBS_flags += -cclib -lbz2
146    CDK_SRCS +=  $(CDK)/bzlib.ml $(CDK)/bzip2.ml $(CDK)/tar.ml    CDK_SRCS +=  $(CDK)/bzlib.ml $(CDK)/bzip2.ml
147    endif
148    
149    ifeq ("$(ZLIB)", "yes")
150      LIBS_flags += -cclib -lz
151      CDK_SRCS +=  $(CDK)/zlib.ml $(CDK)/zip.ml $(CDK)/gzip.ml $(CDK)/zlibstubs.c $(CDK)/tar.ml
152  endif  endif
153    
154  ifeq ("$(GD)", "yes")  ifeq ("$(GD)", "yes")
# Line 1698  releaseclean: clean moreclean Line 1698  releaseclean: clean moreclean
1698          rm -f src/utils/lib/gAutoconf.ml.new          rm -f src/utils/lib/gAutoconf.ml.new
1699          rm -f src/utils/lib/endian.h          rm -f src/utils/lib/endian.h
1700          rm -f src/utils/lib/misc2.ml          rm -f src/utils/lib/misc2.ml
1701            rm -f src/utils/cdk/tar.ml
1702            rm -f src/utils/cdk/tar.mli
1703          rm -f icons/tux/*.ml_icons          rm -f icons/tux/*.ml_icons
1704          rm -f icons/tux/*.ml          rm -f icons/tux/*.ml
1705          rm -f icons/kde/*.ml_icons          rm -f icons/kde/*.ml_icons

Legend:
Removed from v.1.108  
changed lines
  Added in v.1.109

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26