Commit Graph

12 Commits

Author SHA1 Message Date
Michael Pfaff 325db15a1d
More progress, nearly fixed native header generation
BufferUtils.c and CallbackUtil.c have been modified to not include the
generated header file. This is because `javac` is choosing to ignore
those files for generation of headers for unknown reasons.
2022-08-10 11:43:59 -04:00
Michael Pfaff 68e2ca0b76
Part 1/2
- Remove applet
- Remove webstart
- Refactor all generation to the `target` folder
- Remove eclipse-update
- Update java version in `.tool-versions`
- Update `.gitignore`
- Remove unused `res` folder
- Only macOS builds work currently
- TODO: finish the aforementioned changes to all other targets
- `build.sh` runs in headless mode to avoid the focus stealing and
  performance issues on macOS
2022-03-22 21:26:50 -04:00
Ioannis Tsakpinis af0ed1d1c4 Added OpenAL & OpenCL generated native paths.
Added support for AMD_device_memory_flags, AMD_offline_devices, AMD_popcnt [OpenCL]
Minor bugs fixed in high-level OpenCL API.
2011-06-04 00:53:04 +00:00
Elias Naur 07ac2ee5b4 jdkhome should be a jdk path, not a jre path 2008-12-22 16:51:26 +00:00
Elias Naur 7ca090659a mingw_ant/build.xml improvements 2008-12-22 16:50:00 +00:00
Elias Naur d738cefd0c Support win64 build from mingw_ant/build.xml 2008-12-22 16:47:35 +00:00
Elias Naur ac74840f8d Removed dinput references from mingw build.xml 2008-11-24 10:06:29 +00:00
Elias Naur de1520d80f Windows: Removed unused library path from mingw build script 2007-12-04 11:47:08 +00:00
Elias Naur 7106092827 Windows: Use env.MSSdk, not MSSDK (the capitalization is important in ant). The MSVC compiler doesn't seem to mind if the PLTSDK is included or not, though (if it did, we would have noticed the incorrect env. variable) 2006-07-15 23:31:37 +00:00
Elias Naur 9db6528620 Windows: Make mingw build.xml strip the dll after linking. Delete optional build files from mingw_ant. 2006-07-15 23:20:06 +00:00
Elias Naur fbca53f218 Windows: mingw path fixes 2006-07-15 23:04:07 +00:00
Elias Naur 8c1d6d041c Windows: added build.xml for MinGW building of lwjgl.dll. Hopefully this could enable us to build 64 bit versions of the natives in the future. It currently works, with some manual removal of double declarations of symbols in dinput.h(!) 2006-07-15 21:44:59 +00:00