Colin Finck wrote:
Now we have to do this because of the changed PROJECT_LFLAGS and PROJECT_LPPFLAGS variables: They contain the path to i.e. libgcc and as this path can contain spaces, it has to be put in quotation marks. Just passing "libgcc.a" without a path doesn't work.
Othe people have already presented better solutions, just in case they somehow fail, the usual hack^W fix for workarounding spaces in Windows would be using GetShortPathName
Best regards