fpc/utils/fpmc
marco 74aff88586 --- Merging r49045 into '.':
C    Makefile
C    Makefile.fpc
--- Recording mergeinfo for merge of r49045 into '.':
 U   .
Summary of conflicts:
  Text conflicts: 2

# revisions: 49045
r49045 | jonas | 2021-03-24 15:33:09 +0100 (Wed, 24 Mar 2021) | 1 line
Changed paths:
   M /trunk/Makefile
   M /trunk/Makefile.fpc

  * support building with FPC 3.2.2

git-svn-id: branches/fixes_3_2@49384 -
2021-05-20 20:03:52 +00:00
..
dumpfile.pp
fpmake.pp --- Merging r49045 into '.': 2021-05-20 20:03:52 +00:00
fpmc.pp
fpmcgtk.pp
frmabout.pp
frmmain.pp
frmoptions.pp
Makefile --- Merging r49045 into '.': 2021-05-20 20:03:52 +00:00
Makefile.fpc --- Merging r49045 into '.': 2021-05-20 20:03:52 +00:00
Makefile.fpc.fpcmake * Switched utils to fpmake building 2013-05-26 19:05:11 +00:00
msgcomp.pp
README.txt
readmsg.pp
test.mc

This is the Free Pascal Message Compiler.

It compiles a .mc file into a .rc and .msg file which can be compiled by a
resource compiler such as windres. For example:

fpmc -l 90 -e -v -i test.mc -p -r -m
windres -i test.rc -o test.res

It also produces a .pp pascal unit which contains constant definitions
for any message aliases (SymbolicName) found in the .mc file.

The compiler recognizes the following directives in the .mc file:
MessageID
SymbolicName
Language

Other directives as defined by Microsoft are not yet supported.

The readmsg program reads and dumps a .msg message file to screen.
dumpfile produces a hex dump of a file. They were mainly used for debugging.

Enjoy !

Michael.