aboutsummaryrefslogtreecommitdiff
path: root/pd/src/build.bat
blob: 15d659578e1b86c0b87489959e574b0e9a1ea9aa (plain)
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
32
33
34
35
36
37
38
39
40
41
42
nmake
cd ..
cd extra

del *.dll

cd bonk~
nmake pd_nt
move bonk~.dll ..
cd ..

cd choice
nmake pd_nt
move choice.dll ..
cd ..

cd expr~
nmake pd_nt
move expr.dll ..
cd ..

cd fiddle~
nmake pd_nt
move fiddle~.dll ..
cd ..

cd loop~
nmake pd_nt
move loop~.dll ..
cd ..

cd lrshift~
nmake pd_nt
move lrshift~.dll ..
cd ..

cd pique
nmake pd_nt
move pique.dll ..
cd ..