Created
July 8, 2018 06:17
-
-
Save danieldk/eaf31b7236cdd78969533e111b038fa1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -ruN orig/XQilla-2.3.4/Win32Projects/VC10/xqilla.vcxproj XQilla-2.3.4/Win32Projects/VC10/xqilla.vcxproj | |
| --- orig/XQilla-2.3.4/Win32Projects/VC10/xqilla.vcxproj 2018-05-04 22:18:39.000000000 +0200 | |
| +++ XQilla-2.3.4/Win32Projects/VC10/xqilla.vcxproj 2018-07-03 20:37:15.000000000 +0200 | |
| @@ -266,7 +266,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=ON -G "Visual Studio 10 2010 " ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -299,7 +299,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=OFF -G "Visual Studio 10 2010 " ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -412,7 +412,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=ON -G "Visual Studio 10 2010 Win64" ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -445,7 +445,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=OFF -G "Visual Studio 10 2010 Win64" ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| diff -ruN orig/XQilla-2.3.4/Win32Projects/VC11/xqilla.vcxproj XQilla-2.3.4/Win32Projects/VC11/xqilla.vcxproj | |
| --- orig/XQilla-2.3.4/Win32Projects/VC11/xqilla.vcxproj 2018-05-04 22:18:39.000000000 +0200 | |
| +++ XQilla-2.3.4/Win32Projects/VC11/xqilla.vcxproj 2018-07-03 20:37:15.000000000 +0200 | |
| @@ -266,7 +266,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=ON -G "Visual Studio 11 2012 " ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -299,7 +299,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=OFF -G "Visual Studio 11 2012 " ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -412,7 +412,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=ON -G "Visual Studio 11 2012 Win64" ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -445,7 +445,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=OFF -G "Visual Studio 11 2012 Win64" ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| diff -ruN orig/XQilla-2.3.4/Win32Projects/VC14/xqilla.vcxproj XQilla-2.3.4/Win32Projects/VC14/xqilla.vcxproj | |
| --- orig/XQilla-2.3.4/Win32Projects/VC14/xqilla.vcxproj 2018-05-04 22:18:39.000000000 +0200 | |
| +++ XQilla-2.3.4/Win32Projects/VC14/xqilla.vcxproj 2018-07-03 20:37:15.000000000 +0200 | |
| @@ -338,7 +338,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=ON -G "Visual Studio 14 2015 " ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -371,7 +371,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=OFF -G "Visual Studio 14 2015 " ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -484,7 +484,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=ON -G "Visual Studio 14 2015 Win64" ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -517,7 +517,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=OFF -G "Visual Studio 14 2015 Win64" ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -630,7 +630,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=ON -G "Visual Studio 14 2015 ARM" ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| @@ -663,7 +663,7 @@ | |
| mkdir build | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\release -DBUILD_SHARED_LIBS=OFF -G "Visual Studio 14 2015 ARM" ..\ | |
| - cmake --build .</Command> | |
| + cmake --build . --config Release</Command> | |
| <Message>Building Xerces-C</Message> | |
| </PreBuildEvent> | |
| </ItemDefinitionGroup> | |
| diff -ruN orig/XQilla-2.3.4/wintools/xqilla.template.xml XQilla-2.3.4/wintools/xqilla.template.xml | |
| --- orig/XQilla-2.3.4/wintools/xqilla.template.xml 2018-05-04 22:18:40.000000000 +0200 | |
| +++ XQilla-2.3.4/wintools/xqilla.template.xml 2018-07-03 20:37:15.000000000 +0200 | |
| @@ -167,7 +167,7 @@ | |
| cd build | |
| cmake -DCMAKE_INSTALL_PREFIX=..\..\..\bin\debug -DBUILD_SHARED_LIBS=</prefixCommand> | |
| <suffixCommand config="Static Release"> ..\ | |
| - cmake --build .</suffixCommand> | |
| + cmake --build . --config Release</suffixCommand> | |
| <suffixCommand config="Static Debug"> ..\ | |
| cmake --build . --config Debug</suffixCommand> | |
| </xerces> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment