From dece8cc8b6efaccc0c0e83801494822d1ced86f9 Mon Sep 17 00:00:00 2001 From: defnax Date: Wed, 18 Jul 2012 10:53:17 +0000 Subject: [PATCH] added openpgpsdk compile to build-all-mingw32make.bat git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5312 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- build-all-mingw32make.bat | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build-all-mingw32make.bat b/build-all-mingw32make.bat index 34cdfb3a0..e433d27bd 100644 --- a/build-all-mingw32make.bat +++ b/build-all-mingw32make.bat @@ -21,6 +21,14 @@ qmake libretroshare.pro mingw32-make +cd ..\..\openpgpsdk\src + +mingw32-make clean + +qmake openpgpsdk.pro + +mingw32-make + cd ..\..\retroshare-nogui\src mingw32-make clean