ssible
experience.
Kevin
-Original Message-
From: Bill Hoffman [mailto:[EMAIL PROTECTED]
Sent: Friday, February 29, 2008 12:48 PM
To: Kevin Tucker
Subject: Re: [CMake] Removing cmake as a dependancy
Kevin Tucker wrote:
> Thanks Philip,
>
>
>
> I hadn't noticed the absolu
Tried to post the zip file to the cmake e-mail list, but it bounced
because it was too large. Hope you got it, Philip! Here's just the one
vcproj file.
Kevin
From: Kevin Tucker
Sent: Friday, February 29, 2008 12:32 PM
To: 'Philip Lowman&
EMAIL PROTECTED] On Behalf
Of Philip Lowman
Sent: Friday, February 29, 2008 12:07 PM
To: Kevin Tucker
Cc: cmake@cmake.org
Subject: Re: [CMake] Removing cmake as a dependancy
On Thu, Feb 28, 2008 at 11:54 PM, Kevin Tucker <[EMAIL PROTECTED]>
wrote:
I have some example programs that
Do you have a recommendation for how to generate project files with
VS2005 for PocketPC and/or Smartphone targets?
Kevin
___
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake
I have some example programs that are shipped with our sdk and would
like to maintain support for VC6 and various VS200x project files.
Cmake obviously does a great job of generating these project files.
However, as an additional simplification for the end user, I would like
to avoid them having to
Path names with spaces seems to be a hard problem. There's a bug posted
for this same problem with Microsoft's nmake:
http://www.itk.org/Bug/bug.php?op=show&bugid=3&pos=1 and it's marked
"Won't Fix". No notes as to why that decision was made...
I need to figure a way around this as well...
Kevi
Yay! That worked. Thanks for the hints. I was going round and round
on this one and couldn't understand what could possibly be causing this
issue!
Thanks!
Kevin
-Original Message-
From: Tristan Carel [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 06, 2007 5:25 PM
To: Kevin T
I've been doing a lot of reading and yet, I don't seem to be able to get
even the simplest project to work. I tried searching the cmake list
archives, but couldn't find anything helpful.
I'm on Win2k3 and cmake 2.4.6(used the windows installer) and visual
studio .NET 2003.
My test.c file i
Found this documentation:
* AUX_SOURCE_DIRECTORY: Find all source files in a directory.
AUX_SOURCE_DIRECTORY(dir VARIABLE)
Collects the names of all the source files in the specified directory
and stores the list in the variable provided. This command is intended
to be used by project