forked from Haxe-Nodejs/node-api
-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathtest.hxml
More file actions
31 lines (27 loc) · 689 Bytes
/
test.hxml
File metadata and controls
31 lines (27 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Autogenerated build.hxml
# test.MongooseTest (js:test.mongoose.js)
#-D hxnodejs_no_version_warning
-main test.MongooseTest
-js test.mongoose.js
-lib js-kit
--next
# test.ExpressTest (js:test.express.js)
#-D hxnodejs_no_version_warning
-main test.ExpressTest
-js test.express.js
-lib js-kit
--macro npm.Package.export('package.json')
--next
# test.SocketIoTest (js:test.socketio.js)
#-D hxnodejs_no_version_warning
-main test.SocketIoTest
-js test.socketio.server.js
-D server
-lib js-kit
--macro npm.Package.export('package.json')
--next
# test.SocketIoTest (js:test/test.socketio.js)
#-D hxnodejs_no_version_warning
-main test.SocketIoTest
-js test/test.socketio.client.js
-D client