Commit Graph

79 Commits

Author SHA1 Message Date
punkrockguy318 4d60b3d196 osx: don't use "as-needed" in built script to fix linker errors 2012-07-18 13:57:21 +00:00
punkrockguy318 dfc148cfb4 scons: search for linker options named -llua5.1 and -llua to compile sucessfully on debian 2012-06-24 17:03:44 +00:00
punkrockguy318 c90224e6fa scons: honor CXXFLAGS, CPPFLAGS, and LDFLAGS from environment (sf:518) 2012-06-24 16:01:19 +00:00
punkrockguy318 3b3e74457b scons: use --Wl,as-needed ld flags 2012-06-24 15:40:40 +00:00
punkrockguy318 371436742f scons: fixed a build issue where openGL was not being compiled in with some implementations on libgl 2012-06-23 22:31:27 +00:00
punkrockguy318 1dc2811509 fix typo in previous commit 2012-02-09 03:24:03 +00:00
punkrockguy318 9474b57275 scons: no longer automatically append $LDFLAGS from environment. uncomment the line in SConstruct if you want to do this 2012-02-09 03:13:16 +00:00
punkrockguy318 893fdeea2f scons: fixed build error with optimizations enabled 2011-10-26 15:52:10 +00:00
punkrockguy318 fade467e75 Added "scons fceux-net-server" build insutrction and updated the makefile for the netplay server 2011-10-23 23:31:19 +00:00
punkrockguy318 54fc74b0d8 scons: dont pass -llua to linker if lua cannot be found 2011-10-21 02:34:45 +00:00
punkrockguy318 63aa42be96 scons: cleanup build scripts -- also check for GTK before building with GTK 2011-10-20 01:01:48 +00:00
punkrockguy318 78f279a717 scons: fix a build error introduced in last commit 2011-10-20 00:21:29 +00:00
punkrockguy318 4edb857af9 scons: update "scons install" to install auxlib, manpage, luaSripts, and palettes
doc: manpage update
2011-10-20 00:03:43 +00:00
punkrockguy318 52fd5a3b5a scons: added --prefix command line option to build system 2011-10-19 23:36:33 +00:00
punkrockguy318 943de81eb3 scons: improve build system so that scons install does not initiate removal of object files and rebuilding of project 2011-10-19 21:42:34 +00:00
punkrockguy318 dedfbc0ae4 sdl: add linker flag that allows lua libs to be dynamically loaded (like iup) 2011-10-19 16:15:10 +00:00
punkrockguy318 6517f99833 sdl: added -ldl flag for lua SF3424048 2011-10-19 07:53:16 +00:00
punkrockguy318 04ccc4823b sdl: fixed some stupidity i accidently comitted in the sconstruct on the last commit 2011-10-19 06:35:53 +00:00
punkrockguy318 dfc2dc84e3 move cmake to attic (if anyone has any objections to this; let me know and i'll put it back. AFAIK cmake is broken and it's confusing that its in the tarball
clean up some docuemntation in the tree
2011-10-19 06:23:40 +00:00
punkrockguy318 8638c95d60 sdl: GTK3! removed more depreciated code and made adjustments so that fceux now compiles with GTK3 (although not by default). Compile by setting GTK3 to 1 in the SConstruct 2011-10-18 21:47:41 +00:00
punkrockguy318 654207e860 sdl: no longer use depreciated gtk2 objects and functions 2011-10-18 21:35:37 +00:00
punkrockguy318 4d9d5280c9 sdl: adjust SConstript to fix potential build errors on debian6 2011-10-03 14:50:24 +00:00
punkrockguy318 153a3d6f23 add PUBLIC_RELEASE option to SConstruct; commented out by default 2011-06-04 05:33:05 +00:00
punkrockguy318 9196ec72b0 sdl: added GTK3 build option to SConstruct (although code is not yet gtk3 compatible)
sdl: cleaned some build code
2011-04-09 03:20:48 +00:00
punkrockguy318 4f1bae8c58 sdl: removed GTK_LITE build option in favor of --nogui runtime option
you can still disbale compiling in gtk with GTK=0
2011-03-19 02:28:01 +00:00
punkrockguy318 0e09dcfecd gtk: fixed bug where sound would not init if sound was toggled on before the game was loaded 2011-02-03 00:27:38 +00:00
zeromus 69deb66c96 2010-07-02 07:49:03 +00:00
zeromus 13c6912cbc try adding check for zlib 2010-07-02 07:18:59 +00:00
punkrockguy318 ec43e84f64 sdl: fixed some sconstruct glitch that didn't allow openGL to build 2010-03-31 03:41:39 +00:00
punkrockguy318 6fd48a5e1b fixed sconstruct error with asprintf 2010-03-03 05:46:28 +00:00
punkrockguy318 88300c898e remove libz requirement from sconstruct as its compiled staticly 2010-02-26 05:18:55 +00:00
punkrockguy318 cd2d6c5dc5 GTK: added exceptions for loading roms 2010-02-25 06:31:23 +00:00
punkrockguy318 1481f6491f GTK: removed dependency on zenity
SDL: added GTK_LITE option which enables GTK for dialog boxes but sticks to a command-line interface
GTK: changed the name of some macros; enable with GTK instead of GTK2
2010-02-25 06:22:07 +00:00
punkrockguy318 a4909906f5 Removed experimental tag from GTK out of build scripts
Still disabled by default
2010-02-18 02:02:37 +00:00
punkrockguy318 4b6d0c4b3f cleaned up gtk2 code quite a bit
until direct sdl rendering on gtk2 can occur, the file menu will be in a seperate window
however this will allow direct interfacing with the emulator rather than just command line options like gfceux
2009-12-21 10:49:20 +00:00
punkrockguy318 98096d5b52 cleaned some gtk2 code
fixed build scripts for building w/ gtk2
2009-12-21 10:28:01 +00:00
punkrockguy318 a52255da8d added option for gtk2 (still broken) in build script 2009-12-21 09:54:08 +00:00
punkrockguy318 86123d257e began integration of GTK into the SDL tree
see gui.cpp at r1601 for demonstration of how this SHOULD work
currently, fceuX is creating its own new window instead of using GTKs window
added flag GTK_GUI (in code for now, will add to scons build later)
added line to sconstruct for GTK libraries (commented by default)
2009-12-17 07:27:17 +00:00
kmachulis efaa3ebb4d Added lua platform defines for osx and linux for scons, to get lua's loadlib function working again on those platforms 2009-12-14 03:48:15 +00:00
zeromus 009dd0f23a add lua source files so that we can compile lua once more in linux. 2009-11-03 05:09:17 +00:00
qeed 25f31f9d24 Fix deprecation warnings in SConstruct 2009-06-13 16:20:17 +00:00
shinydoofy 0aee98b006 SDL: fixed input issue and making Lua optional again 2009-04-15 03:40:08 +00:00
punkrockguy318 06e22c91a8 Fixed the mysterious input issue that was caused by not having liblua installed. 2009-04-14 17:54:38 +00:00
shinydoofy 741be87c62 fix bug 2486384 on SF.net 2009-03-14 19:15:19 +00:00
shinydoofy b39baa43ee fixed SConstruct indentation 2008-10-25 15:45:17 +00:00
shinydoofy d9ea2a263a added SDL avi creation support and changed speed throttling to use it 2008-10-25 12:36:03 +00:00
punkrockguy318 94e8c6389a stupid typo 2008-09-24 07:56:16 +00:00
punkrockguy318 dd6e38f9a2 fixes compile errors with ppc (someone please test), and adds LSB_FIRST option to sdl build script 2008-09-24 06:40:35 +00:00
punkrockguy318 a26194a089 --newppu option added to sdl 2008-09-24 06:27:28 +00:00
punkrockguy318 407f0f8663 optional lua in sdl 2008-09-24 06:06:31 +00:00