Changeset 452


Ignore:
Timestamp:
Mar 12, 2023, 7:06:48 PM (2 years ago)
Author:
rlwalsh
Message:

deug: don't build memdebug*.obj unless XWPMEMDEBUG is #defined.
This avoids spurious warnings from 'ilib' about files with no public symbols.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/helpers_pre.in

    r394 r452  
    9696$(OUTPUTDIR)\dialog.obj\
    9797$(OUTPUTDIR)\gpih.obj\
     98!ifdef __XWPMEMDEBUG__
    9899$(OUTPUTDIR)\memdebug.obj\
    99100$(OUTPUTDIR)\memdebug_win.obj\
     101!endif
    100102$(OUTPUTDIR)\shapewin.obj\
    101103$(OUTPUTDIR)\threads.obj\
Note: See TracChangeset for help on using the changeset viewer.