mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 10:35:11 -04:00
Makefile: Remove -rdynamic from *.c compilation on linux too
This commit is contained in:
parent
ee4bdf9b45
commit
b16d1ba728
@ -5,7 +5,7 @@ ENAME=ClassiCube
|
||||
DEL=rm
|
||||
JOBS=1
|
||||
CC=cc
|
||||
CFLAGS=-g -pipe -rdynamic -fno-math-errno
|
||||
CFLAGS=-g -pipe -fno-math-errno
|
||||
LDFLAGS=-g -rdynamic
|
||||
|
||||
ifndef $(PLAT)
|
||||
@ -50,8 +50,8 @@ LIBS=-lm -lsocket -lX11 -lXi -lGL
|
||||
endif
|
||||
|
||||
ifeq ($(PLAT),mac_x32)
|
||||
LIBS=
|
||||
CFLAGS=-g -m32 -pipe -fno-math-errno
|
||||
LIBS=
|
||||
LDFLAGS=-rdynamic -framework Carbon -framework AGL -framework OpenGL -framework IOKit
|
||||
endif
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "Bitmap.h"
|
||||
#include "Errors.h"
|
||||
#include <ApplicationServices/ApplicationServices.h>
|
||||
#include <Carbon/Carbon.h>
|
||||
#include <HIToolbox/HIToolbox.h>
|
||||
|
||||
static int windowX, windowY;
|
||||
static WindowRef win_handle;
|
||||
|
Loading…
x
Reference in New Issue
Block a user