summaryrefslogtreecommitdiff
path: root/tools/build/src/tools/types/exe.jam
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/src/tools/types/exe.jam')
-rw-r--r--tools/build/src/tools/types/exe.jam9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/build/src/tools/types/exe.jam b/tools/build/src/tools/types/exe.jam
new file mode 100644
index 000000000..47109513a
--- /dev/null
+++ b/tools/build/src/tools/types/exe.jam
@@ -0,0 +1,9 @@
+# Copyright David Abrahams 2004. Distributed under the Boost
+# Software License, Version 1.0. (See accompanying
+# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+import type ;
+
+type.register EXE ;
+type.set-generated-target-suffix EXE : <target-os>windows : "exe" ;
+type.set-generated-target-suffix EXE : <target-os>cygwin : "exe" ;