This website requires JavaScript.
Explore
Help
Sign In
Muldersoft
/
LameXP
Watch
1
Star
0
Fork
0
You've already forked LameXP
Code
Releases
2
Activity
eb8da7b6f9
LameXP
/
etc
/
Deployment
/
release_static.bat
5 lines
92 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Add a new configuration for static build (requires Qt as static lib)
2010-11-11 00:25:23 +01:00
@
echo
off
Nicer method for static builds: Can use vanilla Qt source/include directory now
2010-11-11 14:11:44 +01:00
set
"
LAMEXP_CONFIG=Release_Static
"
Don't deploy redistributables with a static build
2010-11-11 00:41:49 +01:00
set
"
LAMEXP_REDIST=0
"
Simply deployment scripts a bit.
2011-04-19 16:21:19 +02:00
call
"
%~dp0
\_deploy.bat
"
Copy Permalink