SCRIPT: Pregenerate files

This commit is contained in:
PJ Reiniger
2025-11-07 19:56:29 -05:00
committed by Peter Johnson
parent e0320a942a
commit 108a8c0f9b
50 changed files with 1024 additions and 1028 deletions

View File

@@ -10,7 +10,7 @@ def wpinet_extension(srcs = [], header_to_dat_deps = [], extra_hdrs = [], includ
class_name = "PortForwarder",
yml_file = "semiwrap/PortForwarder.yml",
header_root = "$(execpath :robotpy-native-wpinet.copy_headers)",
header_file = "$(execpath :robotpy-native-wpinet.copy_headers)/wpinet/PortForwarder.h",
header_file = "$(execpath :robotpy-native-wpinet.copy_headers)/wpi/net/PortForwarder.hpp",
tmpl_class_names = [],
trampolines = [
("wpi::PortForwarder", "wpi__PortForwarder.hpp"),
@@ -20,7 +20,7 @@ def wpinet_extension(srcs = [], header_to_dat_deps = [], extra_hdrs = [], includ
class_name = "WebServer",
yml_file = "semiwrap/WebServer.yml",
header_root = "$(execpath :robotpy-native-wpinet.copy_headers)",
header_file = "$(execpath :robotpy-native-wpinet.copy_headers)/wpinet/WebServer.h",
header_file = "$(execpath :robotpy-native-wpinet.copy_headers)/wpi/net/WebServer.hpp",
tmpl_class_names = [],
trampolines = [
("wpi::WebServer", "wpi__WebServer.hpp"),