mirror of https://github.com/fltk/fltk
Fixed mingw was broken because src/XUtf8 Makefile didn't point to proper ../../lib and ../../makeinclude paths.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6461 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
fc28028954
commit
7a5e64a4f3
|
@ -23,7 +23,7 @@
|
|||
# Please report all bugs and problems to "fltk-bugs@fltk.org".
|
||||
#
|
||||
|
||||
include ../makeinclude
|
||||
include ../../makeinclude
|
||||
|
||||
|
||||
#
|
||||
|
@ -47,7 +47,7 @@ endif # end of OSX options
|
|||
|
||||
|
||||
|
||||
XUTF8 = ../lib/libfltk_xutf8$(LIBEXT)
|
||||
XUTF8 = ../../lib/libfltk_xutf8$(LIBEXT)
|
||||
|
||||
|
||||
#
|
||||
|
@ -121,7 +121,7 @@ depend: $(OBJS:.o=.c)
|
|||
|
||||
include makedepend
|
||||
|
||||
$(OBJS): ../makeinclude
|
||||
$(OBJS): ../../makeinclude
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue