Ticket #16682: patch-gtk-Makefile.diff
File patch-gtk-Makefile.diff, 784 bytes (added by myschizobuddy@…, 16 years ago) |
---|
-
gtk/Makefile
old new 20 20 ENCODE_BIN = x264_gtk_encode$(EXE) 21 21 22 22 # PO / MO files 23 PO_FILES = $(shell ls *.po)24 MO_FILES = $(PO_FILES:%.po=%.mo)25 ALL_LINGUAS = $(PO_FILES:%.po=%)23 #PO_FILES = $(shell ls *.po) 24 #MO_FILES = $(PO_FILES:%.po=%.mo) 25 #ALL_LINGUAS = $(PO_FILES:%.po=%) 26 26 27 27 # Object files 28 28 OBJECTS_LIB = \ … … 62 62 @$(XGETTEXT) -o x264_gtk.pot -k'_' -s --from-code iso-8859-1 \ 63 63 --default-domain=x264_gtk $(SOURCES_ALL) 64 64 65 %.mo: %.po x264_gtk.pot66 @echo " T: $@"67 @msgmerge --update $< x264_gtk.pot68 @msgfmt -o $@ $<65 #%.mo: %.po x264_gtk.pot 66 # @echo " T: $@" 67 # @msgmerge --update $< x264_gtk.pot 68 # @msgfmt -o $@ $< 69 69 70 70 71 71 # Compilation rule