-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build instructions inconsistensies for mingw-w64 and MSVC toolchains #307
Comments
jeking3
pushed a commit
to jeking3/zlib
that referenced
this issue
Nov 23, 2017
pull requests through Travis CI and Appveyor. Fix cygwin build issues. Recommend everyone use cmake to generate build environments, and consider checked-in projects or makefiles to be deprecated. The generated build will always be correct, and proven by CI. This fixes madler#162 This fixes madler#238 This fixes madler#307
jeking3
pushed a commit
to jeking3/zlib
that referenced
this issue
Nov 23, 2017
pull requests through Travis CI and Appveyor. Fix cygwin build issues. Recommend everyone use cmake to generate build environments, and consider checked-in projects or makefiles to be deprecated. The generated build will always be correct, and proven by CI. This fixes madler#162 This fixes madler#238 This fixes madler#307
jeking3
pushed a commit
to jeking3/zlib
that referenced
this issue
Nov 23, 2017
pull requests through Travis CI and Appveyor. Fix cygwin build issues. Recommend everyone use cmake to generate build environments, and consider checked-in projects or makefiles to be deprecated. The generated build will always be correct, and proven by CI. This fixes madler#162 This fixes madler#238 This fixes madler#307
jeking3
pushed a commit
to jeking3/zlib
that referenced
this issue
Nov 23, 2017
pull requests through Travis CI and Appveyor. Fix cygwin build issues. Recommend everyone use cmake to generate build environments, and consider checked-in projects or makefiles to be deprecated. The generated build will always be correct, and proven by CI. This fixes madler#162 This fixes madler#238 This fixes madler#307
jeking3
pushed a commit
to jeking3/zlib
that referenced
this issue
Nov 23, 2017
pull requests through Travis CI and Appveyor. Fix cygwin build issues. Recommend everyone use cmake to generate build environments, and consider checked-in projects or makefiles to be deprecated. The generated build will always be correct, and proven by CI. This fixes madler#162 This fixes madler#238 This fixes madler#307
jeking3
pushed a commit
to jeking3/zlib
that referenced
this issue
Nov 23, 2017
pull requests through Travis CI and Appveyor. Fix cygwin build issues. Recommend everyone use cmake to generate build environments, and consider checked-in projects or makefiles to be deprecated. The generated build will always be correct, and proven by CI. This fixes madler#162 This fixes madler#238 This fixes madler#307
jeking3
pushed a commit
to jeking3/zlib
that referenced
this issue
Nov 23, 2017
pull requests through Travis CI and Appveyor. Fix cygwin build issues. Recommend everyone use cmake to generate build environments, and consider checked-in projects or makefiles to be deprecated. The generated build will always be correct, and proven by CI. This fixes madler#162 This fixes madler#238 This fixes madler#307
jeking3
pushed a commit
to jeking3/zlib
that referenced
this issue
Nov 23, 2017
pull requests through Travis CI and Appveyor. Fix cygwin build issues. Recommend everyone use cmake to generate build environments, and consider checked-in projects or makefiles to be deprecated. The generated build will always be correct, and proven by CI. This fixes madler#162 This fixes madler#238 This fixes madler#307
jeking3
pushed a commit
to jeking3/zlib
that referenced
this issue
Nov 23, 2017
pull requests through Travis CI and Appveyor. Fix cygwin build issues. Recommend everyone use cmake to generate build environments, and consider checked-in projects or makefiles to be deprecated. The generated build will always be correct, and proven by CI. This fixes madler#162 This fixes madler#238 This fixes madler#307
jeking3
pushed a commit
to jeking3/zlib
that referenced
this issue
Nov 23, 2017
pull requests through Travis CI and Appveyor. Fix cygwin build issues. Recommend everyone use cmake to generate build environments, and consider checked-in projects or makefiles to be deprecated. The generated build will always be correct, and proven by CI. This fixes madler#162 This fixes madler#238 This fixes madler#307
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage instructions in files
win32/Makefile.gcc
andwin32/Makefile.msc
significantly differs. It make sence to bring them to a general view, since they relate to the same platform.In addition, it's another argument in favor of their integration into
Makefile.in
, especially since similar job already in progress in ZLIB forks.The text was updated successfully, but these errors were encountered: