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
98caac8828
LameXP
/
etc
/
Deployment
/
make.static.bat
5 lines
89 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
"
Re-organized project directory structure.
2016-12-20 20:32:59 +01:00
call
"
%~dp0
\make.bat
"
Copy Permalink