* Patch from Andreas Kohn to fix q3asm build on FreeBSD
* Removal of SYSTEM variable from the lcc makefile due to problems with FreeBSD
This commit is contained in:
parent
3271b52bf5
commit
29db2dbbfd
2 changed files with 4 additions and 10 deletions
|
@ -28,14 +28,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#ifdef WIN32
|
||||
#include <direct.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef __linux
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef NeXT
|
||||
#elif defined(NeXT)
|
||||
#include <libc.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#define BASEDIRNAME "quake" // assumed to have a 2 or 3 following
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue