Skip to content

Commit 655578a

Browse files
committed
Cleaned up remaining GIT_VER garbage.
1 parent ccf8391 commit 655578a

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

autogen.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ sh gensources.sh
33
autoheader
44
aclocal
55
autoconf
6-
automake --add-missing
7-
git rev-parse HEAD > GIT_VER
6+
automake --add-missing

get_git_ver_win.bat

-1
This file was deleted.

win32/vcxproj/DSGame-server.vcxproj

-18
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@
115115
<ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
116116
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
117117
</Link>
118-
<PostBuildEvent>
119-
<Command>cd "$(SolutionDir)..\" &amp;&amp; "$(SolutionDir)..\get_git_ver_win.bat"</Command>
120-
<Message>log git rev to GIT_VER</Message>
121-
</PostBuildEvent>
122118
</ItemDefinitionGroup>
123119
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
124120
<ClCompile>
@@ -142,12 +138,6 @@
142138
<SubSystem>Console</SubSystem>
143139
<ProgramDatabaseFile>$(TargetDir)$(TargetName).pdb</ProgramDatabaseFile>
144140
</Link>
145-
<PostBuildEvent>
146-
<Command>cd "$(SolutionDir)..\" &amp;&amp; "$(SolutionDir)..\get_git_ver_win.bat"</Command>
147-
</PostBuildEvent>
148-
<PostBuildEvent>
149-
<Message>log git rev to GIT_VER</Message>
150-
</PostBuildEvent>
151141
</ItemDefinitionGroup>
152142
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
153143
<ClCompile>
@@ -177,10 +167,6 @@
177167
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
178168
<AdditionalOptions>/EDITANDCONTINUE /SAFESEH:NO %(AdditionalOptions)</AdditionalOptions>
179169
</Link>
180-
<PostBuildEvent>
181-
<Command>cd "$(SolutionDir)..\" &amp;&amp; "$(SolutionDir)..\get_git_ver_win.bat"</Command>
182-
<Message>log git rev to GIT_VER</Message>
183-
</PostBuildEvent>
184170
<CustomBuildStep>
185171
<Command>
186172
</Command>
@@ -212,10 +198,6 @@
212198
<LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration>
213199
<AdditionalOptions>/EDITANDCONTINUE /SAFESEH:NO %(AdditionalOptions)</AdditionalOptions>
214200
</Link>
215-
<PostBuildEvent>
216-
<Command>cd "$(SolutionDir)..\" &amp;&amp; "$(SolutionDir)..\get_git_ver_win.bat"</Command>
217-
<Message>log git rev to GIT_VER</Message>
218-
</PostBuildEvent>
219201
<CustomBuildStep>
220202
<Command>
221203
</Command>

0 commit comments

Comments
 (0)