Skip to content

Commit

Permalink
Allow the makefiles to alter the screen name
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63709 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Bradley Nicholes committed Jul 18, 2002
1 parent 8ad29ef commit 381cf14
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build/NWGNUtail.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ ifndef NLM_THREAD_NAME
NLM_THREAD_NAME = $(NLM_NAME) Thread
endif

ifndef NLM_SCREEN_NAME
NLM_SCREEN_NAME = Apache for NetWare
endif


#
# Create dependency lists based on the files available
#
Expand Down Expand Up @@ -190,7 +195,7 @@ ifeq "$(RELEASE)" "debug"
else
@echo -sym internal >> $@
endif
@echo -screenname "Apache for NetWare" >> $@
@echo -screenname "$(NLM_SCREEN_NAME)" >> $@
ifneq "$(NLM_VERSION)" ""
@echo -nlmversion=$(NLM_VERSION) >> $@
else
Expand Down

0 comments on commit 381cf14

Please sign in to comment.