Skip to content

Commit 7bb40f9

Browse files
committed
Add cvs tags to msvc build files, along with a (very short) comment about
what each script does.
1 parent 4554ee3 commit 7bb40f9

File tree

13 files changed

+48
-4
lines changed

13 files changed

+48
-4
lines changed

src/tools/msvc/Install.pm

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package Install;
2-
2+
#
3+
# Package that provides 'make install' functionality for msvc builds
4+
#
5+
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.2 2007/03/17 14:01:01 mha Exp $
6+
#
37
use strict;
48
use warnings;
59
use Carp;

src/tools/msvc/Mkvcbuild.pm

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package Mkvcbuild;
2-
2+
#
3+
# Package that generates build files for msvc build
4+
#
5+
# $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.2 2007/03/17 14:01:01 mha Exp $
6+
#
37
use Carp;
48
use Win32;
59
use strict;

src/tools/msvc/Project.pm

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package Project;
2-
2+
#
3+
# Package that encapsulates a Visual C++ project file generation
4+
#
5+
# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.10 2007/03/17 14:01:01 mha Exp $
6+
#
37
use Carp;
48
use strict;
59
use warnings;

src/tools/msvc/Solution.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
package Solution;
2+
#
3+
# Package that encapsulates a Visual C++ solution file generation
4+
#
5+
# $PostgreSQL: pgsql/src/tools/msvc/Solution.pm,v 1.17 2007/03/17 14:01:01 mha Exp $
6+
#
27
use Carp;
38
use strict;
49
use warnings;

src/tools/msvc/build.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
@echo off
2+
REM $PostgreSQL: pgsql/src/tools/msvc/build.bat,v 1.7 2007/03/17 14:01:01 mha Exp $
3+
24
SETLOCAL
35
SET STARTDIR=%CD%
46
if exist src\tools\msvc\buildenv.bat call src\tools\msvc\buildenv.bat

src/tools/msvc/builddoc.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
@echo off
22
REM Adjust path for your docbook installation in buildenv.bat
33

4+
REM $PostgreSQL: pgsql/src/tools/msvc/builddoc.bat,v 1.5 2007/03/17 14:01:01 mha Exp $
5+
46
SETLOCAL
57
SET STARTDIR=%CD%
68
SET OPENJADE=openjade-1.3.1

src/tools/msvc/clean.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@echo off
2+
REM $PostgreSQL: pgsql/src/tools/msvc/clean.bat,v 1.3 2007/03/17 14:01:01 mha Exp $
23

34
set D=%CD%
45
if exist ..\msvc if exist ..\..\..\src cd ..\..\..
@@ -56,4 +57,4 @@ goto :eof
5657

5758
:del
5859
if exist %1 del /q %1
59-
goto :eof
60+
goto :eof

src/tools/msvc/gendef.pl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
my @def;
2+
#
3+
# Script that generates a .DEF file for all objects in a directory
4+
#
5+
# $PostgreSQL: pgsql/src/tools/msvc/gendef.pl,v 1.5 2007/03/17 14:01:01 mha Exp $
6+
#
27

38
die "Usage: gendef.pl <modulepath>\n" unless ($ARGV[0] =~ /\\([^\\]+$)/);
49
my $defname = uc $1;

src/tools/msvc/install.pl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#
2+
# Script that provides 'make install' functionality for msvc builds
3+
#
4+
# $PostgreSQL: pgsql/src/tools/msvc/install.pl,v 1.7 2007/03/17 14:01:01 mha Exp $
5+
#
16
use strict;
27
use warnings;
38

src/tools/msvc/mkvcbuild.pl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
# Script that parses Unix style build environment and generates build files
3+
# for building with Visual Studio.
4+
#
5+
# $PostgreSQL: pgsql/src/tools/msvc/mkvcbuild.pl,v 1.18 2007/03/17 14:01:01 mha Exp $
6+
#
17
use strict;
28
use warnings;
39

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy