Revert all of my changes to directories & codingstyle.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
TOP = ../../src
|
||||
TOP = ../..
|
||||
include $(TOP)/Makefile
|
||||
|
||||
# clear CFLAGS and LDFLAGS
|
||||
@ -6,9 +6,9 @@ CFLAGS :=
|
||||
LDFLAGS :=
|
||||
|
||||
ifdef CONFIG_WIN32
|
||||
TCCFLAGS = -B$(top_srcdir)/win32 -I$(top_srcdir)/../include -L$(TOP)
|
||||
TCCFLAGS = -B$(top_srcdir)/win32 -I$(top_srcdir)/include -L$(TOP)
|
||||
else
|
||||
TCCFLAGS = -B$(TOP)/../lib -I$(top_srcdir)/../include -lm
|
||||
TCCFLAGS = -B$(TOP) -I$(top_srcdir)/include -lm
|
||||
endif
|
||||
|
||||
ifeq ($(TARGETOS),Darwin)
|
||||
|
||||
Reference in New Issue
Block a user