From: Mike D. Lowis Date: Tue, 13 Mar 2012 14:32:53 +0000 (-0400) Subject: Updated rake_utils to version supporting embedded resource files X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=4d492114fc77c5402f779e3d5863a7818753bdf9;p=archive%2Fdlang.git Updated rake_utils to version supporting embedded resource files --- diff --git a/rakefile.rb b/rakefile.rb index 54311e7..16a6b70 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -23,6 +23,7 @@ DLangParser = Binary.new({ :static_libs => [ './deps/parse-utils/build/static/bin/libparse-utils.a', ], + :resource_files => [ 'res/*' ], :source_files => [ 'source/**/*.c*' ], :include_dirs => [ 'source/**/', @@ -41,6 +42,7 @@ DLangDebug = Binary.new({ './deps/parse-utils/build/static/bin/libparse-utils.a', ], :preprocessor_defines => [ 'DEBUG' ], + :resource_files => [ 'res/*' ], :source_files => [ 'source/**/*.c*' ], :include_dirs => [ 'source/**/', diff --git a/tools/rake_utils b/tools/rake_utils index dfcf9e3..d5e604a 160000 --- a/tools/rake_utils +++ b/tools/rake_utils @@ -1 +1 @@ -Subproject commit dfcf9e3b0138ec4b320d8e34279ee91a19577c7b +Subproject commit d5e604a9bb798fd5c2ec89238c3e316c7e4f75f8