(20111225) 04:20

This commit is contained in:
2011-12-25 04:20:00 +01:00
parent f1b89a72b5
commit 3aa422ce69
16 changed files with 726 additions and 159 deletions

View File

@@ -14,12 +14,15 @@ endif # windir
ifeq ($(TARGET_ARCH),mingw)
OPENGL_DRAW=opengl
include Makefile.win32
else
ifeq ($(TARGET_ARCH),linux)
OPENGL_DRAW=opengl
include Makefile.linux
else
ifeq ($(TARGET_ARCH),macosx)
OPENGL_DRAW=opengl
include Makefile.macosx
endif # macosx
endif # linux