mirror of
https://github.com/fltk/fltk.git
synced 2026-05-22 15:22:34 +08:00
Some fixes for the Cocoa port
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6952 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ UNINSTALL_DESKTOP = @UNINSTALL_DESKTOP@
|
||||
|
||||
.cxx.o:
|
||||
echo Compiling $<...
|
||||
@if [ $< = Fl.cxx ]; then \
|
||||
@if [ `uname` = Darwin -a $< = Fl.cxx ]; then \
|
||||
$(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -x objective-c++ -c $< -o $@; \
|
||||
else \
|
||||
$(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -c $< -o $@; \
|
||||
|
||||
Reference in New Issue
Block a user