View previous topic :: View next topic |
Author |
Message |
Derek
Joined: 13 Jun 2010 Posts: 4
|
Posted: Fri Jun 18, 2010 9:18 am Post subject: new project |
|
|
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? |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8017 Location: Salford, UK
|
Posted: Fri Jun 18, 2010 2:37 pm Post subject: |
|
|
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. |
|
Back to top |
|
|
Derek
Joined: 13 Jun 2010 Posts: 4
|
Posted: Fri Jun 18, 2010 2:41 pm Post subject: |
|
|
Thank you. I'm obliged to you.
Regards,
Derek |
|
Back to top |
|
|
|