so it lost a good deal on the weight since i now have to uphold two independant packages with support tools / libraries (would get one unholy mess else).
the previous version had all support libraries with mingw the new one will have them as an optional package for both architectures.
these packages i will make public besides the main compiler suite, so you dont have to download a 10 gig setup

the main compiler suite will include freepascal freebasic mingw (x86_64) harbour and the msys posix environment with support scripts.
the mingw compiler will use the codeblocks ide as before.
atm im trying to patch in the compiler variables for the 32 bit builds
in codeblocks, since they are the ones taking special flags with the
x86_64 compiler.
when done ill hopefully have a rather usefull compiler suite free for
public use, allthough i might charge for keeping it updated with
support libraires / tools i will newer charge for the code involved
(people are welcome to make changes to the code as they see fit).
the compiler suite itself will be free

the bad. well python support for 64 bit is probably far off. the previous version had an internal mingw build python but only for 32 bit. and building it required cygwin tools.
im researching if possible to incorporate the official python builds for both architectures, but previous attempts have sown me that its quite hard.