revert between 56095 -> 55830 in arch
[AROS.git] / tools / flexcat / contrib / Storm_FlexCat / FlexCat.srx
blob81be2d004e8fe5a0d9d3d6e4d093bc02d723fcae
1 /* 
2         FlexCat.srx
3         created by Christian Hattemer
4         chris@mail.riednet.wh.tu-darmstadt.de
5         
6         Compile a catalog description file to C source and header files.
7                 
8         $VER FlexCat.srx 1.1 (26.01.99)
9 */
11 /* Don't forget the point '.' at the end      \/        */
12 PARSE ARG '"' Filename '"' '"' Projectname '"' .
14 Projname = SUBSTR(Projectname,LASTPOS('/',Projectname)+1)
15 Include  = LEFT(Projname,LASTPOS('.ΒΆ',Projname)-1)||"_Cat.h"
17 /* set object file of catalog file */
18 OBJECTS filename 'Locale.c' Include
20 /* compile */
21 ADDRESS COMMAND "FlexCat "||Filename||" Locale.c=NoAutoC_c.sd"
22 ADDRESS COMMAND "FlexCat "||Filename||" "||Include||"=NoAutoC_h.sd"