From 99bde095f831d5a507d546ac4bbeb70c409152da Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 1 Jan 2008 12:47:08 +0000 Subject: [PATCH] Running 'make' in the src directory now uses 0launch to find the headers. This ensures that doing a normal build uses the same headers that 0compile will use, hopefully detecting problems earlier (e.g. use of a function from a newer GTK than the one we want to support). Note that 'AppRun --compile' is unaffected. --- ROX-Filer/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROX-Filer/src/Makefile b/ROX-Filer/src/Makefile index da0ce044..3c15a5b8 100644 --- a/ROX-Filer/src/Makefile +++ b/ROX-Filer/src/Makefile @@ -5,7 +5,8 @@ BUILDDIR = ../build all: - cd ${BUILDDIR} && ${MAKE} + 0launch --source --main=/ROX-Filer/build --wrapper='make -C' ../ROX-Filer-src.xml + #cd ${BUILDDIR} && ${MAKE} clean: cd ${BUILDDIR} && ${MAKE} clean -- 2.11.4.GIT