mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix compile and rm svnversion.h
This commit is contained in:
parent
0f95801af4
commit
682f8b3ee6
6 changed files with 9209 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
Debug/*
|
||||
Debug_(3.0)/*
|
||||
*.sbr
|
||||
*.obj
|
||||
*.cod
|
||||
|
|
|
|||
|
|
@ -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
4619
pgAdmin3.vcxproj
Normal file
File diff suppressed because it is too large
Load diff
4571
pgAdmin3.vcxproj.filters
Normal file
4571
pgAdmin3.vcxproj.filters
Normal file
File diff suppressed because it is too large
Load diff
16
pgAdmin3.vcxproj.user
Normal file
16
pgAdmin3.vcxproj.user
Normal 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
1
ver_svn.bat
Normal file
|
|
@ -0,0 +1 @@
|
|||
|
||||
Loading…
Add table
Add a link
Reference in a new issue