> Wow Dave, that build process looks really complicated! I haven't seen
> anything like that since my Linux days.
It's really not that bad if you take it one step at a time. It's doing the
steps that you'd need to do if you did it by hand. Start at the bottom and
work toward the top. Translate the .bas to .c, compile the .c to .obj,
convert the .rc to .res (whoops that one's at the bottom - the order really
does not matter) and link it all together to make a .exe file.
I hope to simplify the makefile by using some of the tricks that are
customarily used in makefiles (but I have to refresh myself on the syntax
before I can do that), and I'd eventually like to make the .obj files into a
library when the number of modules becomes large enough to benefit from it.
Wow Dave, that build process looks really complicated! I haven't seen anything like that since my Linux days. John ... From: <mmtut@yahoogroups.com> To:...
John, ... It's really not that bad if you take it one step at a time. It's doing the steps that you'd need to do if you did it by hand. Start at the bottom...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File : /Helps and...
mmtut@yahoogroups.com
Jul 1, 2002 12:51 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File : /Helps and...
mmtut@yahoogroups.com
Jul 1, 2002 1:08 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File : /Tutorials/BCX...
mmtut@yahoogroups.com
Jul 12, 2002 1:15 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File : /Tutorials/BCX...
mmtut@yahoogroups.com
Jul 17, 2002 2:23 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Jul 17, 2002 7:29 am
Jim, I've been trying to figure out how to react to your JourFourA1.mpg. After reflecting for better part of a day, I still don't know exactly what to make of...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File : /Helps and...
mmtut@yahoogroups.com
Aug 4, 2002 5:43 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File : /Helps and...
mmtut@yahoogroups.com
Aug 8, 2002 12:53 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
May 21, 2005 5:05 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
May 21, 2005 5:31 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
May 21, 2005 10:33 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
May 21, 2005 11:51 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
May 22, 2005 1:51 am
Hi, I've started uploading a bunch of files today. The latest being: /EZASPIE/ezaspie004.zip. A little explanation is probably in order. I should probably...
I'd like to welcome the new members. There's not much happening around here. Feel free to change that. I'm trying to get back the BCX momentum that I had a...
Looks like the project is missing some files, maybe .use files? John ... From: "David Garner" <dgarner@...> To: <mmtut@yahoogroups.com> Sent: Monday,...
John, ... I'm pretty sure the .use and .h files are created as part of the translation process. I know the order of translation is important since the .h...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
May 25, 2005 1:33 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Jun 4, 2005 1:46 am
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Jun 4, 2005 1:47 am
Whoops. Sent the wrong file the first time. I deleted it (it's in the .zip file: /EZASPIE/ezaspiepelles.zip) This is a version to compile the ezaspie program...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Jun 4, 2005 9:16 pm
This version : /EZASPIE/ezaspie006.zip has the code from the BCX Explorer sample added as several source files. It includes a Pelles C makefile since I have...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Jun 5, 2005 10:51 pm
/EZASPIE/ezaspie007.zip contains VC++ 6.0 (c.bat and ezaspie.mak) and Pelles C (p.bat and ezaspiePelles.mak) versions of batch and makefiles. Pelles C still...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the mmtut group. File :...
mmtut@yahoogroups.com
Jun 13, 2005 12:17 am
File : /EZASPIE/ezaspie008.zip Same functionality as previous versions. This one is further busted up into smaller files (easier to get your mind around). No...