1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Add cvs tags to msvc build files, along with a (very short) comment about

what each script does.
This commit is contained in:
Magnus Hagander
2007-03-17 14:01:01 +00:00
parent 4554ee362c
commit 7bb40f9b82
13 changed files with 48 additions and 4 deletions

View File

@ -1,5 +1,9 @@
package Project;
#
# Package that encapsulates a Visual C++ project file generation
#
# $PostgreSQL: pgsql/src/tools/msvc/Project.pm,v 1.10 2007/03/17 14:01:01 mha Exp $
#
use Carp;
use strict;
use warnings;