From c8ba429b2ec7b238c8db6fafb1f81ed85793579f Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Mon, 23 Jul 2012 09:02:49 +0200 Subject: [PATCH] make it build on win32 --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index b6436db..14bb437 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ none: all: server client lrelease wob: woc - cd wob && ../pack/woc/woc magicsmoke.wolf + cd wob && $(abspath pack/woc/woc) magicsmoke.wolf woc: cd pack && $(MYMAKE) -- 1.7.2.5