The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14984 
====================================================================== 
Reported By:                CoffeeJ
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14984
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-06-21 04:24 CEST
Last Modified:              2014-06-21 04:24 CEST
====================================================================== 
Summary:                    Assembler config not working (in VS2005, with
partial solution,with zlib-1.2.8)
Description: 
When useing CMAKE_ASM_* the asm files get included in teh project but the rule
file is not loaded. This leads to a "cutom build rule" which does nothing.
And therefor to link problems.

It can be resolved by adding 
"<ToolFiles><DefaultToolFile FileName="masm.rules"/></ToolFiles>" to the 
.vcproj-file.

BTW: the parameters set for the assmbler (masm in this case) too don't work.
Tested/Found on zlib library (http://zlib.net/zlib-1.2.8.tar.gz)

Steps to Reproduce: 
Download zlib-1.2.8
Extract source
Start GUI-CMake
Check Assembler for x86
Configure
Generate
Open in VS2005
Build
(Linker errors here)


====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-06-21 04:24 CoffeeJ        New Issue                                    
======================================================================

-- 

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-developers

Reply via email to