~ubuntu-branches/ubuntu/trusty/pgagent/trusty

« back to all changes in this revision

Viewing changes to pgaevent/README

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2009-07-05 18:40:01 UTC
  • Revision ID: james.westby@ubuntu.com-20090705184001-2kf25x2q15zibhz0
Tags: upstream-3.0.0
ImportĀ upstreamĀ versionĀ 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This whole directory is shamelessly adapted from PostgreSQL's src/bin/pgevent
 
2
 
 
3
Note that to get the version resources etc. into the DLL, the only file
 
4
generated by MC that we actually use is MSG00001.bin. 
 
5
 
 
6
-------------------------------------------------------------------------------
 
7
 
 
8
MSG000001.bin is a binary file, result of Microsoft MC compiler. MC compiler
 
9
can be downloaded for free with MS Core SDK but it is not included with MSYS
 
10
tools and I didn't find an alternative way to compile MC file.
 
11
 
 
12
To summarize: the command "MC pgmsgevent.mc" generates pgmsgevent.h,
 
13
pgmsgevent.rc, and MSG00001.bin files.  In MC file, we declare a string
 
14
with %s format, so we can write anything we want in the future without
 
15
needing to change the definition of this string.
 
16
 
 
17
Laurent Ballester