From 75b79e133e0a79f760666ec7a281ad237264d8e0 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 24 Oct 2007 09:46:44 -0600 Subject: [PATCH] use /usr/local/win32 include and lib directories in makefile when cross-compiling for windows --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index e3fdd46938..0d16eaf4e3 100644 --- a/makefile +++ b/makefile @@ -68,8 +68,8 @@ ifeq ($(platform),darwin) shared = -dynamiclib endif ifeq ($(platform),windows) - inc = ../6.0/shared/include/msw - lib = ../6.0/shared/lib/native/msw + inc = /usr/local/win32/include + lib = /usr/local/win32/lib system = windows