Finally, I've built Harmony with [almost] all free soft

I've downloaded the following
MASM32 from masm32.com
Microsoft .NET Framework 2.0
Microsoft .NET Framework 2.0 SDK
Microsoft Platform SDK
Microsoft Visual C++ Toolkit 2003


I've get rid of Delayimp.lib, removing the following line
        Delayimp.lib -delayload:shell32.dll -delayload:Iphlpapi.dll \
from
        native-src/win.IA32/port/makefile


I've brought to the front paths to "Microsoft Visual Studio 8" (that
is a part of
Framework 2.0 SDK) in %lib%, %path%, and %include% (to avoid conflict
between msvcrt.lib and libc.lib)


Then I've come to missing setargv.obj required in rules.mak. As a
temporary solution I've taken one from Visual Studio (this is the only
non-free piece of code)

I've removed "-WX" option from defines.mak because warning about deprecated
functions usage came as errors

Then I've specified /NODEFAULTLIB:LIBCMT in $(EXENAME) target in rules.mak

Thanks,
Mikhail

Reply via email to