Subversion Repositories filter_foundry

Rev

Rev 397 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 397 Rev 442
Line 7... Line 7...
7
rem Download "Online installer here"
7
rem Download "Online installer here"
8
rem https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
8
rem https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32/Personal%20Builds/mingw-builds/installer/mingw-w64-install.exe/download
9
 
9
 
10
rem 64 Bit
10
rem 64 Bit
11
rem Please adjust this path!
11
rem Please adjust this path!
12
set PATH=D:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin;%PATHBAK%
12
set PATH=D:\mingw-w64\x86_64-8.1.0-win32-seh-rt_v6-rev0\mingw64\bin;%PATHBAK%
13
mingw32-make -f Makefile.win clean
13
mingw32-make -f Makefile.win clean
14
mingw32-make -f Makefile.win
14
mingw32-make -f Makefile.win
15
move FilterFoundry.8bf FilterFoundry64.tmp
15
move FilterFoundry.8bf FilterFoundry64.tmp
16
 
16
 
17
rem 32 Bit
17
rem 32 Bit
18
rem Please adjust this path!
18
rem Please adjust this path!
19
set PATH=D:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin;%PATHBAK%
19
set PATH=D:\mingw-w64\i686-8.1.0-win32-dwarf-rt_v6-rev0\mingw32\bin;%PATHBAK%
20
mingw32-make -f Makefile.win clean
20
mingw32-make -f Makefile.win clean
21
mingw32-make -f Makefile.win
21
mingw32-make -f Makefile.win
22
move FilterFoundry.8bf FilterFoundry32.tmp
22
move FilterFoundry.8bf FilterFoundry32.tmp
23
 
23
 
24
 
24
 
Line 26... Line 26...
26
move FilterFoundry64.tmp FilterFoundry64.8bf
26
move FilterFoundry64.tmp FilterFoundry64.8bf
27
 
27
 
28
echo.
28
echo.
29
echo.
29
echo.
30
echo.
30
echo.
31
dir *.8bf
31
rem dir *.8bf
32
 
32
 
33
cd 3264_mixer
33
cd 3264_mixer
34
call foundry_3264_mixer.bat
34
call foundry_3264_mixer.bat
35
cd ..
35
cd ..
36
 
36