* Applied patch by Siarzhuk Zharski that adds support for .rdef files to the

makefile-engine. Thanks!


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30771 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-05-16 20:10:01 +00:00
parent d88527df5c
commit 314854708a
2 changed files with 31 additions and 1 deletions
+6 -1
View File
@@ -32,8 +32,13 @@ TYPE=
# in folder names do not work well with this makefile.
SRCS=
# specify the resource files to use
# specify the resource definition files to use
# full path or a relative path to the resource file can be used.
RDEFS=
# specify the resource files to use.
# full path or a relative path to the resource file can be used.
# both RDEFS and RSRCS can be defined in the same makefile.
RSRCS=
# @<-src@