--------------------- PatchSet 7064 Date: 2005/10/02 15:22:21 Author: serassio Branch: nt-2_5 Tag: (none) Log: Updated VisualStudio Makefiles Members: port/win32/squid_mswin.mak:1.1.2.8->1.1.2.9 Index: squid/port/win32/squid_mswin.mak =================================================================== RCS file: /cvsroot/squid-sf//squid/port/win32/Attic/squid_mswin.mak,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -r1.1.2.8 -r1.1.2.9 --- squid/port/win32/squid_mswin.mak 1 May 2005 07:50:11 -0000 1.1.2.8 +++ squid/port/win32/squid_mswin.mak 2 Oct 2005 15:22:21 -0000 1.1.2.9 @@ -25,6 +25,8 @@ CACHEMGR_EXE = cachemgr$(cgi_suffix) DISKD_EXE = diskd$(exec_suffix) +DEFAULT_HTTP_PORT = 3128 +DEFAULT_ICP_PORT = 3130 DEFAULT_PREFIX = $(prefix) DEFAULT_CONFIG_FILE = $(sysconfdir)/squid.conf DEFAULT_CACHEMGR_CONFIG = $(sysconfdir)/cachemgr.conf @@ -60,6 +62,8 @@ cf.data: $(srcdir)\cf.data.pre .\$(THISMAKEFILE) sed "\ + s%@DEFAULT_HTTP_PORT@%$(DEFAULT_HTTP_PORT)%g;\ + s%@DEFAULT_ICP_PORT@%$(DEFAULT_ICP_PORT)%g;\ s%@DEFAULT_MIME_TABLE@%$(DEFAULT_MIME_TABLE)%g;\ s%@DEFAULT_DNSSERVER@%$(DEFAULT_DNSSERVER)%g;\ s%@DEFAULT_UNLINKD@%$(DEFAULT_UNLINKD)%g;\