On Tuesday 17 of March 2009 00:32:52 Ralf Habacker wrote: > You you have used the following howto > http://techbase.kde.org/Getting_Started/Build/KDE4/Windows/DistributionBasedBuild > > ? I never seen links to it, but yes, that's essentially what I've done.
Additionally i put env setuping commands into kdebuildenv.bat file: @echo off call "%PROGRAMFILES%\Microsoft Platform SDK for Windows XP SP2\SetEnv.Bat" /RETAIL call "%PROGRAMFILES%\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 set PATH=D:\KDE\bin;%PATH%;D:\KDE\lib; which I then call via another local (i.e. in kdelibs source dir) bat file: call ..\kdebuildenv.bat cd build _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
