Skip to content

Conversation

@dra27
Copy link
Member

@dra27 dra27 commented Apr 6, 2016

Refactor some configuration items from Makefile into a configure script and replace findwinsdk with msvs-detect from https://github.com/metastack/msvs-tools.

Add a configure script, detecting which compilers are available
(including ocamlopt) and adjust both CHAINS and the default Makefile
target accordingly.
CHAINS = mingw mingw64 cygwin cygwin64 msvc msvc64

# Compilers
ifeq ($(findstring clean,$(MAKECMDGOALS)),)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoids running configure if make [dist]clean is called twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant