Yesterday I modified all the *.rcp files to gather same messages used in
(BGesture, Tap, Jog, and Buttons.
(BAnd also, I changed rcplint.pl script to output proper rcp file, rather
(Bthan a difference.
(B
(BBTW, the following description in Makefile
(B%.stamp: $(RCP) config.h.pilrc resourceids.h const.h $(ICONDIR)/*.bmp
(B$(LANGDIR)/%.h
(B@$(LN_S) $(LANGDIR)/$*.h lang.h
(B$(PILRC) -q -I . -I $(srcdir) -I $(FONTDIR) -I $(ICONDIR) -L $* `cat
(Bconfig.h.pilrc` $(RCP)
(B@touch $@
(B@rm -f lang.h
(B
(Bleaves lang.h when an error occurs in pilrc, and it must be deleted by
(Bhand.
(BMay I create sub directory in viewer/langs directory and put header file
(B(eg. ja.h) into langs/ja directory and modify Makefile such as:
(B
(B%.stamp: $(RCP) config.h.pilrc resourceids.h const.h $(ICONDIR)/*.bmp
(B$(LANGDIR)/%/lang.h
(B$(PILRC) -q -I . -I $(srcdir) -I $(FONTDIR) -I $(ICONDIR) -I
(B$(LANGDIR)/$* -L $* `cat config.h.pilrc` $(RCP)
(B@touch $@
(B
(BOr another smart way to select the file to be included?
(B
(B__________________________________________________
(BDo You Yahoo!?
(BYahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/
(B
(B_______________________________________________
(Bplucker-dev mailing list
([EMAIL PROTECTED]
(Bhttp://lists.rubberchicken.org/mailman/listinfo/plucker-dev