File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ BOOL CMUSHclientApp::InitInstance()
235
235
236
236
MUSHCLIENT_VERSION = VERSION_STRING;
237
237
238
- #if _MSC_VER == 1900 // 1200 for Visual Studio 6, 1900 for MSVC 2015
238
+ #ifdef PRE_RELEASE
239
239
MUSHCLIENT_VERSION += " -pre" ;
240
240
#endif
241
241
Original file line number Diff line number Diff line change 122
122
<Optimization >MaxSpeed</Optimization >
123
123
<InlineFunctionExpansion >OnlyExplicitInline</InlineFunctionExpansion >
124
124
<AdditionalIncludeDirectories >$(SolutionDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
125
- <PreprocessorDefinitions >NDEBUG;WIN32;_WINDOWS;ZLIB_DLL;LUA51;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;NO_WARN_MBCS_MFC_DEPRECATION;%(PreprocessorDefinitions)</PreprocessorDefinitions >
125
+ <PreprocessorDefinitions >NDEBUG;WIN32;_WINDOWS;ZLIB_DLL;LUA51;_CRT_SECURE_NO_WARNINGS;_CRT_NON_CONFORMING_SWPRINTFS;NO_WARN_MBCS_MFC_DEPRECATION;$(PRE_RELEASE); %(PreprocessorDefinitions)</PreprocessorDefinitions >
126
126
<StringPooling >true</StringPooling >
127
127
<RuntimeLibrary >MultiThreaded</RuntimeLibrary >
128
128
<FunctionLevelLinking >true</FunctionLevelLinking >
1446
1446
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
1447
1447
<ImportGroup Label =" ExtensionTargets" >
1448
1448
</ImportGroup >
1449
- </Project >
1449
+ </Project >
Original file line number Diff line number Diff line change @@ -4,16 +4,17 @@ branches:
4
4
- master
5
5
skip_tags : true
6
6
configuration : Release
7
+ environment :
8
+ auth_token :
9
+ secure : SKQr480MzNJLzmyrFxDeMta2nHica+9ed2n1Djpa53ioURK0NLo/iStu9DhUrQIK
10
+ PRE_RELEASE : PRE_RELEASE
7
11
build :
8
12
project : MUSHclient_2015.sln
9
13
parallel : true
10
14
verbosity : normal
11
15
artifacts :
12
16
- path : WinRel\MUSHclient.exe
13
17
name : release_exe
14
- environment :
15
- auth_token :
16
- secure : SKQr480MzNJLzmyrFxDeMta2nHica+9ed2n1Djpa53ioURK0NLo/iStu9DhUrQIK
17
18
before_deploy :
18
19
- git config --global credential.helper store
19
20
- ps : Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:auth_token):x-oauth-basic@github.com`n"
You can’t perform that action at this time.
0 commit comments