|
@@ -37,7 +37,7 @@
|
|
|
#begin test_bin_target
|
|
#begin test_bin_target
|
|
|
#define TARGET test_datagram
|
|
#define TARGET test_datagram
|
|
|
#define LOCAL_LIBS net
|
|
#define LOCAL_LIBS net
|
|
|
- #define OTHER_LIBS pystub
|
|
|
|
|
|
|
+ #define OTHER_LIBS $[OTHER_LIBS] pystub
|
|
|
|
|
|
|
|
#define SOURCES \
|
|
#define SOURCES \
|
|
|
test_datagram.cxx
|
|
test_datagram.cxx
|
|
@@ -47,7 +47,7 @@
|
|
|
#begin test_bin_target
|
|
#begin test_bin_target
|
|
|
#define TARGET test_spam_client
|
|
#define TARGET test_spam_client
|
|
|
#define LOCAL_LIBS net
|
|
#define LOCAL_LIBS net
|
|
|
- #define OTHER_LIBS pystub
|
|
|
|
|
|
|
+ #define OTHER_LIBS $[OTHER_LIBS] pystub
|
|
|
|
|
|
|
|
#define SOURCES \
|
|
#define SOURCES \
|
|
|
datagram_ui.cxx datagram_ui.h test_spam_client.cxx
|
|
datagram_ui.cxx datagram_ui.h test_spam_client.cxx
|
|
@@ -57,7 +57,7 @@
|
|
|
#begin test_bin_target
|
|
#begin test_bin_target
|
|
|
#define TARGET test_spam_server
|
|
#define TARGET test_spam_server
|
|
|
#define LOCAL_LIBS net
|
|
#define LOCAL_LIBS net
|
|
|
- #define OTHER_LIBS pystub
|
|
|
|
|
|
|
+ #define OTHER_LIBS $[OTHER_LIBS] pystub
|
|
|
|
|
|
|
|
#define SOURCES \
|
|
#define SOURCES \
|
|
|
datagram_ui.cxx datagram_ui.h test_spam_server.cxx
|
|
datagram_ui.cxx datagram_ui.h test_spam_server.cxx
|
|
@@ -67,7 +67,7 @@
|
|
|
#begin test_bin_target
|
|
#begin test_bin_target
|
|
|
#define TARGET test_tcp_client
|
|
#define TARGET test_tcp_client
|
|
|
#define LOCAL_LIBS net
|
|
#define LOCAL_LIBS net
|
|
|
- #define OTHER_LIBS pystub
|
|
|
|
|
|
|
+ #define OTHER_LIBS $[OTHER_LIBS] pystub
|
|
|
|
|
|
|
|
#define SOURCES \
|
|
#define SOURCES \
|
|
|
datagram_ui.cxx datagram_ui.h test_tcp_client.cxx
|
|
datagram_ui.cxx datagram_ui.h test_tcp_client.cxx
|
|
@@ -77,7 +77,7 @@
|
|
|
#begin test_bin_target
|
|
#begin test_bin_target
|
|
|
#define TARGET test_tcp_server
|
|
#define TARGET test_tcp_server
|
|
|
#define LOCAL_LIBS net
|
|
#define LOCAL_LIBS net
|
|
|
- #define OTHER_LIBS pystub
|
|
|
|
|
|
|
+ #define OTHER_LIBS $[OTHER_LIBS] pystub
|
|
|
|
|
|
|
|
#define SOURCES \
|
|
#define SOURCES \
|
|
|
datagram_ui.cxx datagram_ui.h test_tcp_server.cxx
|
|
datagram_ui.cxx datagram_ui.h test_tcp_server.cxx
|
|
@@ -87,7 +87,7 @@
|
|
|
#begin test_bin_target
|
|
#begin test_bin_target
|
|
|
#define TARGET test_udp
|
|
#define TARGET test_udp
|
|
|
#define LOCAL_LIBS net
|
|
#define LOCAL_LIBS net
|
|
|
- #define OTHER_LIBS pystub
|
|
|
|
|
|
|
+ #define OTHER_LIBS $[OTHER_LIBS] pystub
|
|
|
|
|
|
|
|
#define SOURCES \
|
|
#define SOURCES \
|
|
|
datagram_ui.cxx datagram_ui.h test_udp.cxx
|
|
datagram_ui.cxx datagram_ui.h test_udp.cxx
|