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:
parent
72abb5578e
commit
4aa2a17bab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user