misc tweaks to support:

opening (qtv) urls with android browser. mvds should stream using the same mechanism, if they have the right mime type.
arbitrary unicode basedirs in windows should work, and commandlines. not sure what else still doesn't work.


git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4542 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-11-28 01:41:55 +00:00
parent a1a78d787f
commit 52a682bc8c
1 changed files with 2 additions and 3 deletions

View File

@ -38,6 +38,8 @@ ifneq ($(shell uname -o 2>&1 | grep Cygwin),)
NATIVE_RELEASE_DIR=$(shell cygpath -m $(RELEASE_DIR))
NATIVE_DEBUG_DIR=$(shell cygpath -m $(DEBUG_DIR))
endif
NATIVE_RELEASE_DIR?=$(RELEASE_DIR)
NATIVE_DEBUG_DIR?=$(DEBUG_DIR)
#correct the gcc build when cross compiling
@ -287,9 +289,6 @@ PROGS_DIR=$(BASE_DIR)/qclib
NACL_DIR=$(BASE_DIR)/nacl
BOTLIB_DIR=$(BASE_DIR)/botlib
#NATIVE_RELEASE_DIR?=$(RELEASE_DIR)
#NATIVE_DEBUG_DIR?=$(DEBUG_DIR)
ALL_CFLAGS=$(HAVECONFIG) $(VISIBILITY_FLAGS) $(CFLAGS) $(BASE_CFLAGS) $(WCFLAGS)
#cheap compile-everything-in-one-unit (compile becomes preprocess only)