FLTK logo

[Library] r6209 - branches/branch-1.3-utf8

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r6209 - branches/branch-1.3-utf8 fltk-dev Sep 10, 2008  
 
Author: matt
Date: 2008-09-10 15:11:01 -0700 (Wed, 10 Sep 2008)
New Revision: 6209
Log:
Compiler output must have path information.

Modified:
   branches/branch-1.3-utf8/makeinclude.in

Modified: branches/branch-1.3-utf8/makeinclude.in
===================================================================
--- branches/branch-1.3-utf8/makeinclude.in	2008-09-10 21:55:14 UTC (rev 6208)
+++ branches/branch-1.3-utf8/makeinclude.in	2008-09-10 22:11:01 UTC (rev 6209)
@@ -135,11 +135,11 @@
 
 .c.o:
 	echo Compiling $<...
-	$(CC) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CFLAGS) -c $<
+	$(CC) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CFLAGS) -c $< -o $@
 
 .cxx.o:
 	echo Compiling $<...
-	$(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -c $<
+	$(CXX) -I.. $(ARCHFLAGS) @PNGINC@ @JPEGINC@ @ZLIBINC@ $(CXXFLAGS) -c $< -o $@
 
 .man.0 .man.1 .man.3 .man.6:
 	echo Formatting $<...

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.