Re: Using cmake to build a Xcode project

2007-04-06 Thread Peter Kümmel
Stefan Schimanski wrote: > Yes, the merge option works fine also in Xcode on Mac. The only drawback > is that the file list is a bit confusing then. Somehow some .C files are > missing, maybe those which are included in the _all* files. Haven't look > into it more yet. > > Schimmi Nice to hear th

Re: Using cmake to build a Xcode project

2007-04-05 Thread Stefan Schimanski
Yes, the merge option works fine also in Xcode on Mac. The only drawback is that the file list is a bit confusing then. Somehow some .C files are missing, maybe those which are included in the _all* files. Haven't look into it more yet. Schimmi PGP.sig Description: Signierter Teil der Nac

Re: Using cmake to build a Xcode project

2007-04-04 Thread Peter Kümmel
Stefan Schimanski wrote: > Hi! > > Cmake has a generator to produce a project file for Apple's Xcode IDE. > The resulting project of LyX cannot be opened though by Xcode because it > cannot be parsed. The reason seems to be a bug in cmake which translates > > add_definitions(-DLOCALEDIR=\\"${LO

Using cmake to build a Xcode project

2007-04-04 Thread Stefan Schimanski
Hi! Cmake has a generator to produce a project file for Apple's Xcode IDE. The resulting project of LyX cannot be opened though by Xcode because it cannot be parsed. The reason seems to be a bug in cmake which translates add_definitions(-DLOCALEDIR=\\"${LOCALE_DIR}\\") into OTHER_CF