Mercurial > hg > Database > jungle-sharp
changeset 39:b4bb6f193a44
add default compile command to rakefile.
author | Kazuma Takeda |
---|---|
date | Thu, 23 Feb 2017 13:46:21 +0900 |
parents | e954d456665c |
children | db1d9ae4c4f6 |
files | rakefile.rb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rakefile.rb Wed Feb 22 16:58:10 2017 +0900 +++ b/rakefile.rb Thu Feb 23 13:46:21 2017 +0900 @@ -32,7 +32,7 @@ FULL_NAME = "jungle-sharp.exe" TARGET = 'library' REFS = ["jungle-sharp.dll"] - +task :default => :compile task :compile do sh "#{CSC} -debug -out:#{FULL_NAME} -target:#{TARGET} -lib:#{BUILD_DIR}-r:#{REFS.join(',')} #{SRC}" end