You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fu...@apache.org on 2007/04/19 20:50:35 UTC

svn commit: r530515 - /tomcat/connectors/trunk/jk/native/apache-1.3/NWGNUmakefile.mak

Author: fuankg
Date: Thu Apr 19 11:50:35 2007
New Revision: 530515

URL: http://svn.apache.org/viewvc?view=rev&rev=530515
Log:
fixed linkage, fixed copyright string.

Modified:
    tomcat/connectors/trunk/jk/native/apache-1.3/NWGNUmakefile.mak

Modified: tomcat/connectors/trunk/jk/native/apache-1.3/NWGNUmakefile.mak
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/apache-1.3/NWGNUmakefile.mak?view=diff&rev=530515&r1=530514&r2=530515
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-1.3/NWGNUmakefile.mak (original)
+++ tomcat/connectors/trunk/jk/native/apache-1.3/NWGNUmakefile.mak Thu Apr 19 11:50:35 2007
@@ -12,6 +12,8 @@
 JAVA_HOME = c:/projects/sdks/java-nw
 endif
 
+LDLIBS = -l"$(METROWERKS)/Novell Support/libraries/runtime/mwcrtl.lib"
+
 JKCOMMON = ../common
 
 #
@@ -51,6 +53,7 @@
 # These flags will be added to the link.opt file
 #
 XLFLAGS		+= \
+			$(LDLIBS) \
 			$(EOLIST)
 
 #
@@ -113,6 +116,12 @@
 NLM_DESCRIPTION	= Apache $(AP_VERSION_STR) plugin for Tomcat $(JK_VERSION_STR)
 
 #
+# This is used by the link '-copy ' directive.
+# If left blank, the ASF copyright defined in NWGNUtail.inc will be used.
+#
+NLM_COPYRIGHT = Licensed under the Apache License Version 2.0
+
+#
 # This is used by the '-threadname' directive.  If left blank,
 # NLM_NAME Thread will be used.
 #
@@ -127,7 +136,7 @@
 #
 # If this is specified, it will override the default of 64K
 #
-NLM_STACK_SIZE	= 49152
+NLM_STACK_SIZE	= 65536
 
 #
 # If this is specified it will be used by the link '-entry' directive
@@ -168,6 +177,7 @@
 # Paths must all use the '/' character
 #
 FILES_nlm_objs = \
+	$(OBJDIR)/$(NLM_NAME).o \
 	$(OBJDIR)/jk_nwmain.o \
 	$(OBJDIR)/jk_ajp12_worker.o \
 	$(OBJDIR)/jk_ajp13.o \
@@ -189,7 +199,6 @@
 	$(OBJDIR)/jk_uri_worker_map.o \
 	$(OBJDIR)/jk_util.o \
 	$(OBJDIR)/jk_worker.o \
-	$(OBJDIR)/$(NLM_NAME).o \
 	$(EOLIST)
 
 #
@@ -222,10 +231,8 @@
 #
 # If this is specified, it will override $(NWOS)\copyright.txt.
 #
-#FILE_nlm_copyright = 'Copyright (c) 2000-2005 The Apache Software Foundation. All rights reserved.'
 FILE_nlm_copyright =
 
-
 #
 # Any additional imports go here
 #
@@ -269,7 +276,7 @@
 #
 # Any specialized rules here
 #
-vpath %.c . $(JKCOMMON)
+vpath %.c . $(JKCOMMON) $(SNPRINTF)
 
 $(OBJDIR)/version.inc: $(JKCOMMON)/jk_version.h $(SRC)/include/httpd.h $(OBJDIR)
 	@echo Creating $@



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org