Implemented (most of) the inline assembly in inline.h
This commit is contained in:
parent
44d4752e83
commit
5c497c61a6
4 changed files with 724 additions and 180 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ CXXFLAGS = $(CFLAGS)
|
|||
LDLIBS = -lm # /home/relnev/ElectricFence-2.2.2/libefence.a
|
||||
|
||||
CFLAGS += `sdl-config --cflags`
|
||||
LDLIBS += `sdl-config --libs`
|
||||
LDLIBS += -L/usr/X11R6/lib -lX11 -lXext `sdl-config --libs`
|
||||
|
||||
AFLAGS = -g -Iinclude/ -w+macro-params -w+orphan-labels -w+number-overflow
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue