I am generating a custom command that will run during the pre-link
phase of a target and needs to process the .obj files that are
genreated. I have written my processor but now need to pass in the
equivalent of $(IntDir) but I need this to work both with VS and nmake
so $(IntDir) is not a good sol
bump
On Jan 10, 2008 8:23 AM, Reggie Burnett <[EMAIL PROTECTED]> wrote:
> Is there support for using vcbuild from the windows sdk with cmake?
> AIUI, vcbuild is a tool that supports the vcproj file format but
> without having to have visual studio installed. Is there a way to
Is there support for using vcbuild from the windows sdk with cmake?
AIUI, vcbuild is a tool that supports the vcproj file format but
without having to have visual studio installed. Is there a way to
tell cmake to generate vcproj files even though visual studio is not
installed?
___
First, is this supported?
Second, when I try it the configure step fails unable to link complaining
that RTC_INitbase and RTC_Shutdown are not found. From the SDK readme, it
seems that the RTC switces are not available on the AMD64 compiler that
comes with the SDK. They are only available with V
We are using cmake for our internal Windows builds and want to migrate away
from using Vs 2005 on our unattended builds. The main option, AIUI, is
nmake but I would prefer to use msbuild.
Anyone using msbuild for 32 and 64 bit SDK builds?
Is this even possible?
__
What’s the best approach to disabling optimizations
for a particular project? We still want to use release settings just with
optimizations turned off and then just for that single project.
Thanks
Reggie
___
CMake mailing list
CM
Brad King wrote:
Reggie Burnett wrote:
Brad King wrote:
Reggie Burnett wrote:
I've discovered the problem. the cmakelists.txt files, as they sit
on my system, have lowercase names. When I change them to mixed
case (CMakeLists.txt), they work. Given that Windows is not case
sens
Brad King wrote:
Reggie Burnett wrote:
I've discovered the problem. the cmakelists.txt files, as they sit
on my system, have lowercase names. When I change them to mixed case
(CMakeLists.txt), they work. Given that Windows is not case
sensitive, this is baffling. I have had SFU inst
William A. Hoffman wrote:
How are you running cmake exactly? Is it a .bat file?
Can you give me the exact command line used?
I took the two files you sent me and commented out a bunch of stuff and
it works. Try attached files?
I ran it like this:
cd mysql
mkdir b
cd b
../../My\ Builds/CMakeVS
We have a relatively small project (about 20 sub projects) that now report
tons of "Error adding rule for /dir1/dir2/cmakelists.txt" for all of our sub
projects. This is after upgrading to 2.4.1 beta. Are there changes to some
of the standard commands and rules that might cause this? We deleted
Reggie Burnett wrote:
Today we suddenly have a situation where a file that is generated by a tool
during building is being looked for by cmake. We have a
SET_SOURCE_FILES_PROPERTIES call to set it to GENERATED but we still get an
error that the file is not found during cmake process.
Are
Today we suddenly have a situation where a file that is generated by a tool
during building is being looked for by cmake. We have a
SET_SOURCE_FILES_PROPERTIES call to set it to GENERATED but we still get an
error that the file is not found during cmake process.
Are there any special tricks or
#x27;s not
generated.
Can you help?
Reggie
> -Original Message-
> From: William A. Hoffman [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 06, 2006 3:10 PM
> To: Reggie Burnett; cmake@cmake.org
> Subject: SPAM-MED: Re: [CMake] disabling features such as C++
>
> At 03
Guys,
Can you tell me how to disable a feature such as exception handling for a
project under cmake control? This is on Windows using Visual 7 and 8.
Looking in the platform files, I see that /EHsc is automatically added to
the build flags variable but I can't seem to find a good way to remove it
Is there any setting that controls whether the runtime
library is selected to be dynamic or static (/MD or /MT). I know I can hard
code the settings myself but that is not optimal.
Thanks
Reggie
___
CMake mailing list
CMake@cmake.org
h
I am trying to build a project for x64 using the platform
sdk using nmakefiles. The intiail discovery phase fails when looking for
odbc32.lib (which doesn’t exist in the x64 platform sdk). Does cmake not
support this scenario? Can I adjust something to make it work?
Reggie
__
16 matches
Mail list logo