You are viewing a plain text version of this content. The canonical link for it is here.
Posted to win32-msi-cvs@httpd.apache.org by wr...@apache.org on 2001/08/19 01:16:06 UTC

cvs commit: httpd-win32-msi apache_2.0-win32.isv

wrowe       01/08/18 16:16:06

  Modified:    .        apache_2.0-win32.isv
  Log:
    React to our dll now exporting the symbols with _Foo@4 naming
  
  Revision  Changes    Path
  1.2       +2 -2      httpd-win32-msi/apache_2.0-win32.isv
  
  Index: apache_2.0-win32.isv
  ===================================================================
  RCS file: /home/cvs/httpd-win32-msi/apache_2.0-win32.isv,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apache_2.0-win32.isv	2001/08/18 18:31:56	1.1
  +++ apache_2.0-win32.isv	2001/08/18 23:16:06	1.2
  @@ -3467,11 +3467,11 @@
   InstallConfFiles	CUSTOM_ACTION	C32245	1	1602	The trailing space within "[APACHEDIR] " is required!	-f "[#F46421_InstallConf.awk]" "[SERVERDOMAIN]" "[SERVERNAME]" "[SERVERADMIN]" "[APACHEDIR] "	awk_exe	
   SelfInstallService	CUSTOM_ACTION	C98237	1	1618		-k install -n "[SERVICENAME]" -f "[APACHECONFDIR]httpd.conf" -d "[APACHEDIR]"	F98246_Apache.exe	
   SelfRemoveService	CUSTOM_ACTION	C98238	1	1106		-k uninstall -n "[SERVICENAME]"	F98246_Apache.exe	
  -ResolveServerName	CUSTOM_ACTION	C98243	1	193		ResolveServerName	real_features_dll	
  +ResolveServerName	CUSTOM_ACTION	C98243	1	193		_ResolveServerName@4	real_features_dll	
   SelfStartService	CUSTOM_ACTION	C120055	1	1746		-k start -n "[SERVICENAME]"	F98246_Apache.exe	
   SelfStopService	CUSTOM_ACTION	C120056	1	1106		-k stop -n "[SERVICENAME]"	F98246_Apache.exe	
   RemovePriorService	CUSTOM_ACTION	C130014	1	1618		-uninstall -n "[SERVICENAME]"	F98246_Apache.exe	
  -ValidateServerName	CUSTOM_ACTION	C146672	1	65		ValidateServerName	real_features_dll	
  +ValidateServerName	CUSTOM_ACTION	C146672	1	65		_ValidateServerName@4	real_features_dll	
   StartApacheMonitor	CUSTOM_ACTION	C177955	1	1746			F161005_ApacheMonitor.exe	
   DIALOG_SEQ_LAYOUT	DIALOG_SEQ_LAYOUT	DIALOG_SEQ_LAYOUT	1
   ACTIONTEXT_LAYOUT	ACTIONTEXT_LAYOUT	ACTIONTEXT_LAYOUT	1
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: win32-msi-cvs-unsubscribe@httpd.apache.org
For additional commands, e-mail: win32-msi-cvs-help@httpd.apache.org