Sources.pp 692 B

1234567891011121314151617181920212223242526272829
  1. // This package presently only builds on Windows.
  2. #define DIRECTORY_IF_WINDOWS yes
  3. //#define LOCAL_LIBS \
  4. // directbase
  5. #define OTHER_LIBS \
  6. net:c linmath:c putil:c express:c panda:m pandaexpress:m dtoolconfig dtool
  7. #define WIN_SYS_LIBS $[WIN_SYS_LIBS] user32.lib //advapi32.lib
  8. #begin bin_target
  9. #define TARGET directdServer
  10. #define LOCAL_LIBS directd
  11. #define OTHER_LIBS $[OTHER_LIBS] pystub
  12. #define SOURCES \
  13. directdServer.cxx directdServer.h
  14. #end bin_target
  15. #begin test_bin_target
  16. #define TARGET directdClient
  17. #define LOCAL_LIBS directd
  18. #define OTHER_LIBS $[OTHER_LIBS] pystub
  19. #define SOURCES \
  20. directdClient.cxx directdClient.h
  21. #end test_bin_target