diff --git a/build.hxml b/build.hxml index f1b9335..a5ea9f8 100644 --- a/build.hxml +++ b/build.hxml @@ -1,10 +1,6 @@ --cp . --cp hxcpp-debug-server --main Main -lib vscode-debugadapter -lib hxnodejs --lib hxcpp-debugger +-cp src +-cp hxcpp-debug-server -js bin/hxcpp_adapter.js - -#--next -#-cmd "node bin/test.js" \ No newline at end of file +-main Main diff --git a/Connection.hx b/src/Connection.hx similarity index 100% rename from Connection.hx rename to src/Connection.hx diff --git a/Main.hx b/src/Main.hx similarity index 100% rename from Main.hx rename to src/Main.hx