One more change to get crossfire to run under win32.
In installwin32.bat, change:
copy lib\crossfire.png share\*.*
copy lib\help\*.* share\help\*.*
to:
copy lib\crossfire.png share\*.*
copy lib\crossfire.0 share\*.*
copy lib\crossfire.1 share\*.*
copy lib\help\*.* share\help\*.*
-Philip