Update of /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/extlib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15562/extlib
Modified Files:
Readme.txt
Added Files:
libfreeimage-cygwin.a
Log Message:
Merge DIBitmap into core distribution
--- NEW FILE: libfreeimage-cygwin.a ---
(This appears to be a binary file; contents omitted.)
Index: Readme.txt
===================================================================
RCS file: /cvsroot/perl-win32-gui/Win32-GUI/Win32-GUI-DIBitmap/extlib/Readme.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Readme.txt 2 Nov 2005 08:41:17 -0000 1.1
--- Readme.txt 11 Jun 2006 16:34:39 -0000 1.2
***************
*** 1,9 ****
Download FreeImage source code at http://freeimage.sourceforge.net/
- Build the FreeImage static lib with MSVC project.
- Copy the FreeImage.lib and FreeImage.h in the extlib directory.
! Run :
- perl Makefile.pl
- nmake
- nmake install
--- 1,21 ----
+ Building the Static FreeImage libraries (correct as at FreeImage 3.8.0)
+
Download FreeImage source code at http://freeimage.sourceforge.net/
! For VC6:
! - Build the FreeImage static lib with MSVC project.
! - Copy the FreeImage.lib and FreeImage.h in the extlib directory.
!
! For Mingw:
! - I've not managed to build FreeImage under mingw yet (although it is supposed
! to be possible)
!
! For Cygwin:
! - Download Makefile.cygwin from http://freeimage.cvs.sourceforge.net/freeimage/FreeImage/
! - Build the static lib (make -fMakefile.cygwin)
! - Copy the libFreeImage.a and FreeImage.h in the extlib directory, renaming
! libfreeimage.a to libfreeimage-cygwin.a
!
!
!
|