2001-09-19 Earnie Boyd <earnie@SF.net>
* Makefile.in: Remove the /usr from the install target. (VERSION): Increment. include/_mingw.h: Ditto.
This commit is contained in:
parent
5df2a48314
commit
18508302f9
@ -1,3 +1,9 @@
|
||||
2001-09-19 Earnie Boyd <earnie@SF.net>
|
||||
|
||||
* Makefile.in: Remove the /usr from the install target.
|
||||
(VERSION): Increment.
|
||||
include/_mingw.h: Ditto.
|
||||
|
||||
2001-09-17 Earnie Boyd <earnie@SF.net>
|
||||
|
||||
* Makefile.in: Increment version.
|
||||
|
@ -18,7 +18,7 @@
|
||||
# This makefile requires GNU make.
|
||||
|
||||
PACKAGE = mingw-runtime
|
||||
VERSION = 1.1
|
||||
VERSION = 1.2
|
||||
CYGRELEASE = 1
|
||||
|
||||
VPATH = @srcdir@
|
||||
@ -47,9 +47,9 @@ datadir = @datadir@
|
||||
infodir = @infodir@
|
||||
includedir = @includedir@
|
||||
ifneq (,$(findstring cygwin,$(target_alias)))
|
||||
inst_bindir:=$(tooldir)/usr/bin
|
||||
inst_includedir:=$(tooldir)/usr/include/mingw
|
||||
inst_libdir:=$(tooldir)/usr/lib/mingw
|
||||
inst_bindir:=$(tooldir)/bin
|
||||
inst_includedir:=$(tooldir)/include/mingw
|
||||
inst_libdir:=$(tooldir)/lib/mingw
|
||||
else
|
||||
inst_bindir:=$(bindir)
|
||||
inst_includedir:=$(includedir)
|
||||
|
@ -60,9 +60,9 @@
|
||||
# define __int64 long long
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
#define __MINGW32_VERSION 1.1
|
||||
#define __MINGW32_VERSION 1.2
|
||||
#define __MINGW32_MAJOR_VERSION 1
|
||||
#define __MINGW32_MINOR_VERSION 1
|
||||
#define __MINGW32_MINOR_VERSION 2
|
||||
|
||||
#endif /* __MINGW_H */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user