Ticket #16682: patch-gtk-Makefile.diff

File patch-gtk-Makefile.diff, 784 bytes (added by myschizobuddy@…, 16 years ago)
  • gtk/Makefile

    old new  
    2020ENCODE_BIN = x264_gtk_encode$(EXE)
    2121
    2222# 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=%)
    2626
    2727# Object files
    2828OBJECTS_LIB =      \
     
    6262        @$(XGETTEXT) -o x264_gtk.pot -k'_' -s --from-code iso-8859-1 \
    6363        --default-domain=x264_gtk $(SOURCES_ALL)
    6464
    65 %.mo: %.po x264_gtk.pot
    66         @echo "  T: $@"
    67         @msgmerge --update $< x264_gtk.pot
    68         @msgfmt -o $@ $<
     65#%.mo: %.po x264_gtk.pot
     66#       @echo "  T: $@"
     67#       @msgmerge --update $< x264_gtk.pot
     68#       @msgfmt -o $@ $<
    6969
    7070
    7171# Compilation rule