Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
85f20dce
Commit
85f20dce
authored
Sep 10, 2013
by
Sylvain Berfini
Browse files
Fix antoher issue in windows compil
parent
8b673ae8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
build/windows/belle-sip/belle-sip.props
build/windows/belle-sip/belle-sip.props
+1
-1
build/windows/belle-sip/belle-sip.vcxproj
build/windows/belle-sip/belle-sip.vcxproj
+1
-2
build/windows/belle-sip/version.bat
build/windows/belle-sip/version.bat
+1
-1
No files found.
build/windows/belle-sip/belle-sip.props
View file @
85f20dce
...
...
@@ -2,7 +2,7 @@
<Project
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<ImportGroup
Label=
"PropertySheets"
/>
<PropertyGroup
Label=
"UserMacros"
>
<BELLESIP_PACKAGE_VERSION>
1.2.1
</BELLESIP_PACKAGE_VERSION>
<BELLESIP_PACKAGE_VERSION>
"
1.2.1
"
</BELLESIP_PACKAGE_VERSION>
</PropertyGroup>
<PropertyGroup
/>
<ItemDefinitionGroup
/>
...
...
build/windows/belle-sip/belle-sip.vcxproj
View file @
85f20dce
...
...
@@ -128,14 +128,13 @@
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|ARM'"
>
<ClCompile>
<WarningLevel>
Level4
</WarningLevel>
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;BELLESIP_EXPORTS;BELLESIP_INTERNAL_EXPORTS;HAVE_POLARSSL;HAVE_TUNNEL;HAVE_ANTLR_STRING_STREAM_NEW;HAVE_COMPILER_TLS;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;_DEBUG;_WINDOWS;_USRDLL;BELLESIP_EXPORTS;BELLESIP_INTERNAL_EXPORTS;HAVE_POLARSSL;HAVE_TUNNEL;HAVE_ANTLR_STRING_STREAM_NEW;HAVE_COMPILER_TLS;_CRT_SECURE_NO_WARNINGS;_UNICODE;UNICODE;
PACKAGE_VERSION=$(BELLESIP_PACKAGE_VERSION);
%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<AdditionalIncludeDirectories>
$(ProjectDir)..\..\..\include;$(ProjectDir)..\..\..\..\antlr3\runtime\C\include;$(ProjectDir)..\..\..\src;$(ProjectDir)..\..\..\..\polarssl\include;$(ProjectDir)..\..\..\..\tunnel\include;%(AdditionalIncludeDirectories)
</AdditionalIncludeDirectories>
<BasicRuntimeChecks>
Default
</BasicRuntimeChecks>
<PrecompiledHeader>
NotUsing
</PrecompiledHeader>
<CompileAsWinRT>
false
</CompileAsWinRT>
<AdditionalUsingDirectories>
$(WindowsSDK_MetadataPath);$(AdditionalUsingDirectories)
</AdditionalUsingDirectories>
<ExceptionHandling>
Async
</ExceptionHandling>
<AdditionalOptions>
/DPACKAGE_VERSION=$(BELLESIP_PACKAGE_VERSION) %(AdditionalOptions)
</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>
Console
</SubSystem>
...
...
build/windows/belle-sip/version.bat
View file @
85f20dce
...
...
@@ -7,4 +7,4 @@ SET grep_cmd=%grep_exe% "" ../../../VERSION
FOR
/F
%%i
IN
(
'
%grep_cmd%
'
)
DO
SET
version
=
%%i
REM set the version in the props file
%sed_exe%
-i
.bak
"s/BELLESIP_PACKAGE_VERSION>[0-9.]*</BELLESIP_PACKAGE_VERSION>
%version%
</g"
belle
-sip
.props
\ No newline at end of file
%sed_exe%
-i
.bak
"s/BELLESIP_PACKAGE_VERSION>[0-9.]*</BELLESIP_PACKAGE_VERSION>\"
%version%
\
"</g"
belle
-sip
.props
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment