mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
a570f969bc
commit
f1777abb59
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user