Changeset 1897 for trunk/dll/makefile


Ignore:
Timestamp:
Aug 14, 2022, 9:14:53 PM (3 years ago)
Author:
Gregg Young
Message:

Add FM4_NOWARN_DSPACE this is to quiet FM/4 by skipping disk space check; used for AN main frame backup solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1890 r1897  
    105105!endif
    106106
     107!ifdef %FM4_NOWARN_DSPACE                   # if defined in environment
     108FM4_NOWARN_DSPACE = $(%FM4_NOWARN_DSPACE)   # use value from environment
     109!endif
     110
    107111# Keep this code in sync with makefile_post.mk
    108112!ifndef NOHIGHMEM
     
    168172!endif
    169173
     174!ifdef FM4_NOWARN_DSPACE
     175CFLAGS += -dFM4_NOWARN_DSPACE
     176!endif
     177
    170178# for fm3res only
    171179CFLAGSR = -bt=os2 -mf -bd -bm         -olirs -s     -j -we -wx -zfp -zgp -zp4 -zq
Note: See TracChangeset for help on using the changeset viewer.