mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
*** empty log message ***
This commit is contained in:
parent
795c46b32d
commit
6d1f57149b
@ -8,7 +8,7 @@
|
|||||||
#define BUILDING_DLL BUILDING_DIRECT
|
#define BUILDING_DLL BUILDING_DIRECT
|
||||||
|
|
||||||
#define COMPONENT_LIBS \
|
#define COMPONENT_LIBS \
|
||||||
directbase dcparser showbase deadrec directd interval distributed motiontrail
|
directbase dcparser showbase deadrec directd interval distributed motiontrail http
|
||||||
|
|
||||||
#define OTHER_LIBS \
|
#define OTHER_LIBS \
|
||||||
panda:m \
|
panda:m \
|
||||||
|
33
direct/src/http/Sources.pp
Normal file
33
direct/src/http/Sources.pp
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
#define OTHER_LIBS \
|
||||||
|
express:c pandaexpress:m \
|
||||||
|
pstatclient:c pipeline:c panda:m \
|
||||||
|
interrogatedb:c dconfig:c dtoolconfig:m \
|
||||||
|
dtoolutil:c dtoolbase:c dtool:m prc:c pandabase:c \
|
||||||
|
$[if $[HAVE_NET],net:c] $[if $[WANT_NATIVE_NET],nativenet:c] \
|
||||||
|
linmath:c putil:c
|
||||||
|
|
||||||
|
#define LOCAL_LIBS \
|
||||||
|
directbase
|
||||||
|
#define C++FLAGS -DWITHIN_PANDA
|
||||||
|
#define UNIX_SYS_LIBS m
|
||||||
|
#define USE_PACKAGES python
|
||||||
|
|
||||||
|
#begin lib_target
|
||||||
|
#define TARGET http
|
||||||
|
|
||||||
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
|
||||||
|
|
||||||
|
#define SOURCES \
|
||||||
|
http_connection.h \
|
||||||
|
http_request.h
|
||||||
|
|
||||||
|
|
||||||
|
#define INCLUDED_SOURCES \
|
||||||
|
http_connection.cxx \
|
||||||
|
parsedhttprequest.cxx \
|
||||||
|
http_request.cxx
|
||||||
|
|
||||||
|
|
||||||
|
#define IGATESCAN all
|
||||||
|
#end lib_target
|
Loading…
x
Reference in New Issue
Block a user