From fea1fe05b92e4ad57ebb5a29d2bb6f4435fb620d Mon Sep 17 00:00:00 2001 From: josh Date: Mon, 8 Nov 2010 22:32:58 +0000 Subject: [PATCH] MSYS build problem fixed git-svn-id: svn://anubis/dwscr/trunk@126 5bef9df8-b654-44bb-925b-0ff18baa8f8c --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 9ae3bd6..a867011 100644 --- a/Makefile +++ b/Makefile @@ -12,11 +12,7 @@ else WINDOWS := 1 endif -ifeq ($(WINDOWS),1) -export CPPFLAGS += -I"$(shell cd)" -else export CPPFLAGS += -I"$(shell pwd)" -endif OBJS = dwscr.o wfobj/WFObj.o LoadFile/LoadFile.o ss/ss.a TARGET = dwscr