* Makefile.in (cygcheck.exe): Add temporary (1.7.17-only) hack to
allow cygcheck running on pre-Vista despite of the new w32api not matching the locally used w32api.
This commit is contained in:
		| @@ -1,3 +1,9 @@ | |||||||
|  | 2012-10-19  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
|  | 	* Makefile.in (cygcheck.exe): Add temporary (1.7.17-only) hack to | ||||||
|  | 	allow cygcheck running on pre-Vista despite of the new w32api not | ||||||
|  | 	matching the locally used w32api. | ||||||
|  |  | ||||||
| 2012-10-09  Corinna Vinschen  <corinna@vinschen.de> | 2012-10-09  Corinna Vinschen  <corinna@vinschen.de> | ||||||
|  |  | ||||||
| 	* cygcheck.cc (dump_sysinfo): Convert "if/else if" chain to a switch | 	* cygcheck.cc (dump_sysinfo): Convert "if/else if" chain to a switch | ||||||
|   | |||||||
| @@ -74,7 +74,7 @@ path-mount.o: path.cc | |||||||
| mount.exe: path-mount.o | mount.exe: path-mount.o | ||||||
|  |  | ||||||
| # Provide any necessary per-target variable overrides. | # Provide any necessary per-target variable overrides. | ||||||
| cygcheck.exe: MINGW_LDFLAGS += -lpsapi -lntdll | cygcheck.exe: MINGW_LDFLAGS +=  -B{w32api_lib} -lpsapi -lntdll -lmsvcrt | ||||||
| cygpath.exe: ALL_LDFLAGS += -lcygwin -luserenv -lntdll | cygpath.exe: ALL_LDFLAGS += -lcygwin -luserenv -lntdll | ||||||
| cygpath.exe: CXXFLAGS += -fno-threadsafe-statics | cygpath.exe: CXXFLAGS += -fno-threadsafe-statics | ||||||
| ps.exe: ALL_LDFLAGS += -lcygwin -lpsapi -lntdll | ps.exe: ALL_LDFLAGS += -lcygwin -lpsapi -lntdll | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user