python-2.5.2/group/bld.inf
changeset 1 96ece3500cf4
parent 0 ae805ac0140d
child 2 9da1e5517a66
--- a/python-2.5.2/group/bld.inf	Fri Apr 03 17:19:34 2009 +0100
+++ b/python-2.5.2/group/bld.inf	Tue May 12 17:36:58 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/python252
+	OPTION WHAT_TARGET WHATEXPORTS
+END
+
+#endif
+