aboutsummaryrefslogtreecommitdiff
path: root/build-examples.hxml
diff options
context:
space:
mode:
authorrc_05 <contact@rc-05.com>2024-05-24 23:03:55 +0200
committerrc_05 <contact@rc-05.com>2024-05-25 00:58:25 +0200
commit2095935c2488d1a46c7dd0c9d2325e41715b8ad9 (patch)
tree9761c6b5956d9b89e37a1eb6630ba63d39a8128a /build-examples.hxml
downloadhaxe-unix-sockets-1.0.0.tar.gz
First commit1.0.0
Diffstat (limited to 'build-examples.hxml')
-rw-r--r--build-examples.hxml10
1 files changed, 10 insertions, 0 deletions
diff --git a/build-examples.hxml b/build-examples.hxml
new file mode 100644
index 0000000..4498ac9
--- /dev/null
+++ b/build-examples.hxml
@@ -0,0 +1,10 @@
+--cpp cpp
+--define analyzer-optimize
+--library haxe-unix-sockets
+--each
+
+--next
+--main examples.Server
+
+--next
+--main examples.Client