mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
A couple of changes on the ming32 make bash file.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 2.8.0, 2013-09-25T22:58:50. -->
|
||||
<!-- Written by QtCreator 2.8.0, 2013-09-27T20:37:04. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>ProjectExplorer.Project.ActiveTarget</variable>
|
||||
|
||||
@@ -2,7 +2,15 @@
|
||||
cd $(dirname "$0")
|
||||
premake4 --file=../../premake4.lua --os=windows --platform=mingw32 --with-static-freetype gmake
|
||||
cd ../../make/mingw32/
|
||||
time make $@ -e verbose=yes
|
||||
make $@ -e verbose=yes
|
||||
cd ../../libs/mingw32/
|
||||
mv eepp.dll ../../
|
||||
mv eepp-debug.dll ../../
|
||||
|
||||
if [ -f eepp.dll ];
|
||||
then
|
||||
mv eepp.dll ../../
|
||||
fi
|
||||
|
||||
if [ -f eepp-debug.dll ];
|
||||
then
|
||||
mv eepp-debug.dll ../../
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user