Hi,

Window CE Visual Studio 2008 projects have the option to specify additional files to deploy to the connected device after the build process (and before executing). For example needed DLLs. The part in the .vsproj looks like that:

<DeploymentTool
                                ForceDirty="-1"
                                RemoteDirectory=""
                                RegisterOutput="0"
AdditionalFiles="Library.dll|c:\localDir\|%CSIDL_PROGRAM_FILES%\KepapTest"/>

Do somebody know if can generate this withs CMake?


Thanks Jochen
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to