From 4a6b24a567142317a24a98d2ab998f5093a581cc Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 10 Aug 2012 14:44:17 +0200 Subject: first porting attempts to Windows: nmake support from Wolframe module loader adapted tests for typeinfo and template trickery --- src/GNUmakefile | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 src/GNUmakefile (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile old mode 100644 new mode 100755 index 11bc63f..f30d750 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -9,6 +9,7 @@ INCLUDE_CPPFLAGS = \ INCLUDE_LDFLAGS = \ INCLUDE_DIRS = \ + -I. INCLUDE_LIBS = \ -- cgit v1.2.3-54-g00ecf