Is there anyway to set a Visual Studio Build Pre-Link Event command from
a list file? I'm currently using a small utility program that uses
DUMPBIN to strip out all the public methods from the object files to
create the project's DEF file in creating a DLL.
The .vcproj file would have the following entry if it was set:
<Tool
Name="VCPreLinkEventTool"
Description="Generate $(ProjectName) def file"
CommandLine="$(BASEPATH)\local\windows\gendef\$(ConfigurationName)\gende
f $(ConfigurationName)\$(InputName).def $(TargetFileName)
$(IntDir)\*.obj"
/>
Thanks
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake