Mercurial > audlegacy-plugins
changeset 28:8930d68a42c0 trunk
[svn] - finish fixing paths
author | nenolod |
---|---|
date | Mon, 18 Sep 2006 04:13:21 -0700 |
parents | 4f0b50f2e5d6 |
children | 6240912bf874 |
files | ChangeLog src/modplug/gui/Makefile |
diffstat | 2 files changed, 15 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Sep 18 04:12:18 2006 -0700 +++ b/ChangeLog Mon Sep 18 04:13:21 2006 -0700 @@ -1,3 +1,16 @@ +2006-09-18 11:12:18 +0000 William Pitcock <nenolod@nenolod.net> + revision [54] + - fix more build issues + + + Changes: Modified: + +1 -1 trunk/src/amidi-plug/backend-alsa/Makefile + +1 -1 trunk/src/amidi-plug/backend-dummy/Makefile + +1 -1 trunk/src/amidi-plug/backend-fluidsynth/Makefile + +1 -1 trunk/src/amidi-plug/pcfg/Makefile + +4 -4 trunk/src/paranormal/pn/Makefile + + 2006-09-18 11:09:53 +0000 William Pitcock <nenolod@nenolod.net> revision [52] - fix some build errors
--- a/src/modplug/gui/Makefile Mon Sep 18 04:12:18 2006 -0700 +++ b/src/modplug/gui/Makefile Mon Sep 18 04:13:21 2006 -0700 @@ -1,8 +1,8 @@ include ../../../mk/rules.mk include ../../../mk/init.mk -CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../.. -CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../../../intl -I../../../.. +CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../.. +CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) -I../../.. OBJECTIVE_LIBS_NOINST = libgui.a SOURCES = main.cxx support.cxx interface.cxx callbacks.cxx