Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
tcdev

ChocoloateDoom and MinGW32

Recommended Posts

Hi Guys,

In case anyone is interested - last night I slapped together a simple makefile to build ChocolateDoom under MinGW32.

I've still got to add the setup executable, clean it up a bit, create intermediate libraries and object directories etc, but it works. Hopefully I'll get the time to do this today or tomorrow.

I guess I'll be able to submit it to the ChocolateDoom project via their sourceforge page?!?

A question on ChocolateDoom:

I haven't had a chance to look at the source too much yet - does anyone know off-hand if there are #defines or equivalent in the source to disable/exclude the networking and/or sound capabilities? I'd like to create a port that doesn't require SDL_net or SDL_mixer.

Regards,

Share this post


Link to post

I've seen another post that mentions FEATURE_MULTIPLAYER - undefining that is not sufficient - there's still a reliance on SDL_net.

Cycloid - it looks like you`ve done this on your Amiga port - care to share what bits you had to surround with #NET_NONE?

Regards,
Mark

Share this post


Link to post

To answer my own question and for the benefit of those reading this post 100 years from now and looking for the answer...

Simon (Fraggle) has updated the SVN repository, fixing FEATURE_MULTIPLAYER and adding FEATURE_SOUND.

Thanks again Simon!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×