Now that you have done all necessary preparations, compilation is easy:
make -f
MAKEFILENAME
(replace MAKEFILENAME
with the name of the makefile that
you have selected in the previous step). This will generate a library, the
name of which depends on the makefile you used. For instance
`libsmapiunx.a' or `smapiibo.lib'.
make -f
MAKEFILENAME
(again substituting the proper makefile name). This will
genereate the executable, whose name depends on the makefile you used. For
instance `msgedp.exe' or `msged' or `msged.exe'.
ranlib smapiunx.a
. Then change back to the Msged directory and try
again.
Go to the first, previous, next, last section, table of contents.