Migrate $LDFLAGS from configure to Makefile and into main wine

executable.
oldstable
Marcus Meissner 2000-09-26 23:09:47 +00:00 committed by Alexandre Julliard
parent c23bf4336c
commit a387aa4868
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ LN_S = @LN_S@
DIVINCL = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include
ALLCFLAGS = $(DIVINCL) $(CFLAGS) $(DEFS) $(OPTIONS) $(X_CFLAGS)
LDCOMBINE = ld -r
LDFLAGS = @LDFLAGS@
AR = ar rc
RM = rm -f
MV = mv

View File

@ -115,7 +115,7 @@ Make.rules: Make.rules.in configure
@exit 1
wine: libwine.$(LIBEXT) libwine_unicode.$(LIBEXT) dlls $(EMUOBJS)
$(CC) -o wine $(EMUOBJS) $(DLL_LINK) $(LIBS)
$(CC) -o wine $(EMUOBJS) $(DLL_LINK) $(LIBS) $(LDFLAGS)
llib-lwine.ln : $(LIBLINTS)
$(LINT) $(ALLLINTFLAGS) -owine $(LIBLINTS)