Re: Qt/WinFree bugs
Chris January <[email protected]>
| Newsgroups | gmane.comp.kde.devel.cygwin |
|---|---|
| Message-ID | <[email protected]> |
> Dumn question: > Given that I have checked out your cvs repository here, how do I go > about making a .tar file for distribution? > > set QTDIR=J:\MinSys\home\Angus\qt3 > set MINGW=J:\MinGW > set > PATH=J:\MinSys\home\Angus\qt3\bin;J:\MinGW\bin;C:\WINDOWS\system32;C:\WINDOWS > > set QMAKESPEC=win32-g++ > mingw32-make dist > > *** No rule to make target `dist'. Stop. I'm not sure what the best way to do this is but one possibility is: make distclean cd .. tar -cjf qt-win-free-lyx-3.3.4-2005-06-10-src.tar.bz2 qt3 or something like that. Chris