diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-15 23:38:11 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-07-15 23:38:11 +0000 |
| commit | f461331f0f73f4220827aab01f145b1b89751e1a (patch) | |
| tree | 9aeec47f39db6ca76e3b6557532e6a3ed445c311 /makefiles | |
| parent | d0f18c45b5052098236b042331a578620d7b05be (diff) | |
Don't put LDFLAGS_MIPSPRO in makeinclude files (where the hell did they
come from?)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2533 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'makefiles')
| -rw-r--r-- | makefiles/makeinclude.os2x | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/makefiles/makeinclude.os2x b/makefiles/makeinclude.os2x index 4cf4faa18..727387a3a 100644 --- a/makefiles/makeinclude.os2x +++ b/makefiles/makeinclude.os2x @@ -1,5 +1,5 @@ # -# "$Id: makeinclude.os2x,v 1.1.2.4.2.9 2002/07/14 17:03:31 easysw Exp $" +# "$Id: makeinclude.os2x,v 1.1.2.4.2.10 2002/07/15 23:38:11 easysw Exp $" # # Make include file for the Fast Light Tool Kit (FLTK). # @@ -68,8 +68,8 @@ IMGDSONAME = DSOCOMMAND =echo # libraries to link with: -LDLIBS = -s -Zmt -Zcrtdll -Zbsd-signals -lXext -lX11 -lsocket $(LDFLAGS_MIPSPRO) -GLDLIBS = -s -Zmt -Zcrtdll -Zbsd-signals -lXext -lX11 -lsocket -lshm $(LDFLAGS_MIPSPRO) +LDLIBS = -s -Zmt -Zcrtdll -Zbsd-signals -lXext -lX11 -lsocket +GLDLIBS = -s -Zmt -Zcrtdll -Zbsd-signals -lXext -lX11 -lsocket -lshm LINKFLTK = ../lib/libfltk.a LINKFLTKGL = -L../lib LINKFLTKFORMS = ../lib/libfltk_forms.a ../lib/libfltk.a @@ -124,5 +124,5 @@ CAT3EXT =3 mv t.z $@ # -# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.9 2002/07/14 17:03:31 easysw Exp $". +# End of "$Id: makeinclude.os2x,v 1.1.2.4.2.10 2002/07/15 23:38:11 easysw Exp $". # |
