Hello,
I tried to compile Scite for Windows, using Mingw64 on Linux host. Since makefiles in win32 directories are for compiling on Windows host, I made some changes to make these makefiles universal, e.g. now they work in Mingw both on Linux and Windows hosts. I am attaching them here. Both produced against current trunk of scintilla and scite projects.
Or, if you prefer patches I am attaching them too.
Compilation tested in Windows 7 with TDM-GCC-64 and on Fedora Linux 64-bit with mingw64, both with and without LUA.
Please review,
Thank you
Trying with MinGW32 g++ 4.8.1 Windows 7:
It looks like I didn't hit the Reply button) Anyways, my answer is below
Hi,
Now I see that these DEL defines shouldn't have been indented.
please try the updated version in attachment.
Committed as [76ef0b] and [668818]. The Scintilla changes are fairly simple although I don't understand why indenting the commands failed for Scintilla when they work for SciTE. I have memories of major problems trying to use '/' instead of '\' but I haven't seen anything go wrong with this. Repeating the 5 line copy block 3 times is ugly though.
Related
Commit: [668818]
Commit: [76ef0b]
Hi Neil,
Regarding the "5 line copy block 3 times", could you please review the attached patch?
It:
1) Unifies *dll rules, merging two rules in one
2) Gets rid of ifeq $(OS) block on copy rules, by defining path substitution directly in COPY variable. Don't know whether it will look healthy to you.
Thanks,