fix compile and rm svnversion.h

This commit is contained in:
levinsv 2020-07-09 22:24:09 +05:00
parent 0f95801af4
commit 682f8b3ee6
6 changed files with 9209 additions and 2 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
Debug/*
Debug_(3.0)/*
*.sbr
*.obj
*.cod

View file

@ -20,9 +20,8 @@
// Copyright text
#include "copyright.h"
#include "version.h"
#include "svnversion.h"
#define VERSION_WITH_DATE_AND_SVN wxT("Version ") VERSION_STR wxT(" (") __TDATE__ wxT(", rev: ") wxT(VERSION_SVN) wxT(")")
#define VERSION_WITH_DATE_AND_SVN wxT("Version ") VERSION_STR wxT(" (") __TDATE__ wxT(", rev: ") wxT("") wxT(")")
BEGIN_EVENT_TABLE(frmAbout, wxFrame)

4619
pgAdmin3.vcxproj Normal file

File diff suppressed because it is too large Load diff

4571
pgAdmin3.vcxproj.filters Normal file

File diff suppressed because it is too large Load diff

16
pgAdmin3.vcxproj.user Normal file
View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerEnvironment>WXWIN=D:\PostgreSQL\pgadmin3-deps\wxWidgets</LocalDebuggerEnvironment>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerWorkingDirectory>$(ProjectDir)\Release</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerDebuggerType>Auto</LocalDebuggerDebuggerType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_(3.0)|Win32'">
<LocalDebuggerCommandArguments>-s mi -q</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>

1
ver_svn.bat Normal file
View file

@ -0,0 +1 @@