[cpp-opensaml COMMIT] in /branches/REL_2/samlsign: Makefile.am resource.h samlsign.rc samlsign.vcxproj

noreply at shibboleth.net noreply at shibboleth.net
Mon Jul 30 22:07:50 EDT 2012


Author: scantor
Date: Mon Jul 30 22:07:50 2012
New Revision: 742

URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=742&view=rev
Log:
Add version resource to samlsign

Added:
    branches/REL_2/samlsign/resource.h
    branches/REL_2/samlsign/samlsign.rc
Modified:
    branches/REL_2/samlsign/Makefile.am
    branches/REL_2/samlsign/samlsign.vcxproj

Modified: branches/REL_2/samlsign/Makefile.am
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/samlsign/Makefile.am?rev=742&r1=741&r2=742&view=diff
==============================================================================
--- branches/REL_2/samlsign/Makefile.am (original)
+++ branches/REL_2/samlsign/Makefile.am Mon Jul 30 22:07:50 2012
@@ -6,4 +6,4 @@
 
 samlsign_LDADD = $(top_builddir)/saml/libsaml.la
 
-EXTRA_DIST = samlsign.vcxproj
+EXTRA_DIST = samlsign.vcxproj resource.h samlsign.rc

Modified: branches/REL_2/samlsign/samlsign.vcxproj
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/samlsign/samlsign.vcxproj?rev=742&r1=741&r2=742&view=diff
==============================================================================
--- branches/REL_2/samlsign/samlsign.vcxproj (original)
+++ branches/REL_2/samlsign/samlsign.vcxproj Mon Jul 30 22:07:50 2012
@@ -179,6 +179,12 @@
       <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
     </ProjectReference>
   </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="resource.h" />
+  </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include="samlsign.rc" />
+  </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>



More information about the commits mailing list