Changeset 1897 for trunk/dll/makefile
- Timestamp:
- Aug 14, 2022, 9:14:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r1890 r1897 105 105 !endif 106 106 107 !ifdef %FM4_NOWARN_DSPACE # if defined in environment 108 FM4_NOWARN_DSPACE = $(%FM4_NOWARN_DSPACE) # use value from environment 109 !endif 110 107 111 # Keep this code in sync with makefile_post.mk 108 112 !ifndef NOHIGHMEM … … 168 172 !endif 169 173 174 !ifdef FM4_NOWARN_DSPACE 175 CFLAGS += -dFM4_NOWARN_DSPACE 176 !endif 177 170 178 # for fm3res only 171 179 CFLAGSR = -bt=os2 -mf -bd -bm -olirs -s -j -we -wx -zfp -zgp -zp4 -zq
Note:
See TracChangeset
for help on using the changeset viewer.