Hi!

6-Ноя-2004 10:33 [EMAIL PROTECTED] (Erwin Veermans) wrote to
[EMAIL PROTECTED]:

EV> - Insert in Config.mak after "CC = $(BINPATH)\TCC +$(CFG)"
EV>   !if $(XMS_SWAP)
EV>   CC = $(BINPATH)\TCC +$(CFG) -1
EV>   !endif

     Better:
CC=...
!if ...
CC=$(CC) -1
!endif

Also, checking for XMS_SWAP presence in such manner is not reliable across
different MAKEs (see, for example, my generic.mak from kernel-unstable
sources, which deals 4 different MAKEs).




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id065&op=click
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to