Skip to content

Commit 0aa9aa5

Browse files
committed
Create windows-setlib.bat
1 parent e9fa83b commit 0aa9aa5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

setup/windows-setlib.bat

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
@echo off
2+
color 0a
3+
cd ..
4+
@echo on
5+
echo Setting dependencies...
6+
echo This might take a few moments depending on your internet speed and if the library version isn't installed.
7+
haxelib set lime 8.2.2
8+
haxelib set openfl 9.4.1
9+
haxelib set flixel 5.6.2
10+
haxelib set flixel-addons 3.3.2
11+
haxelib set flixel-tools 1.5.1
12+
haxelib set hscript-iris 1.1.3
13+
haxelib set tjson 1.4.0
14+
haxelib set hxdiscord_rpc 1.3.0
15+
haxelib set hxvlc 2.0.1
16+
haxelib set helder.set 0.3.1
17+
haxelib set yaml 2.0.1
18+
haxelib set hxWebSockets git
19+
haxelib set haxe-concurrent 5.1.3
20+
haxelib set actuate 1.9.0
21+
haxelib set flixel-ui 2.6.1
22+
haxelib set hscript 2.5.0
23+
haxelib set noisehx 0.0.1
24+
REM Add more haxelib set commands here if you add more versioned libraries above
25+
echo All required library versions have been set.

0 commit comments

Comments
 (0)