This repository has been archived by the owner on Apr 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Win32 makefile in release tarball #7
Comments
According to my tests the file build/win32/Makefile.mingw does not work well with release tarball. The following patch is needed:
If you put the patched Makefile.mingw to the root of the release tarball it should work. kmx |
I am just not sure if it is correct to leave out src/win32tc.c on MS Windows platform (it is not included in the release tarball). |
I have ended up with the following Win32 makefile that should go to the release tarball root:
and also should replace build/win32/Makefile.mingw in github repo kmx |
to properly handle tabs get the this file from http://github.com/kmx/alien-tidyp/raw/master/patches/Makefile.mingw |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
would it be possible to include build/win32/Makefile.mingw into the tidyp release tarball?
Thanks.
kmx
The text was updated successfully, but these errors were encountered: