From: Fridrich S. <fri...@bl...> - 2004-01-31 00:08:10
|
With this one it should be everything correct: - .cvsignore in every relevant directory - the MSVC project files in projects/msvc Again with -N option :-) After this, you people do not have to do anything else but coding. ... O.K., if you add files, add them into the Makefile.am of the coresponding directory too :-) I tested following things: 1) "make dist" -- the result builds well. 2) rpmbuild -ta <make-dist-result> -- creates libwpg-X.Y.Z-1.src.rpm libwpg-X.Y.Z-1.i386.rpm libwpg-devel-X.Y.Z-1.i386.rpm libwpg-tools-X.Y.Z-1.i386.rpm 3) msvc project files -- create a static library called libwpg-1.lib (the DLL might come if I understand how the damned MSVC works - I do not have the helps installed). 4) buids on different platforms -- works on RHEL3, Fedora Core 1, RH7.3, Solaris 2.8 sparc, Win32 (MinGW - creates a DLL called libwpg-1.dll, libtool import library libwpg-1.dll.a, a static library libwpg-1.a amd an executable wpg2raw.exe) I do not need to say that I am very excited to see first images converted in something viewable. Nevertheless, take your time! Cheers Fridrich |