I have a project comprising a main program and several subroutines. How do I generate a MAKE file which will compile link and execute this project?
new project
18 Jun 2010 8:18
#6543
18 Jun 2010 1:37
#6545
You can put the main program and subroutnies in one file it you wish or you can use more than one file if you prefer.
Instructions on how to create a MAKE file are given in the help file FTN95.chm. Search for MK32.
Most users avoid using a MAKE file and simply set up a project in Plato or Visual Studio.
18 Jun 2010 1:41
#6546
Thank you. I'm obliged to you.
Regards, Derek
Please login to reply.