Mercurial > vba-clojure
comparison src/sdl/Makefile.am @ 45:f6ff410a87fd
using libtool for convienence libraries
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 06 Mar 2012 22:07:22 -0600 |
parents | 48369c6aeaa0 |
children | b1969e1b310d |
comparison
equal
deleted
inserted
replaced
44:9d3769896d66 | 45:f6ff410a87fd |
---|---|
25 | 25 |
26 #TestEmu.cpp | 26 #TestEmu.cpp |
27 | 27 |
28 | 28 |
29 VisualBoyAdvance_LDADD = \ | 29 VisualBoyAdvance_LDADD = \ |
30 ../common/libgbcom.a \ | 30 ../common/libgbcom.la \ |
31 ../gb/libgb.a \ | 31 ../gb/libgb.la \ |
32 ../gba/libgba.a \ | 32 ../gba/libgba.la \ |
33 ../filters/lib386.a \ | 33 ../filters/lib386.la \ |
34 ../filters/libfilter.a \ | 34 ../filters/libfilter.la \ |
35 ../prof/libprof.a \ | 35 ../prof/libprof.la \ |
36 ../lua/libgblua.a | 36 ../lua/libgblua.la |
37 | 37 |
38 # TestEmu_SOURCES = \ | 38 # TestEmu_SOURCES = \ |
39 # TestEmu.cpp \ | 39 # TestEmu.cpp \ |
40 # debugger.cpp \ | 40 # debugger.cpp \ |
41 # debugger.h \ | 41 # debugger.h \ |