diff options
| author | Charles E. Rolke <chug@apache.org> | 2010-10-11 14:46:38 +0000 |
|---|---|---|
| committer | Charles E. Rolke <chug@apache.org> | 2010-10-11 14:46:38 +0000 |
| commit | af7a3bddc518fa705d730e6cafbce614f5df562d (patch) | |
| tree | 2328b42430adc9123868c04e082eafc66189d439 /cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj | |
| parent | 0cb8fdbd743438ac13efbe89121e05b15a473600 (diff) | |
| download | qpid-python-af7a3bddc518fa705d730e6cafbce614f5df562d.tar.gz | |
QPID-2863 Propagate WinSDK Build Version numbers to the Messaging .NET Binding
Rooted at qpid/, this patch propagates the Windows version numbers to the .NET Binding DLLs.
The changes can be summarized:
1. The files that hold the version numbers are renamed to templates and are edited to hold the version number CMake variable names.
2. CMake calls configure_file twice to put the version numbers into the generated files.
3. The projects that use these files are steered to use the generated source.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1021361 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj')
| -rw-r--r-- | cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj b/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj index 22c66794f2..cedff6b906 100644 --- a/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj +++ b/cpp/bindings/qpid/dotnet/src/org.apache.qpid.messaging.vcproj @@ -614,7 +614,7 @@ >
</File>
<File
- RelativePath=".\org.apache.qpid.messaging.rc"
+ RelativePath="$(QPID_BUILD_ROOT)\src\windows\resources\org.apache.qpid.messaging.rc"
>
</File>
<File
|
