From 4d492114fc77c5402f779e3d5863a7818753bdf9 Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Tue, 13 Mar 2012 10:32:53 -0400 Subject: [PATCH] Updated rake_utils to version supporting embedded resource files --- rakefile.rb | 2 ++ tools/rake_utils | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.52.0