Mercurial > audlegacy-plugins
comparison src/modplug/archive/Makefile @ 234:88465b96e4b3 trunk
[svn] - VFS support
author | nenolod |
---|---|
date | Tue, 07 Nov 2006 01:55:13 -0800 |
parents | 3e9c308cea60 |
children | 550c9e382cf8 |
comparison
equal
deleted
inserted
replaced
233:7b7660c9f31c | 234:88465b96e4b3 |
---|---|
1 include ../../../mk/rules.mk | 1 include ../../../mk/rules.mk |
2 include ../../../mk/init.mk | 2 include ../../../mk/init.mk |
3 | 3 |
4 CXXFLAGS += $(PICFLAGS) -I../../.. | 4 CXXFLAGS += $(PICFLAGS) -I../../.. $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) |
5 | 5 |
6 OBJECTIVE_LIBS_NOINST = libarchive.a | 6 OBJECTIVE_LIBS_NOINST = libarchive.a |
7 | 7 |
8 SOURCES = archive.cxx \ | 8 SOURCES = archive.cxx \ |
9 open.cxx \ | 9 open.cxx \ |