Ignore:
Timestamp:
12/09/15 19:27:57 (8 years ago)
Author:
obi
Message:

update sh4 plugin makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/TopfieldVFD/Makefile.am

    r23144 r36503  
    33
    44AM_CPPFLAGS = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
    5 ALL_CFLAGS= -DSH4 -Deplayer3 -DDVDPLAYER -Os -export-dynamic -Wall -Wno-unused-but-set-variable
     5ALL_CFLAGS= -DSH4 -DEPLAYER4 -DDVDPLAYER -Os -export-dynamic -Wall -Wno-unused-but-set-variable
     6
     7CFLAGS = \
     8        -I../../../../tufsbox/cdkroot/usr/include \
     9        -I../../../../tufsbox/cdkroot/usr/include/freetype2 \
     10        -I../../../../tufsbox/cdkroot/usr/include/gstreamer-1.0 \
     11        -I../../../../tufsbox/cdkroot/usr/include/glib-2.0 \
     12        -I../../../../tufsbox/cdkroot/usr/include/libxml2 \
     13        -I../../../../tufsbox/cdkroot/usr/lib/glib-2.0/include \
     14        -I../../../../tufsbox/cdkroot/usr/lib/gstreamer-1.0/include \
     15        -I../../../driver/bpamem \
     16        -I../../../../apps/titan/libdreamdvd \
     17        -I../../../../apps/tools/libeplayer3/include \
     18        -I../../../../apps/tools/libmmeimage \
     19        -I../../../../apps/titan/titan
Note: See TracChangeset for help on using the changeset viewer.