Mercurial > vba-clojure
view src/clojure/Makefile.am @ 288:eec3e69500d9
Made hxc-pokenames and hxc-items return keywords instead of strings by default; added hxc-pokenames-raw and hxc-items-raw for the string version.
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Thu, 29 Mar 2012 13:31:31 -0500 |
parents | 139178c4d843 |
children |
line wrap: on
line source
1 lib_LTLIBRARIES = libvba.la3 libvba_la_SOURCES = \4 clojure.cpp6 libvba_la_LIBADD = \7 ../common/libgbcom.la \8 ../gb/libgb.la \9 ../gba/libgba.la \10 ../filters/lib386.la \11 ../filters/libfilter.la \12 ../prof/libprof.la \13 ../sdl/libgui.la \14 ../lua/libgblua.la16 AM_CPPFLAGS = \17 -I$(top_srcdir)/java/headers -I$(JAVA_INCLUDE_PATH) \18 -I$(JAVA_INCLUDE_PATH2)