mingw-5.1.4/group/bld.inf
changeset 1 01a9c5986656
parent 0 76b1f169d9fe
child 3 d6b1fbb42aec
--- a/mingw-5.1.4/group/bld.inf	Fri Apr 03 17:16:45 2009 +0100
+++ b/mingw-5.1.4/group/bld.inf	Tue May 12 17:36:49 2009 +0100
@@ -16,5 +16,24 @@
 PRJ_PLATFORMS
 TOOLS TOOLS2
 
-// nothing to build
+#ifndef SBSV2
+
+// abld build using generated exports file
+
+PRJ_EXPORTS
+#include "exports.inf"
+
+#else
+
+// raptor build using an FLM
 
+PRJ_EXTENSIONS
+
+START EXTENSION utility.copydir
+	OPTION SOURCE_DIR  ../win32
+	OPTION DEST_DIR    tools/sbs/win32/mingw
+	OPTION WHAT_TARGET WHATEXPORTS
+END
+
+#endif
+