mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-09 13:21:38 -04:00
combined srcs
This commit is contained in:
parent
bc0938f473
commit
ffe7a40de8
@ -8,6 +8,8 @@
|
|||||||
#begin lib_target
|
#begin lib_target
|
||||||
#define TARGET ipc
|
#define TARGET ipc
|
||||||
|
|
||||||
|
#define COMBINED_SOURCES $[TARGET]_composite1.cxx
|
||||||
|
|
||||||
#define SOURCES \
|
#define SOURCES \
|
||||||
ipc.cxx ipc_atomics.h ipc_condition.h ipc_file.I ipc_file.h \
|
ipc.cxx ipc_atomics.h ipc_condition.h ipc_file.I ipc_file.h \
|
||||||
ipc_library.h ipc_mach_traits.h ipc_mutex.h ipc_nspr_traits.h \
|
ipc_library.h ipc_mach_traits.h ipc_mutex.h ipc_nspr_traits.h \
|
||||||
@ -15,6 +17,9 @@
|
|||||||
ipc_ps2_traits.h ipc_semaphore.h ipc_solaris_traits.h ipc_thread.h \
|
ipc_ps2_traits.h ipc_semaphore.h ipc_solaris_traits.h ipc_thread.h \
|
||||||
ipc_traits.cxx ipc_traits.h
|
ipc_traits.cxx ipc_traits.h
|
||||||
|
|
||||||
|
#define INCLUDED_SOURCES \
|
||||||
|
ipc.cxx ipc_traits.cxx
|
||||||
|
|
||||||
#define INSTALL_HEADERS \
|
#define INSTALL_HEADERS \
|
||||||
ipc_mutex.h ipc_condition.h ipc_semaphore.h ipc_thread.h \
|
ipc_mutex.h ipc_condition.h ipc_semaphore.h ipc_thread.h \
|
||||||
ipc_traits.h ipc_mach_traits.h ipc_nt_traits.h ipc_posix_traits.h \
|
ipc_traits.h ipc_mach_traits.h ipc_nt_traits.h ipc_posix_traits.h \
|
||||||
|
4
panda/src/ipc/ipc_composite1.cxx
Normal file
4
panda/src/ipc/ipc_composite1.cxx
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
#include "ipc.cxx"
|
||||||
|
#include "ipc_traits.cxx"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user