Update of /cvsroot/pure-data/externals/grill/flext/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16508/build
Added Files: config-lnx.def config-win.def makefile-win-bcc.inc makefile-win-cygwin.inc makefile-win-mingw.inc makefile-win-msvc.inc Removed Files: bmake-sub.mak bmake.mak build-bcc.bat build-cygwin.sh build-gcc.sh build-mingw.bat build-msvc.bat gnumake-sub.mak gnumake.mak nmake-sub.mak nmake.mak Log Message: simplified make system updated make system for BCC updated make system updated build system
--- NEW FILE: makefile-win-bcc.inc --- !ifdef SNDOBJ SRCS=$(SRCS) $(SRCS_SNDOBJ) HDRS=$(HDRS) $(HDRS_SNDOBJ) INCPATH=$(INCPATH) /I$(SNDOBJ)\include LIBS=$(LIBS) $(SNDOBJ)\lib\sndobj.lib !endif
!ifdef STK SRCS=$(SRCS) $(SRCS_STK) HDRS=$(HDRS) $(HDRS_STK) INCPATH=$(INCPATH) /I$(STK)\include LIBS=$(LIBS) $(STK)\lib\stk.lib !endif
--- build-bcc.bat DELETED ---
--- NEW FILE: config-lnx.def --- # where is the STK installation? # (uncomment the line with # to disable STK support) #STK=/usr/local/lib/stk
# where is the Sndobjs installation? # (uncomment the line with # to disable SNDOBJ support) #SNDOBJ=/usr/local/lib/sndobj
--- NEW FILE: makefile-win-mingw.inc --- ifdef SNDOBJ SRCS+=$(SRCS_SNDOBJ) HDRS+=$(HDRS_SNDOBJ) INCPATH+=-I$(SNDOBJ) LIBS+=-lsndobj endif
ifdef STK SRCS+=$(SRCS_STK) HDRS+=$(HDRS_STK) INCPATH+=-I$(STK) LIBS+=-lstk endif
--- build-cygwin.sh DELETED ---
--- gnumake-sub.mak DELETED ---
--- bmake.mak DELETED ---
--- NEW FILE: makefile-win-msvc.inc --- !ifdef SNDOBJ SRCS=$(SRCS) $(SRCS_SNDOBJ) HDRS=$(HDRS) $(HDRS_SNDOBJ) INCPATH=$(INCPATH) /I$(SNDOBJ)\include LIBS=$(LIBS) $(SNDOBJ)\lib\sndobj.lib !endif
!ifdef STK SRCS=$(SRCS) $(SRCS_STK) HDRS=$(HDRS) $(HDRS_STK) INCPATH=$(INCPATH) /I$(STK)\include LIBS=$(LIBS) $(STK)\lib\stk.lib !endif
--- build-mingw.bat DELETED ---
--- bmake-sub.mak DELETED ---
--- build-msvc.bat DELETED ---
--- nmake-sub.mak DELETED ---
--- NEW FILE: config-win.def --- # where is the STK installation? # (uncomment the line with # to disable STK support) #STK=c:\data\prog\audio\stk
# where is the Sndobjs installation? # (uncomment the line with # to disable SNDOBJ support) #SNDOBJ=c:\data\prog\audio\sndobj
--- NEW FILE: makefile-win-cygwin.inc --- ifdef SNDOBJ SRCS+=$(SRCS_SNDOBJ) HDRS+=$(HDRS_SNDOBJ) INCPATH+=-I$(SNDOBJ) LIBS+=-lsndobj endif
ifdef STK SRCS+=$(SRCS_STK) HDRS+=$(HDRS_STK) INCPATH+=-I$(STK) LIBS+=-lstk endif
--- gnumake.mak DELETED ---
--- build-gcc.sh DELETED ---
--- nmake.mak DELETED ---