# HG changeset patch # User nenolod # Date 1158578001 25200 # Node ID 8930d68a42c0a97660f3398b8b830030cbf1281e # Parent 4f0b50f2e5d6b620721a59b2e7648605f9b10741 [svn] - finish fixing paths diff -r 4f0b50f2e5d6 -r 8930d68a42c0 ChangeLog --- 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 + 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 revision [52] - fix some build errors diff -r 4f0b50f2e5d6 -r 8930d68a42c0 src/modplug/gui/Makefile --- 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