From e741586389de21efe0dd7fa1b0057c970e4c1a17 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 18 Dec 2004 05:01:11 +0000 Subject: updated build system for linux updated make system for BCC build system for flext-based externals updated build system add xcode project comply to build system svn path=/trunk/; revision=2405 --- externals/grill/flext/build/bmake.mak | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 externals/grill/flext/build/bmake.mak (limited to 'externals/grill/flext/build/bmake.mak') diff --git a/externals/grill/flext/build/bmake.mak b/externals/grill/flext/build/bmake.mak new file mode 100644 index 00000000..5ee54fbb --- /dev/null +++ b/externals/grill/flext/build/bmake.mak @@ -0,0 +1,29 @@ +# PLATFORM - win +# RTSYS - pd/max +# COMPILER - bcc + +# this should be improved +BUILDPATH=..\flext\build + +# general settings +!include $(BUILDPATH)\config-$(PLATFORM)-$(RTSYS)-$(COMPILER).txt + +############################### + +# these are project specific + +# special package settings +!include config-$(PLATFORM)-$(COMPILER).txt + +# package specific make stuff +!include makefile-$(PLATFORM)-$(COMPILER).txt + +# package info +!include make-files.txt + +############################## + +# platform-specific make stuff +!include $(BUILDPATH)\make-$(PLATFORM)-$(RTSYS)-$(COMPILER).inc +# general make stuff +!include $(BUILDPATH)\make-$(PLATFORM)-gen-$(COMPILER).inc -- cgit v1.2.1