Re: [CMake] relative pathnames in projectfiles, and icon resources?

2006-08-27 Thread William A. Hoffman
At 09:46 PM 8/27/2006, [EMAIL PROTECTED] wrote: >I am (trying to) migrate from jam+msvcgen to cmake for projectfile >autogeneration. Previously, I ran jam msvcgen to autogenerate all >projectfiles, and then those *.vcproj,*.sln,*.dsw,*.dsp got distributed. So >developers could use the distribute

Re: [CMake] cmake side effects: possible bug

2006-08-27 Thread William A. Hoffman
At 05:13 PM 8/27/2006, Alan W. Irwin wrote: >On 2006-08-27 16:30-0400 William A. Hoffman wrote: > >>At 12:00 PM 8/27/2006, Steve Johns wrote: >>>Michael Bell wrote: >ADD_CUSTOM_TARGET(makeExecutable ALL) >FOREACH(file ${SCRIPTS}) > CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file} >>>

[CMake] relative pathnames in projectfiles, and icon resources?

2006-08-27 Thread erwin
I am (trying to) migrate from jam+msvcgen to cmake for projectfile autogeneration. Previously, I ran jam msvcgen to autogenerate all projectfiles, and then those *.vcproj,*.sln,*.dsw,*.dsp got distributed. So developers could use the distributed projectfiles out-of-the-box. It included resource

Re: [CMake] cmake side effects: possible bug

2006-08-27 Thread Michael Bell
On 8/27/06, Alan W. Irwin <[EMAIL PROTECTED]> wrote: On 2006-08-27 16:30-0400 William A. Hoffman wrote: > At 12:00 PM 8/27/2006, Steve Johns wrote: >> Michael Bell wrote: ADD_CUSTOM_TARGET(makeExecutable ALL) FOREACH(file ${SCRIPTS}) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${

Re: [CMake] cmake side effects: possible bug

2006-08-27 Thread Alan W. Irwin
On 2006-08-27 16:30-0400 William A. Hoffman wrote: At 12:00 PM 8/27/2006, Steve Johns wrote: Michael Bell wrote: ADD_CUSTOM_TARGET(makeExecutable ALL) FOREACH(file ${SCRIPTS}) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file} ${EXECUTABLE_OUTPUT_PATH}/../${file} @ONLY) ADD_CUS

Re: [CMake] cmake side effects: possible bug

2006-08-27 Thread William A. Hoffman
At 12:00 PM 8/27/2006, Steve Johns wrote: >Michael Bell wrote: >>>ADD_CUSTOM_TARGET(makeExecutable ALL) >>>FOREACH(file ${SCRIPTS}) >>> CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file} >>> ${EXECUTABLE_OUTPUT_PATH}/../${file} >>> @ONLY) >>> ADD_CUSTOM_COMMAND( >>> TARGET mak

Re: [CMake] Hi, i am looking for some help to build kuroo with cmake

2006-08-27 Thread Alexander Neundorf
Hi, Von: Alexandre BIQUE <[EMAIL PROTECTED]> An: "Alexander Neundorf" <[EMAIL PROTECTED]> Betreff: Re: [CMake] Hi, i am looking for some help to build kuroo with cmake ... > > > => This generate this options1.cpp (which is empty) : > > > config>cat options1.cpp > > > #include > > > #include > >

[CMake] #cmake @ freenode

2006-08-27 Thread Andreas Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm idling at #cmake @ irc.freenode.org Maybe YOU want to join too :) -- andreas - -- http://www.cynapses.org/ - cybernetic synapses -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with SUSE - http:

Re: [CMake] cmake side effects: possible bug

2006-08-27 Thread Steve Johns
Michael Bell wrote: ADD_CUSTOM_TARGET(makeExecutable ALL) FOREACH(file ${SCRIPTS}) CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/${file} ${EXECUTABLE_OUTPUT_PATH}/../${file} @ONLY) ADD_CUSTOM_COMMAND( TARGET makeExecutable POST_BUILD COMMAND chmod ARGS

Re: [CMake] Genterate mo files from po files

2006-08-27 Thread Andreas Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Filipe Sousa wrote: > Andreas Schneider wrote: >> Hi, >> >> is there already something to generate mo files from po files with cmake? > > No. > You have to use ADD_CUSTOM_COMMAND > Yo! Here is the macro I have written :) http://www.cynapses.org/tm