aboutsummaryrefslogtreecommitdiff
path: root/build.bat
blob: 50ce2358af76762b15f92b4d3892fd4f11ea7ab7 (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
current: nt


# TARGETS += stk

VERSION = \"0.24\"

.SUFFIXES: .dll .obj
# ----------------------- NT ----------------------------



cd control
nmake
cd ..
cd experimental 
nmake
cd ..
cd filters
nmake
cd ..
cd gui
nmake
cd ..
cd other
nmake
cd ..
cd signal
nmake
cd ..