Next: Building the other Files, Previous: Path Names, Up: Compiling [Index]
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.