From: Konrad Rosenbaum Date: Mon, 23 Jul 2012 06:51:03 +0000 (+0200) Subject: make it compile on win32 X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=efc4bafa5a2c225dc1c24c0939c212780eb55b09;p=web%2Fkonrad%2Fpack.git make it compile on win32 --- diff --git a/Makefile b/Makefile index d05db28..11def7f 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ all: prewoc woc qtbase doc prewoc: cd woc && $(QMAKE) -o Makefile.prewoc CONFIG+=prewoc $(MAKE) -C woc -f Makefile.prewoc - cd woc && ./prewoc :/version.wolf + cd woc && $(abspath woc/prewoc) :/version.wolf woc: cd woc && $(QMAKE) CONFIG+=woc