am 092b588b: am 9e9b85c3: Merge "Really fix the Mac build."

* commit '092b588b0bcafcab6579407042a5bb0890bc890e':
  Really fix the Mac build.
This commit is contained in:
David Turner
2011-04-16 13:34:05 -07:00
committed by Android Git Automerger
5 changed files with 11 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ typedef HWND FBNativeWindowType;
typedef Window FBNativeWindowType;
#else
#error "Unsupported platform"
#warning "Unsupported platform"
#endif

View File

@@ -1,5 +1,6 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(HOST_OS),darwin)
### libOpenglRender #################################################
include $(CLEAR_VARS)
@@ -63,3 +64,5 @@ endif
#LOCAL_CFLAGS := -O0 -g
include $(BUILD_HOST_SHARED_LIBRARY)
endif # HOST_OS != darwin

View File

@@ -27,7 +27,7 @@
#if defined(__linux__) || defined(_WIN32) || defined(__VC32__) && !defined(__CYGWIN__)
#else
#error "Unsupported Platform"
#warning "Unsupported Platform"
#endif
typedef uint32_t HandleType;

View File

@@ -1,5 +1,7 @@
LOCAL_PATH:=$(call my-dir)
# OS X not supported for now
ifneq ($(HOST_OS),darwin)
# host renderer process ###########################
include $(CLEAR_VARS)
@@ -24,3 +26,4 @@ LOCAL_SHARED_LIBRARIES := libOpenglRender \
lib_renderControl_dec
include $(BUILD_HOST_EXECUTABLE)
endif # HOST_OS != darwin

View File

@@ -1,5 +1,7 @@
LOCAL_PATH:=$(call my-dir)
# For now, OS X is not supported
ifneq ($(HOST_OS),darwin)
# test opengl renderer driver ###########################
include $(CLEAR_VARS)
@@ -31,3 +33,4 @@ LOCAL_SHARED_LIBRARIES := libOpenglRender \
LOCAL_STATIC_LIBRARIES += libSDL libSDLmain
include $(BUILD_HOST_EXECUTABLE)
endif # HOST_OS != darwin