aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/buildsys/nmake-sub.mak
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2009-04-01 21:13:09 +0000
committerThomas Grill <xovo@users.sourceforge.net>2009-04-01 21:13:09 +0000
commit0ed7a8b68dd73e2b0473b8127aeca99f3bac9061 (patch)
tree5c67818b38a5cc2f9caa5ca7f8640ca356adf02b /externals/grill/flext/buildsys/nmake-sub.mak
parentbb4c7f6a245394d09dac9adfb2efb093d3d98452 (diff)
cleaned up grill externals - replaced with svn:externals to svn.grrrr.org/ext/trunk/
svn path=/trunk/; revision=10951
Diffstat (limited to 'externals/grill/flext/buildsys/nmake-sub.mak')
-rw-r--r--externals/grill/flext/buildsys/nmake-sub.mak44
1 files changed, 0 insertions, 44 deletions
diff --git a/externals/grill/flext/buildsys/nmake-sub.mak b/externals/grill/flext/buildsys/nmake-sub.mak
deleted file mode 100644
index c8b78044..00000000
--- a/externals/grill/flext/buildsys/nmake-sub.mak
+++ /dev/null
@@ -1,44 +0,0 @@
-# include flext version number
-!include $(BUILDPATH)version.inc
-
-# general settings
-!include $(BUILDPATH)config-$(PLATFORM)-$(RTSYS)-$(COMPILER).txt
-
-##############################
-# project-specific definitions
-
-# package info
-!if "$(PKGINFO)" != ""
-!include $(PKGINFO)
-!endif
-
-# special package settings
-!ifdef USRCONFIG
-!include $(USRCONFIG)
-!endif
-
-# package specific make stuff
-!ifdef USRMAKE
-!include $(USRMAKE)
-!endif
-
-##############################
-# flext-specific definitions
-
-!include $(BUILDPATH)nmake.inc
-
-!include $(BUILDPATH)nmake-$(BUILDCLASS).inc
-
-##############################
-# platform-specific make stuff
-
-!include $(BUILDPATH)$(PLATFORM)\$(RTSYS)\nmake-$(COMPILER).inc
-
-!include $(BUILDPATH)$(PLATFORM)\$(RTSYS)\nmake-$(COMPILER)-$(BUILDCLASS).inc
-
-##############################
-# general make stuff
-
-!include $(BUILDPATH)$(PLATFORM)\nmake-$(COMPILER).inc
-
-!include $(BUILDPATH)$(PLATFORM)\nmake-$(COMPILER)-$(BUILDCLASS).inc