diff --git a/src/Makefile b/src/Makefile index 2c09b0c..c53bfa4 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,7 +1,7 @@ TARGETS = configure -CFLAGSF = -W -Wall -ansi +CFLAGSF = -W -Wall -ansi -I /System/Include CFLAGS = -g -LDFLAGSF= -lSystem +LDFLAGSF= -L /System/Libraries -l System -l dl CC = cc AR = ar rc RANLIB = ranlib diff --git a/src/project.conf b/src/project.conf index 4914dee..10500fa 100644 --- a/src/project.conf +++ b/src/project.conf @@ -1,7 +1,7 @@ targets=configure -cflags_force=-W -Wall -ansi +cflags_force=-W -Wall -ansi -I /System/Include cflags=-g -ldflags_force=-lSystem +ldflags_force=-L /System/Libraries -l System -l dl [configure] type=binary