Commit Graph

251 Commits

Author SHA1 Message Date
Elias Naur 3fd8ea895e Windows: Added ant build.xml for native core 2006-07-08 17:20:18 +00:00
Elias Naur a5e24ff84d Linux: Remove debug echos from build.xml 2006-07-07 14:05:06 +00:00
Elias Naur 03738dcbed Linux: Support x86_64 building 2006-07-07 14:02:13 +00:00
Elias Naur bf414409c0 Mac OS X: Added support for compile_native target. Moved optional libraries to compile_native_optional target 2006-07-07 12:41:36 +00:00
Elias Naur fbde91bbce Added linux specific build.xml for building liblwjgl.so. Moved FMOD and Devil native builds to compile_native_optional ant target 2006-07-07 11:00:32 +00:00
Elias Naur 6cf49718db Windows: LWJGL didn't work well with jinput, but compatibility could be greatly improved if LWJGL used DirectInput 8 (like jinput). This can't be done unconditionally, since we need the DX3 support for older versions of windows. So, I've moved most Mouse and Keyboard stuff from native to java side and generalized DirectInput access through an abstract base class, with two concrete subclasses, one for dx3 and one for dx8. 2006-06-26 13:50:48 +00:00
Elias Naur a842ed163c Win32: Minor fix to build.bat 2006-06-15 13:42:48 +00:00
Elias Naur d3530a26dc Win32: Tweaked build.bat to use the env variables from the newest DX SDK 2006-06-15 11:41:21 +00:00
Elias Naur 4dcd3421c0 Win32: Update build.bat to use the free Visual Studio Express 2005 compiler. We can use the /delayload switch for the default build now. 2006-05-18 11:43:52 +00:00
Elias Naur 0b5f802d33 Windows: Fixed building natives with latest directx sdk 2006-03-30 07:35:15 +00:00
Elias Naur 2bc1b89772 Win32: Made the window message proc static 2006-02-22 10:30:35 +00:00
Elias Naur df2bc7d7e0 Moved generated files to seperate directories 2005-09-29 17:13:38 +00:00
Elias Naur 54c5f34c76 Win32: Added /Wp64 flag to the cmd line build.bat. It enables 64 bit specific warnings which should be fixed to be ready for 64 bit platforms. 2005-04-12 09:11:07 +00:00
Brian Matzon 2d2a2cf74f added comment about /delayload - default to free toolkit 2005-03-29 18:43:49 +00:00
Brian Matzon e2cf927f8e remove devil dependencies 2005-03-25 13:21:04 +00:00
Caspian Rychlik-Prince 808da28ada Added winmm.lib 2005-03-14 11:42:46 +00:00
Caspian Rychlik-Prince 3bc543b1ab *** empty log message *** 2005-03-14 10:56:37 +00:00
Elias Naur 62e561cddf Win32 part of refactor and AWTGLCanvas 2005-02-21 14:46:47 +00:00
Elias Naur 5d53187baa Win32: fixed compilation 2005-02-16 20:25:23 +00:00
Caspian Rychlik-Prince b2c49c20b4 *** empty log message *** 2005-02-16 15:53:56 +00:00
Elias Naur 8220b2e04c Removed EAX 2005-01-18 15:22:52 +00:00
Elias Naur 78e665d773 Win32: hardened getAvailableDisplayModes 2005-01-16 11:12:57 +00:00
Elias Naur 629c1a02c2 Win32 build: Removed redundant libraries from linker option 2005-01-14 10:01:38 +00:00
Mark Bernard 3e1651e8e0 Add files for ILUT portion of DevIL. 2005-01-12 12:30:34 +00:00
Mark Bernard af70a0ef76 First pass at ILU portion of DevIL. Only basic testing is one. No dynamic loading yet. 3 methods not implemented yet. 2005-01-09 04:59:50 +00:00
Brian Matzon bf3a49ec1d option hell! 2004-12-13 17:05:50 +00:00
Elias Naur 3fc0fc9df4 Fix win32 build script 2004-12-09 15:48:49 +00:00
Brian Matzon 00b4ce0461 copy the dll 2004-10-24 20:42:20 +00:00
Brian Matzon cb9e7b5dcf cleanup 2004-10-23 08:39:31 +00:00
Brian Matzon e4999a69f9 no binaries here 2004-10-23 08:05:54 +00:00
Mark Bernard c7862ba9e6 Changed bat file to get variables from OS instead of setting them in the file. 2004-10-23 01:43:15 +00:00
Mark Bernard 5ab11c3d2e Add DevIL bat file for compiling native source on Windows. 2004-10-23 01:39:39 +00:00
Mark Bernard 65c2df880f DevIL library for Windows. 2004-10-23 01:36:07 +00:00
Elias Naur 32f7016171 Win32: Support accented characters better 2004-10-18 20:29:52 +00:00
Elias Naur 5039684671 Win32 specific fix ups for C++->C conversion 2004-09-10 09:56:26 +00:00
Brian Matzon caf9b62ce9 define WIN32 when building 2004-09-08 18:50:21 +00:00
Brian Matzon 505062df9d enable exception handling
copy to libs
2004-09-06 16:41:45 +00:00
Caspian Rychlik-Prince c46ad444ea Removed dud old files 2004-07-30 14:11:53 +00:00
Brian Matzon 04c6671d23 removed SWTCanvas - not part of default
updated to new architecture
2004-07-11 08:49:32 +00:00
Caspian Rychlik-Prince da4eb2b1d0 Removed SWTCanvas file from project 2004-07-03 11:45:52 +00:00
Brian Matzon 67b1ef58c0 include platform sdk home
delete intermediate files
2004-06-30 23:26:54 +00:00
Brian Matzon b501117fff sharpdevelop build environment 2004-06-30 23:23:50 +00:00
Brian Matzon 38bd46acf3 NAnt build file 2004-06-30 22:38:48 +00:00
Brian Matzon d01b6bf2e7 xcode build environment - by Scott Palmer 2004-06-14 20:23:08 +00:00
Brian Matzon 0bcb13ceac fmod -> fmod3 2004-06-09 19:53:45 +00:00
Brian Matzon cb2377c6ef updated with fmod changes 2004-06-07 06:15:00 +00:00
Brian Matzon 5878ba94fd fmod included 2004-05-23 13:49:26 +00:00
Brian Matzon 545abae06b command line compilation 2004-05-23 13:49:05 +00:00
Brian Matzon cbddd31076 updated build file 2004-02-26 22:12:25 +00:00
Caspian Rychlik-Prince 9592f68c8e New context stuff - complete for win32, incomplete for linux / mac 2004-02-24 14:31:39 +00:00
Brian Matzon 3bdbad11c6 platform build of LWJGL on Visual Studio .NET 2004-01-31 12:34:20 +00:00