Resource definition files (*.rdef) are now piped through the C preprocessor.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18413 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2006-08-06 12:38:30 +00:00
parent bc19ead830
commit b0634f6510
2 changed files with 25 additions and 2 deletions
+1
View File
@@ -400,6 +400,7 @@ rule AddResources
file = $(rdef:S=.rsrc) ;
ResComp $(file) : $(rdef) ;
}
InheritPlatform $(file) : $(1) ;
RESFILES on $(1) += $(file) ;
}
}