summaryrefslogtreecommitdiff
path: root/Makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.mk')
-rw-r--r--Makefile.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/Makefile.mk b/Makefile.mk
index 548e9ee..7588326 100644
--- a/Makefile.mk
+++ b/Makefile.mk
@@ -14,12 +14,10 @@ CXX ?= g++
ifneq ($(HAIKU),true)
ifneq ($(MACOS),true)
ifneq ($(WIN32),true)
-ifneq ($(WIN64),true)
LINUX=true
endif
endif
endif
-endif
# --------------------------------------------------------------
# Set build and link flags
@@ -58,15 +56,9 @@ BASE_OPTS = -O2 -ffast-math -fdata-sections -ffunction-sections
endif
ifneq ($(WIN32),true)
-ifneq ($(WIN64),true)
# not needed for Windows
BASE_FLAGS += -fPIC -DPIC
endif
-endif
-
-ifeq ($(WIN32),true)
-BASE_OPTS += -m32
-endif
ifeq ($(DEBUG),true)
BASE_FLAGS += -DDEBUG -O0 -g
@@ -103,10 +95,6 @@ ifeq ($(WIN32),true)
HAVE_DGL = true
endif
-ifeq ($(WIN64),true)
-HAVE_DGL = true
-endif
-
# --------------------------------------------------------------
# Set libs stuff
@@ -125,10 +113,6 @@ ifeq ($(WIN32),true)
DGL_LIBS = -lopengl32 -lgdi32
endif
-ifeq ($(WIN64),true)
-DGL_LIBS = -lopengl32 -lgdi32
-endif
-
endif # HAVE_DGL
# --------------------------------------------------------------
@@ -138,10 +122,6 @@ ifeq ($(WIN32),true)
APP_EXT = .exe
endif
-ifeq ($(WIN64),true)
-APP_EXT = .exe
-endif
-
# --------------------------------------------------------------
# Set shared lib extension
@@ -155,10 +135,6 @@ ifeq ($(WIN32),true)
LIB_EXT = .dll
endif
-ifeq ($(WIN64),true)
-LIB_EXT = .dll
-endif
-
# --------------------------------------------------------------
# Set shared library CLI arg