summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2010-01-13 23:29:43 +0000
committerGreg Ercolano <erco@seriss.com>2010-01-13 23:29:43 +0000
commit2c3d7c7b4575f49702054633a7f85812bdb66115 (patch)
tree20855c25d39c24501ee1948595c1374634701247
parent1de0988c317c7b916daa7b4f102f0889e026c77d (diff)
FNFC continued -- Added makeinclude.in
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6998 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--makeinclude.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/makeinclude.in b/makeinclude.in
index 55dc0955d..0be55cf5d 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -154,6 +154,8 @@ UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@
echo Compiling $<...
@if test `uname` = Darwin -a $< = Fl.cxx ; then \
$(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -x objective-c++ -c $< -o $@; \
+ elif test `uname` = Darwin -a $< = Fl_Native_File_Chooser.cxx ; then \
+ $(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -x objective-c++ -c $< -o $@; \
else \
$(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -c $< -o $@; \
fi