On Friday 24 October 2003 01:13 am, Paul N. Lee wrote:
Under Visual C++, a file type with the extension of RC usually means it is a resource script file. A text file containing descriptions of resources from which the resource compiler creates a binary resource file. For Microsoft Windows applications, resource-definition files usually have a .RC filename extension. For Apple Macintosh applications, such files are typically named with a .R extension and written with the Apple Rez script language.
Okay, so what is the following (in the make file) doing for me? .rc.res: rc -r $*.rc winfract.hlp: winfract.rtf mathtool.rtf hc winfract winfract.res: winfract.rc mathtool.rc mathtool.h coord.dlg winfract.h \ dialog.h zoom.dlg rc -r winfract.rc Jonathan