raze-gles/polymer/jfaud
Plagman 50d6334304 Forgot to add the new MSVC project files.
git-svn-id: https://svn.eduke32.com/eduke32@455 1a8010ca-5511-0410-912e-c29ae57300e0
2007-01-14 07:11:47 +00:00
..
inc JFAud 2007-01-12 22:42:19 +00:00
mpadec Forgot to add the new MSVC project files. 2007-01-14 07:11:47 +00:00
src Restored fullbrights, improved depth peeling, tweaked MSVC support for JFAud. 2007-01-14 07:00:29 +00:00
testsnd JFAud 2007-01-12 22:42:19 +00:00
Makefile JFAud 2007-01-12 22:42:19 +00:00
Makefile.deps JFAud 2007-01-12 22:42:19 +00:00
Makefile.msvc Restored fullbrights, improved depth peeling, tweaked MSVC support for JFAud. 2007-01-14 07:00:29 +00:00
Makefile.watcom JFAud 2007-01-12 22:42:19 +00:00
README JFAud 2007-01-12 22:42:19 +00:00
jfaud.vcproj Forgot to add the new MSVC project files. 2007-01-14 07:11:47 +00:00
makemsc.bat JFAud 2007-01-12 22:42:19 +00:00
processdeps.pl JFAud 2007-01-12 22:42:19 +00:00

README

Note: JFAud makes the following assumptions about the datatypes your compiler defines.
	sizeof(char)      = 1
	sizeof(short)     = 2
	sizeof(int)       = 4
	sizeof(long)      = 4 (on 32bit), 8 (on 64bit)
	sizeof(long long) = 8
	sizeof(long)      = sizeof(void *)

As long as this is true, JFAud is compatible with 32 and 64bit use.