mirror of
https://github.com/reactos/ccache.git
synced 2024-11-23 03:39:44 +00:00
Require Windows Vista or later for win32 builds
Based on information from Patrick von Reth <patrick.vonreth@gmail.com>.
This commit is contained in:
parent
79c048c00e
commit
84063e90c7
1534
config.guess
vendored
Executable file
1534
config.guess
vendored
Executable file
File diff suppressed because it is too large
Load Diff
1786
config.sub
vendored
Executable file
1786
config.sub
vendored
Executable file
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,14 @@ AC_MSG_NOTICE([Configuring ccache])
|
||||
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
case $host in
|
||||
*mingw32* | *cygwin* | *wince* | *mingwce*)
|
||||
AC_DEFINE(_WIN32_WINNT,0x0600, Windows Vista or newer is required)
|
||||
;;
|
||||
esac
|
||||
|
||||
AC_SUBST(extra_deps)
|
||||
AC_SUBST(include_dev_mk)
|
||||
AC_SUBST(test_suites)
|
||||
|
@ -35,7 +35,8 @@ files_to_distclean += .deps version.c dev.mk
|
||||
|
||||
source_dist_files = \
|
||||
main.c $(base_sources) $(test_sources) $(headers) zlib/*.c zlib/*.h \
|
||||
config.h.in configure install-sh Makefile.in test.sh GPL-3.0.txt \
|
||||
config.h.in configure config.guess config.sub install-sh Makefile.in \
|
||||
test.sh GPL-3.0.txt \
|
||||
AUTHORS.txt INSTALL.txt LICENSE.txt MANUAL.txt NEWS.txt README.txt \
|
||||
confitems_lookup.c envtoconfitems_lookup.c
|
||||
dist_files = \
|
||||
|
Loading…
Reference in New Issue
Block a user