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:
duncan%be.com
1999-09-03 12:54:05 +00:00
parent 557953e256
commit c725727628
15 changed files with 44 additions and 441 deletions

View File

@@ -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