A bunch of things to get the BeOS build to work. Mostly
BeOS specific fixes, except for the change to nsinstall.c that ignores trailing "/." in the function mkdirs (as creating a "." dir fails under BeOS). git-svn-id: svn://10.0.0.236/trunk@45881 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -22,7 +22,7 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = timer_s
|
||||
LIBRARY_NAME = timer_beos
|
||||
|
||||
MODULE=timer
|
||||
|
||||
@@ -36,8 +36,8 @@ CPPSRCS = \
|
||||
nsTimer.cpp \
|
||||
$(NULL)
|
||||
|
||||
MKSHLIB =
|
||||
override NO_SHARED_LIB=1
|
||||
override NO_STATIC_LIB=
|
||||
#MKSHLIB =
|
||||
#override NO_SHARED_LIB=1
|
||||
#override NO_STATIC_LIB=
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
Reference in New Issue
Block a user