Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Haddow <barry.haddow@gmail.com>2011-11-23 16:10:45 +0400
committerBarry Haddow <barry.haddow@gmail.com>2011-11-23 16:10:45 +0400
commiteb4b85e0edcbe6d5525109b9feb0cd7ac2165cd3 (patch)
treebb8958fdee92545f5e5bd9869b5b642b2e1be6a9 /Jamroot
parentbf1da63b118a743fbe13b191168057d9fb567eab (diff)
misc jamming
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index 66d650bf8..b72a56743 100644
--- a/Jamroot
+++ b/Jamroot
@@ -34,7 +34,7 @@
#--clean to clean
#Other compilers might work, but this stops bjam from whining.
-using gcc ;
+#using gcc ;
path-constant TOP : . ;
@@ -93,4 +93,5 @@ install dist :
CreateOnDisk/src//CreateOnDisk
mert//programs
server//mosesserver
+ misc//programs
: <location>$(install-location) <install-type>EXE <install-dependencies>on <link>shared:<dll-path>$(install-location) <link>shared:<install-type>LIB ;