mirror of
https://github.com/fltk/fltk.git
synced 2026-05-26 01:46:58 +08:00
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:
+3
-3
@@ -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
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user