dcopidl.bat

2006-05-31 Thread Maarten Th. Mulders
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I think I found a little error in dcopidl.bat. It takes a parameter 'srcdir' which is copied into %LIBDIR% in line 9 by the statement set LIBDIR=%2 This does not work well, currently, because often (and by default) the 'srcdir

Re: dcopidl.bat, perl, and PATH

2006-04-11 Thread William A. Hoffman
At 11:01 AM 4/11/2006, Ralf Habacker wrote: The IDE takes the environment from setting of the control panel. Enter the perl path into System-Extended-Environment, then logoff/logon and the perl path is available. That seems like a lot of work. Perhaps we could use a configured dcopyidl.bat

dcopidl.bat, perl, and PATH

2006-04-10 Thread Bill Hoffman
dcopidl.bat expects that perl is in the PATH. Perhaps this file could be configured, and the FindPerl.cmake module could be used to find perl, then a full path to perl could be used. -Bill ___ Kde-buildsystem mailing list Kde-buildsystem@kde.org https

Re: dcopidl.bat, perl, and PATH

2006-04-10 Thread Ralf Habacker
Bill Hoffman schrieb: dcopidl.bat expects that perl is in the PATH. Perhaps this file could be configured, and the FindPerl.cmake module could be used to find perl, then a full path to perl could be used. but this will fix the installation path of perl to the build machine