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
This commit is contained in:
Steve Lhomme 2010-08-15 13:15:29 +00:00
parent 72abb5578e
commit 4aa2a17bab

View File

@ -43,7 +43,7 @@ FLAGS += -DEBML_DLL
endif endif
endif endif
CWD = $(shell pwd) CWD = $(shell pwd)
INCS = -I$(CWD)/../.. -I$(EBML_DIR) INCS = -I"$(CWD)/../.." -I$(EBML_DIR)
LDFLAGS = -L. -L$(EBML_DIR)/make/mingw32 LDFLAGS = -L. -L$(EBML_DIR)/make/mingw32
COMPILEFLAGS = $(DEBUGFLAGS) $(INCS) $(FLAGS) $(CXXFLAGS) COMPILEFLAGS = $(DEBUGFLAGS) $(INCS) $(FLAGS) $(CXXFLAGS)
TESTS = test6 test8 test9 TESTS = test6 test8 test9