Just a sample of the Echomail archive
[ << oldest | < older | list | newer > | newest >> ]
|  Message 1314  |
|  andrew clarke to Björn Felten  |
|  The MakeNl makefile for Amiga -- yes, it  |
|  01 Dec 14 16:00:14  |
 
30 Nov 14 13:48, you wrote to me:
ac>> I don't know what SASC uses as a compiler #define. __SASC__
ac>> maybe?
BF> # amiga makefile for makenl
No, the compiler has internal #defines, eg. Watcom C defines __WATCOMC__ to
allow you to use #ifdefs in the source code to call Watcom-specific functions.
Nothing to do with the makefile, although as a last resort in the SASC
makefile you could do something like:
makenl: $(OBJS)
sc -D__SASC__=1 -o makenl $(OBJS)
(or whatever the correct syntax is for running the SASC compiler.)
--- GoldED+/BSD 1.1.5-b20130910
* Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)
|
[ << oldest | < older | list | newer > | newest >> ]