mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
more interrogate changes
This commit is contained in:
parent
09df7cee05
commit
5d7e726ba2
@ -732,7 +732,7 @@ Warning: Variable $[upcase $[tree]]_INSTALL is not set!
|
||||
|
||||
// Caution! interrogate_ipath might be redefined in the
|
||||
// Global.platform.pp file.
|
||||
#defer interrogate_ipath -S/usr/include $[install_parser_inc_dir:%=-S%] $[target_ipath:%=-I%]
|
||||
#defer interrogate_ipath $[install_parser_inc_dir:%=-S%] $[target_ipath:%=-I%] -S/usr/include
|
||||
|
||||
#defer interrogate_options \
|
||||
-DCPPPARSER -D__STDC__=1 -D__cplusplus $[SYSTEM_IGATE_FLAGS] \
|
||||
|
@ -15,6 +15,7 @@
|
||||
rtsp.h rtspcodes.h setjmp.h winsock2.h \
|
||||
ode/ode.h collision_trimesh.h \
|
||||
netinet/tcp.h netinet/ip.h \
|
||||
rfftw.h libtar.h
|
||||
rfftw.h libtar.h malloc.h
|
||||
|
||||
|
||||
|
||||
|
18
dtool/src/parser-inc/malloc.h
Normal file
18
dtool/src/parser-inc/malloc.h
Normal file
@ -0,0 +1,18 @@
|
||||
// Filename: malloc.h
|
||||
// Created by: drose (28Jun07)
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// PANDA 3D SOFTWARE
|
||||
// Copyright (c) 2001 - 2004, Disney Enterprises, Inc. All rights reserved
|
||||
//
|
||||
// All use of this software is subject to the terms of the Panda 3d
|
||||
// Software license. You should have received a copy of this license
|
||||
// along with this source code; you will also find a current copy of
|
||||
// the license at http://etc.cmu.edu/panda3d/docs/license/ .
|
||||
//
|
||||
// To contact the maintainers of this program write to
|
||||
// panda3d-general@lists.sourceforge.net .
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
x
Reference in New Issue
Block a user