*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 28 Sep 2011 22:53:18 +0200
changeset 1194 f7425987863a
parent 1193 1dbed2914aaa
child 1195 181e7e223c34
*** empty log message ***
stx.exe.manifest
stx.vcproj
--- a/stx.exe.manifest	Wed Sep 28 16:51:10 2011 +0200
+++ b/stx.exe.manifest	Wed Sep 28 22:53:18 2011 +0200
@@ -1,30 +1,10 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-
-<!-- required to tell Win-XP that the new XP styles should be used
-     for native widgets.
-     Notice, that native widget support is "currently being developed" and
-     an unfinished, unsupported etc. feature.
--->
-
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
-    <assemblyIdentity
-	version="1.0.0.0"
-	processorArchitecture="X86"
-	name="stx"
-	type="win32" />
-
-    <description>stx</description>
-
-    <dependency>
-	<dependentAssembly>
-	    <assemblyIdentity
-		type="win32"
-		name="Microsoft.Windows.Common-Controls"
-		version="6.0.0.0"
-		processorArchitecture="X86"
-		publicKeyToken="6595b64144ccf1df"
-		language="*" />
-
-	</dependentAssembly>
-    </dependency>
-</assembly>
+<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
+<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
+  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
+    <security>
+      <requestedPrivileges>
+        <requestedExecutionLevel level='asInvoker' uiAccess='false' />
+      </requestedPrivileges>
+    </security>
+  </trustInfo>
+</assembly>
--- a/stx.vcproj	Wed Sep 28 16:51:10 2011 +0200
+++ b/stx.vcproj	Wed Sep 28 22:53:18 2011 +0200
@@ -220,7 +220,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="kernel32.lib ..\..\librun\$(ConfigurationName)\librun.lib $(NOINHERIT)"
+				AdditionalDependencies="kernel32.lib &quot;..\..\librun\$(ConfigurationName)\objvc\librun.lib&quot; $(NOINHERIT)"
 				LinkIncremental="2"
 				GenerateDebugInformation="true"
 				SubSystem="1"
@@ -254,6 +254,7 @@
 	<References>
 		<ProjectReference
 			ReferencedProjectIdentifier="{AE48E70A-1CA8-4BB9-B63C-75301911E9CC}"
+			RelativePathToProject="..\..\librun\librun.vcproj"
 		/>
 	</References>
 	<Files>