* 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:
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user