diff options
Diffstat (limited to 'protocols/Gadu-Gadu/docs/build-howto.txt')
-rw-r--r-- | protocols/Gadu-Gadu/docs/build-howto.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/protocols/Gadu-Gadu/docs/build-howto.txt b/protocols/Gadu-Gadu/docs/build-howto.txt deleted file mode 100644 index ffb8f1c3fe..0000000000 --- a/protocols/Gadu-Gadu/docs/build-howto.txt +++ /dev/null @@ -1,26 +0,0 @@ -///////////////////////////////////////////////////////////////////
-// Gadu-Gadu Protocol Plugin for Miranda IM
-// Author: Adam Strzelecki <ono+miranda@java.pl>
-///////////////////////////////////////////////////////////////////
-
-BUILD HOWTO
------------
-
-This plugin was tested with free MingW gcc-3.2 compiler.
-There is no problem to use any other compiler like Visual C++,
-but you have to make a Visual Studio project by your self.
-
-Before you build it with MingW.. make sure that compiler and
-other utilities like "make" are in you PATH.
-
-Build libgadu on libgadu/ subdirectory:
-make
-
-To build release plugin run:
-make
-
-To compile debug version run:
-make DEBUG=1
-
-or use build.bat to make both versions.
-
|