From: Steve Lhomme Date: Sun, 15 Aug 2010 13:15:29 +0000 (+0000) Subject: libebml/libmatroska: compile under MinGW32 even if the source path has spaces X-Git-Tag: release-1.1.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aa2a17babd01d50c5e56dbff3225718b7031bf2;p=libmatroska libebml/libmatroska: compile under MinGW32 even if the source path has spaces git-svn-id: https://matroska.svn.sourceforge.net/svnroot/matroska/trunk/libmatroska@505 a6f86f6d-0131-4f8e-9e7b-e335508773d5 --- diff --git a/make/mingw32/Makefile b/make/mingw32/Makefile index c7cfec8..f27a590 100644 --- a/make/mingw32/Makefile +++ b/make/mingw32/Makefile @@ -43,7 +43,7 @@ FLAGS += -DEBML_DLL endif endif CWD = $(shell pwd) -INCS = -I$(CWD)/../.. -I$(EBML_DIR) +INCS = -I"$(CWD)/../.." -I$(EBML_DIR) LDFLAGS = -L. -L$(EBML_DIR)/make/mingw32 COMPILEFLAGS = $(DEBUGFLAGS) $(INCS) $(FLAGS) $(CXXFLAGS) TESTS = test6 test8 test9