# HG changeset patch # User chainsaw # Date 1162649187 28800 # Node ID 0962114e7626ef81271d62c986f4a063a9d6a0ac # Parent a3391ce27d3e354638e41c71919c3b543b1975db [svn] Yes SVN, that too! diff -r a3391ce27d3e -r 0962114e7626 ChangeLog --- a/ChangeLog Sat Nov 04 06:05:38 2006 -0800 +++ b/ChangeLog Sat Nov 04 06:06:27 2006 -0800 @@ -1,3 +1,10 @@ +2006-11-04 14:05:38 +0000 Tony Vroon + revision [420] + Build this thing in a proper two-stage process. As it hardlocks instead of playing it is not built by default yet. + trunk/src/sap/Makefile | 13 ++++--------- + 1 file changed, 4 insertions(+), 9 deletions(-) + + 2006-11-04 08:24:20 +0000 Aaron Sheldon revision [418] compile nicely diff -r a3391ce27d3e -r 0962114e7626 src/sap/saplib/Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/sap/saplib/Makefile Sat Nov 04 06:06:27 2006 -0800 @@ -0,0 +1,15 @@ +include ../../../mk/rules.mk +include ../../../mk/init.mk + +CFLAGS += $(PICFLAGS) -I../../intl -I../.. +CXXFLAGS += $(PICFLAGS) -I../../intl -I../.. + +OBJECTIVE_LIBS_NOINST = libsap.a +SOURCES = pokey0.cxx pokey1.cxx sapCpu.cxx sapEngine.cxx sapPokey.cxx + +OBJECTS = ${SOURCES:.cxx=.o} + +include ../../../mk/objective.mk + +libsap.a: $(OBJECTS) + $(AR) cq $@ $(OBJECTS)