added APPEXTRADEFS var so things like tex2rtf can pass their own flags to the make system
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3387,7 +3387,7 @@ if test "$wxUSE_GUI" = "yes"; then
|
|||||||
font fractal image minimal richedit"
|
font fractal image minimal richedit"
|
||||||
|
|
||||||
dnl this is needed to be able to find AFM files
|
dnl this is needed to be able to find AFM files
|
||||||
CPPFLAGS="$CPPFLAGS \$(EXTRADEFS)"
|
CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)"
|
||||||
else
|
else
|
||||||
SAMPLES_SUBDIRS=""
|
SAMPLES_SUBDIRS=""
|
||||||
fi
|
fi
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for Tex2RTF (Unix)
|
# Makefile for Tex2RTF (Unix)
|
||||||
|
|
||||||
EXTRADEFS=-DNO_GUI
|
APPEXTRADEFS=-DNO_GUI
|
||||||
# comment out if you want GUI version of tex2rtf...
|
# comment out if you want GUI version of tex2rtf...
|
||||||
|
|
||||||
top_srcdir = @top_srcdir@/..
|
top_srcdir = @top_srcdir@/..
|
||||||
|
Reference in New Issue
Block a user