[CMake] CMake, Nmake files and APPVER

William A. Hoffman billlist at nycap.rr.com
Mon Mar 14 18:57:48 EST 2005


You could try this:
ADD_DEFINITION(-DAPPVER=1)
I am not sure what APPVER should be, I suppose
you could look in win32.mak and set it to the
same thing.

-Bill


At 03:15 PM 3/14/2005, Tanner Lovelace wrote:
>Greetings,
>
>I'm in the process of converting an existing cross platform library
>to using CMake and I've run up against a small snag with it on
>the windows platform.  Our existing windows makefiles apparently
>includes win32.mak and defines a variable named APPVER that seems
>to be used to setup a bunch of defines that control various aspects
>of the windows SDK.  Without these settings our code refuses to
>compile.  Has anyone else out there run into this problem and if
>so what did you do to solve it?  A quick google search failed to
>find anything at all using the search terms Cmake and APPVER.
>Any suggestions would be appreciated.
>
>Thanks in advance,
>Tanner Lovelace
>
>_______________________________________________
>CMake mailing list
>CMake at cmake.org
>http://www.cmake.org/mailman/listinfo/cmake 



More information about the CMake mailing list