This website requires JavaScript.
Explore
Help
Sign in
teambeef
/
raze
Watch
0
Star
0
Fork
You've already forked raze
0
mirror of
https://github.com/DrBeef/Raze.git
synced
2025-02-07 16:31:17 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ed9fa753f1
raze
/
polymer
/
eduke32
/
source
/
jaudiolib
History
Plagman
be310c4d00
Fix warning in jaudiolib due to void ptr arith.
...
git-svn-id:
https://svn.eduke32.com/eduke32@3140
1a8010ca-5511-0410-912e-c29ae57300e0
2012-11-10 01:53:54 +00:00
..
include
Work-in-progress adjustment to the C code to compile under C++. It builds for me without errors using Win32 MinGW-GCC, but it still generates warning soup. No guarantees about MSVC or anything using SDL. Enable C++ by building with CPLUSPLUS=1. C remains the default and should compile with no change in setup.
2012-11-05 02:49:08 +00:00
src
Fix warning in jaudiolib due to void ptr arith.
2012-11-10 01:53:54 +00:00
third-party
Update our prebuilt MinGW libogg/libvorbis/libvorbisfile to the newest versions, courtesy of forum user LeoD
2012-07-06 18:40:54 +00:00
Makefile
Fix linking with CLANG=1 by separating $(INVOCATION) into $(COMPILER) and $(LINKER) and removing "-x" from clang as a linker in Makefile.common. Additionally, the Build tools are now affected by CPLUSPLUS=1, for which small corrections have been made.
2012-11-06 07:49:44 +00:00
Makefile.msvc
git-svn-id:
https://svn.eduke32.com/eduke32@1479
1a8010ca-5511-0410-912e-c29ae57300e0
2009-07-29 21:56:56 +00:00