- include path and file changes for FreeBSD

This commit is contained in:
Hans Lambermont 2005-12-27 20:37:15 +00:00
parent a61871360f
commit f0e7d21793
3 changed files with 12 additions and 3 deletions

@ -46,6 +46,7 @@ CCSRCS = FTBitmapGlyph.cpp FTCharmap.cpp FTContour.cpp FTExtrdGlyph.cpp \
include nan_compile.mk
CPPFLAGS += -I../include
CPPFLAGS += -I/usr/X11R6/include
CPPFLAGS += -I$(NAN_FREETYPE)/include -I$(NAN_FREETYPE)/include/freetype2
install: all debug

@ -33,11 +33,15 @@
#include <string.h>
#include <stdio.h>
#ifdef WIN32
#if defined (WIN32)
#include <malloc.h>
#else
#if defined (__FreeBSD__)
#include <stdlib.h>
#else
#include <alloca.h>
#endif
#endif
class BU_Joint;

@ -39,11 +39,15 @@
#include <string.h>
#include <stdio.h>
#ifdef WIN32
#if defined (WIN32)
#include <malloc.h>
#else
#if defined (__FreeBSD__)
#include <stdlib.h>
#else
#include <alloca.h>
#endif
#endif
#include "Dynamics/BU_Joint.h"
#include "ContactSolverInfo.h"
@ -838,4 +842,4 @@ void SolveInternal1 (float global_cfm,
}
#endif //USE_SOR_SOLVER
#endif //USE_SOR_SOLVER