mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 09:55:55 +08:00
batch files to aid in producing built zip files.
This commit is contained in:
parent
cb72967fd8
commit
7cb20eb21a
1
utils/autorun.bat
Normal file
1
utils/autorun.bat
Normal file
@ -0,0 +1 @@
|
||||
@perl5.22.1.exe script/slic3r.pl
|
15
utils/package_win32.bat
Normal file
15
utils/package_win32.bat
Normal file
@ -0,0 +1,15 @@
|
||||
REM Written by Joseph Lenox
|
||||
REM Licensed under the same license as the rest of Slic3r.
|
||||
REM ------------------------
|
||||
REM You need to have Strawberry Perl 5.22 installed for this to work,
|
||||
echo "Make this is run from the perl command window."
|
||||
echo "Requires PAR."
|
||||
|
||||
REM Change this to where you have Strawberry Perl installed.
|
||||
SET STRAWBERRY_PATH=C:\Strawberry
|
||||
|
||||
cpanm "PAR::Packer"
|
||||
|
||||
pp -a %STRAWBERRY_PATH%\perl\bin\perl5.22.1.exe;perl5.22.1.exe -a %STRAWBERRY%\perl\bin\freeglut.dll;freeglut.dll -a %STRAWBERRY%\perl\bin\perl522.dll;perl522.dll -a %STRAWBERRY%\perl\bin\libgcc_s_sjlj-1.dll;libgcc_s_sjlj-1.dll -a %STRAWBERRY%\perl\bin\libstdc++-6.dll;libstdc++-6.dll -a %STRAWBERRY%\perl\bin\libwinpthread-1.dll;libwinpthread-1.dll -a %STRAWBERRY%\perl\site\lib\Alien\wxWidgets\msw_3_0_2_uni_gcc_3_4\lib\wxbase30u_gcc_custom.dll -a %STRAWBERRY%\perl\site\lib\Alien\wxWidgets\msw_3_0_2_uni_gcc_3_4\lib\wxmsw30u_adv_gcc_custom.dll -a %STRAWBERRY%\perl\site\lib\Alien\wxWidgets\msw_3_0_2_uni_gcc_3_4\lib\wxmsw30u_core_gcc_custom.dll -a %STRAWBERRY%\perl\site\lib\Alien\wxWidgets\msw_3_0_2_uni_gcc_3_4\lib\wxmsw30u_gl_gcc_custom.dll -a %STRAWBERRY%\perl\site\lib\Alien\wxWidgets\msw_3_0_2_uni_gcc_3_4\lib\wxmsw30u_html_gcc_custom.dll -a ..\utils;script\utils -a var;script\var -a autorun.bat;slic3r.bat -e -p -x slic3r.pl --xargs --gui -o ..\slic3r.par
|
||||
|
||||
copy ..\slic3r.par ..\slic3r.zip
|
Loading…
x
Reference in New Issue
Block a user