Portable version for Windows.

RetroShare checks for locale gpg.exe and gpgme-w32spawn.exe and if exists, it starts as portable version.
Modified version of libgpgme-11.dll needed.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2815 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-04-30 14:34:48 +00:00
parent f88cd1c0aa
commit e5e43741d6
4 changed files with 100 additions and 42 deletions

View file

@ -43,6 +43,8 @@ class RsInit
/* PreLogin */
static void InitRsConfig() ;
static int InitRetroShare(int argc, char **argv);
static char dirSeperator();
static bool isPortable();
/* Account Details (Combined GPG+SSL Setup) */