[01:23:07] --- DominusExult is now known as Dominus
[01:52:05] --- DominusExult is now known as Dominus
[19:46:59] <Dominus> marzo, how do you make Exult with debug on Windows? Or rather, how do you define the extras like "DEBUG" or "USECODE_DEBUGGER"?
[19:47:58] <Marzo> This is the command line I use:
[19:47:59] <Marzo> make -f Makefile.mingw DEBUG=1 DEBUG_SYMBOLS=1 USECODE_CONTAINER=1 USECODE_DEBUGGER=1 SHOW_NONREADIED_OBJECTS=1 debug studioinstall toolsinstall plugininstall
[19:48:34] <Dominus> ah, thanks! KnightCaptain has asked on the forum and I wondered how to do these :)
[19:50:16] <Marzo> This one has a lot of things that are suitable only for testing as well, such as showing the usecode container, the (not entirely functional) usecode debugger, etc
[19:56:35] <Dominus> I'm so used to configure that I have had no idea how to define stuff for the makefiles... I think I *used* to know that, though :)