4c9776fb96
instead of winmm being a part of GUI_LINK_OPTS_WIN32 only, it is placed in @DEVICE_LINE_OPTS@ so that it will be used for sdl, rfb, wx, etc. - solve compile problems when building bximage, niclist, and any other console based program. The compile flags returned by wx-config and sdl-config did strange things to these console programs, for example redefining main to SDL_main. Because I wanted to use the configure-generated CFLAGS to compile the programs, but I wanted to avoid including GUI specific compile options, I split up the configure's @CFLAGS@ variable into @CFLAGS@ and @GUI_CFLAGS@, and split @CXXFLAGS@ into @CXXFLAGS@ and @GUI_CXXFLAGS@. All programs in the Bochs binary will use both, but the console programs will just use @CFLAGS@ or @CXXFLAGS@. - gui/Makefile.in, I no longer use the gui specific CFLAGS variables, SDL_CFLAGS and WX_CXXFLAGS. These values are included in CFLAGS and CXXFLAGS now. - modified: configure.in, configure, all Makefile.in's |
||
---|---|---|
.. | ||
bios_usage | ||
BIOS-bochs-2-processors | ||
BIOS-bochs-4-processors | ||
BIOS-bochs-latest | ||
Makefile.in | ||
notes | ||
rombios.c | ||
usage.cc | ||
VGABIOS-elpin-2.40 | ||
VGABIOS-elpin-LICENSE | ||
VGABIOS-lgpl-latest | ||
VGABIOS-lgpl-README |