Commit 93e44f7

Nick committed on
Remove setuphardlinks.cmd
commit 93e44f7e4c56e1cdabc8b96af898efe98aa7b7f1 parent f21610a
1 changed files +0−33
DeletedSetupHardlinks.cmd +0−33
@@ -1,33 +0,0 @@
1 if not exist lib\Development\i386-win32 goto prod32
2 pushd lib\Development\i386-win32
3 mklink/J hUGEDriver ..\..\..\hUGEDriver
4 mklink/H halt.gb ..\..\..\halt.gb
5
6 popd
7
8 :prod32
9 if not exist lib\Production\i386-win32 goto dev64
10 pushd lib\Production\i386-win32
11 mklink/J hUGEDriver ..\..\..\hUGEDriver
12 mklink/H halt.gb ..\..\..\halt.gb
13
14 popd
15
16 :dev64
17 if not exist lib\Development\x86_64-win64 goto prod64
18 pushd lib\Development\x86_64-win64
19 mklink/J hUGEDriver ..\..\..\hUGEDriver
20 mklink/H halt.gb ..\..\..\halt.gb
21
22 popd
23
24 :prod64
25 if not exist lib\Production\x86_64-win64 goto end
26 pushd lib\Production\x86_64-win64
27 mklink/J hUGEDriver ..\..\..\hUGEDriver
28 mklink/H halt.gb ..\..\..\halt.gb
29
30 popd
31
32 :end
33 pause