Added pegmarkdown compile to build script

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6025 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2012-12-21 09:59:48 +00:00
parent a570f969bc
commit f1777abb59

View File

@ -56,6 +56,8 @@ if not %clean%x==x mingw32-make clean
qmake libbitdht.pro
mingw32-make %%a
cd ..\..\openpgpsdk\src
if not %clean%x==x mingw32-make clean
@ -64,6 +66,7 @@ qmake openpgpsdk.pro
mingw32-make
cd ..\..\libretroshare\src
if not %clean%x==x mingw32-make clean
@ -72,6 +75,16 @@ qmake libretroshare.pro
mingw32-make %%a
cd ..\..\supportlibs\pegmarkdown
if not %clean%x==x mingw32-make clean
qmake pegmarkdown.pro
mingw32-make %%a
cd ..\..\retroshare-nogui\src
if not %clean%x==x mingw32-make clean
@ -80,6 +93,7 @@ qmake retroshare-nogui.pro
mingw32-make %%a
cd ..\..\retroshare-gui\src
if not %clean%x==x mingw32-make clean