<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/src/tools/msvc/build.bat, branch master</title>
<subtitle>git.postgresql.org: git/postgresql.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/'/>
<entry>
<title>Allow MSVC .bat wrappers to be called from anywhere</title>
<updated>2022-01-07T21:07:45+00:00</updated>
<author>
<name>Andrew Dunstan</name>
<email>andrew@dunslane.net</email>
</author>
<published>2022-01-07T21:07:45+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=c3879a7b4c87344d804483234a7278a68e8248d9'/>
<id>c3879a7b4c87344d804483234a7278a68e8248d9</id>
<content type='text'>
Instead of using a hardcoded or default path to the perl file the .bat
file is a wrapper for, we use a path that means the file is found in
the same directory as the .bat file.

Patch by Anton Voloshin, slightly tweaked by me.

Backpatch to all live branches

Discussion: https://postgr.es/m/2b7a674b-5fb0-d264-75ef-ecc7a31e54f8@postgrespro.ru
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using a hardcoded or default path to the perl file the .bat
file is a wrapper for, we use a path that means the file is found in
the same directory as the .bat file.

Patch by Anton Voloshin, slightly tweaked by me.

Backpatch to all live branches

Discussion: https://postgr.es/m/2b7a674b-5fb0-d264-75ef-ecc7a31e54f8@postgrespro.ru
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove cvs keywords from all files.</title>
<updated>2010-09-20T20:08:53+00:00</updated>
<author>
<name>Magnus Hagander</name>
<email>magnus@hagander.net</email>
</author>
<published>2010-09-20T20:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=9f2e211386931f7aee48ffbc2fcaef1632d8329f'/>
<id>9f2e211386931f7aee48ffbc2fcaef1632d8329f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Turn build and vcregress .bat files into pure one line wrappers for</title>
<updated>2007-09-27T21:13:11+00:00</updated>
<author>
<name>Andrew Dunstan</name>
<email>andrew@dunslane.net</email>
</author>
<published>2007-09-27T21:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=3396d1c695a52f5f4b1bf4af1f96ff64cf65807a'/>
<id>3396d1c695a52f5f4b1bf4af1f96ff64cf65807a</id>
<content type='text'>
the perl scripts. Remove the now superfluous getregress.pl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the perl scripts. Remove the now superfluous getregress.pl.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add extra checks for buildfarm to pick up errors when running</title>
<updated>2007-06-26T11:43:56+00:00</updated>
<author>
<name>Magnus Hagander</name>
<email>magnus@hagander.net</email>
</author>
<published>2007-06-26T11:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=d1eaa42fd52d6a9fe3e4e2f8090166a427db6318'/>
<id>d1eaa42fd52d6a9fe3e4e2f8090166a427db6318</id>
<content type='text'>
on XP or earlier versions of Windows.

Andrew Dunstan
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on XP or earlier versions of Windows.

Andrew Dunstan
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default build to release, to be consistent with unix build.</title>
<updated>2007-04-18T10:14:06+00:00</updated>
<author>
<name>Magnus Hagander</name>
<email>magnus@hagander.net</email>
</author>
<published>2007-04-18T10:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=62d25256f13d067f3150200efba38b7ec5102327'/>
<id>62d25256f13d067f3150200efba38b7ec5102327</id>
<content type='text'>
Make it possible to set the default from builenv.bat.

Per request from Dave Page
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make it possible to set the default from builenv.bat.

Per request from Dave Page
</pre>
</div>
</content>
</entry>
<entry>
<title>Add cvs tags to msvc build files, along with a (very short) comment about</title>
<updated>2007-03-17T14:01:01+00:00</updated>
<author>
<name>Magnus Hagander</name>
<email>magnus@hagander.net</email>
</author>
<published>2007-03-17T14:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=7bb40f9b82932acc508a27ee87cb12fbeb2ad5a1'/>
<id>7bb40f9b82932acc508a27ee87cb12fbeb2ad5a1</id>
<content type='text'>
what each script does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
what each script does.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make build.bat return a proper errorcode if the build fails.</title>
<updated>2007-02-27T15:21:48+00:00</updated>
<author>
<name>Magnus Hagander</name>
<email>magnus@hagander.net</email>
</author>
<published>2007-02-27T15:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=ba339f79ec73b92434481cce01b3d81c2b3629ad'/>
<id>ba339f79ec73b92434481cce01b3d81c2b3629ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a setlocal command to the beginning of build.bat. This is required</title>
<updated>2007-01-25T19:48:33+00:00</updated>
<author>
<name>Neil Conway</name>
<email>neilc@samurai.com</email>
</author>
<published>2007-01-25T19:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=74b6f73bc21fa438b48182adcb2e4d0b0eea8db2'/>
<id>74b6f73bc21fa438b48182adcb2e4d0b0eea8db2</id>
<content type='text'>
to deal with buildenv.bat properly, so that PATH (for example) doesn't
expand infintly. Per report from Joachim Wieland, patch from Magnus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to deal with buildenv.bat properly, so that PATH (for example) doesn't
expand infintly. Per report from Joachim Wieland, patch from Magnus.
</pre>
</div>
</content>
</entry>
<entry>
<title>vcbuild updates from Magnus:</title>
<updated>2007-01-16T21:43:19+00:00</updated>
<author>
<name>Neil Conway</name>
<email>neilc@samurai.com</email>
</author>
<published>2007-01-16T21:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=7f58ed1a106981e020df549e842e93d2250bbe75'/>
<id>7f58ed1a106981e020df549e842e93d2250bbe75</id>
<content type='text'>
* After Markos patch, now builds pgcrypto without zlib again
* Updates README with xml info
* xml requires xslt and iconv
* disable unnecessary warning about __cdecl()
* Add a buildenv.bat called from all other bat files to set up things
like PATH for flex/bison. (Can't just set it before calling, doesn't
always work when building from the GUI)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* After Markos patch, now builds pgcrypto without zlib again
* Updates README with xml info
* xml requires xslt and iconv
* disable unnecessary warning about __cdecl()
* Add a buildenv.bat called from all other bat files to set up things
like PATH for flex/bison. (Can't just set it before calling, doesn't
always work when building from the GUI)
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch enables verbose output when building all projects. This is</title>
<updated>2007-01-10T03:54:35+00:00</updated>
<author>
<name>Neil Conway</name>
<email>neilc@samurai.com</email>
</author>
<published>2007-01-10T03:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=840df5156abbee505b7fd299244fb929fa363008'/>
<id>840df5156abbee505b7fd299244fb929fa363008</id>
<content type='text'>
the same output level that was used when building a single project
before, and really needed to get reasonable information about what
happens (non-verbose just says "starting build of foo" and "done
building foo", more or less).

Magnus Hagander
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the same output level that was used when building a single project
before, and really needed to get reasonable information about what
happens (non-verbose just says "starting build of foo" and "done
building foo", more or less).

Magnus Hagander
</pre>
</div>
</content>
</entry>
</feed>
