makefiles: Add makefile variables for the winegcc parameters.

This commit is contained in:
Alexandre Julliard 2014-02-10 10:57:53 +01:00
parent 3bae3c6514
commit 658057ae0b
2 changed files with 4 additions and 2 deletions

View File

@ -18,6 +18,8 @@ SHELL = /bin/sh
RM = rm -f
MV = mv
CC = @CC@
CXX = @CXX@
CPPBIN = @CPPBIN@
CROSSCC = @CROSSCC@
CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@

View File

@ -14,8 +14,8 @@ winegcc_EXTRADEFS = \
-DDLLDIR="\"${dlldir}\"" \
-DLIBDIR="\"${libdir}\"" \
-DCC="\"$(CC)\"" \
-DCPP="\"@CPPBIN@\"" \
-DCXX="\"@CXX@\"" \
-DCPP="\"$(CPPBIN)\"" \
-DCXX="\"$(CXX)\"" \
-DPRELINK="\"$(PRELINK)\""
winegcc$(EXEEXT): winegcc.o utils.o