Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3363 leency 1
set BINDIR=C:\Users\111\Desktop\svn\programs\cmm\_bin
2
md %BINDIR%
3
cd %BINDIR%
4
FOR %%A in (*.*) do del \Q "%%A"
5
 
6
cd ..\browser
7
cls
8
call compile.bat
9
copy /Y htmlv %BINDIR%
10
 
11
cd ..\copyf
12
cls
13
call compile.bat
14
copy /Y copyf %BINDIR%
15
 
16
cd ..\dicty
17
cls
18
call compile.bat
19
copy /Y dicty %BINDIR%
20
 
21
cd ..\eolite
22
cls
23
call compile.bat
24
copy /Y eolite %BINDIR%
25
 
26
cd ..\example
27
cls
28
call compile.bat
29
 
30
cd ..\installer
31
cls
32
call compile.bat
33
copy /Y installer.kex %BINDIR%
34
 
35
cd ..\liza
36
cls
37
call compile.bat
38
copy /Y liza_mail %BINDIR%
39
 
40
cd ..\end
41
cls
42
call compile.bat
43
copy /Y end %BINDIR%
44
 
45
cd ..\notify
46
cls
47
call compile.bat
48
copy /Y @notify %BINDIR%
49
 
50
cd ..\rb
51
cls
52
call compile_rus.bat
53
copy /Y @rb %BINDIR%
54
 
55
cd ..\skinsel
56
cls
57
call compile.bat
58
copy /Y skinsel %BINDIR%
59
 
60
cd ..\tmpdisk
61
cls
62
call compile_ru.bat
63
copy /Y tmpdisk %BINDIR%
64
 
65
cd %BINDIR%
66
FOR %%A in (*.*) do ..\c--\kpack "%%A"
67
pause