Changeset 1918 in Sophya
- Timestamp:
- Mar 6, 2002, 2:02:30 PM (24 years ago)
- Location:
- trunk/SophyaLib/Mgr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/Makefile.h
r1900 r1918 166 166 ifeq (${MACHEROS},Darwin) 167 167 XLDLIBS := -L/usr/X11R6/lib -L/sw/lib -ldl 168 XCFLAGS := -I/usr/X11R6/include -I/sw/include -fno-coalesce -fkeep-inline-functions 168 XCFLAGS := -I/usr/X11R6/include -I/sw/include -fno-coalesce -fkeep-inline-functions -fno-common 169 169 endif 170 170 … … 231 231 LDFLAGS := -static 232 232 endif 233 endif 234 235 # Compilateur natif (GNU-gcc) sous MacOSX (Darwin) 236 ifeq (${MACHEROS},Darwin) 237 CFLAGS := -Wall -Wpointer-arith \ 238 -Wmissing-prototypes -Wsynth -I$(INC) $(XCFLAGS) \ 239 $(OPTFLAG) $(DBGFLAG) $(MYCFLAGS) 240 LDLIBS := $(LDLIBS) $(XLDLIBS) 233 241 endif 234 242 -
trunk/SophyaLib/Mgr/Makefile.slb
r1783 r1918 18 18 #endif 19 19 ifeq ($(MACHEROS), Darwin) 20 LIBGPP := -L/ usr/lib/gcc/darwin/default -lstdc++ -lcc_dynamic20 LIBGPP := -L/sw/lib -ldl -L/usr/lib/gcc/darwin/default -lstdc++ -lcc_dynamic 21 21 endif 22 22
Note:
See TracChangeset
for help on using the changeset viewer.