Changeset 1852


Ignore:
Timestamp:
Aug 15, 2015, 7:30:10 PM (10 years ago)
Author:
Gregg Young
Message:

Use environmental variable to active/inactive PMPRINTF code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r1762 r1852  
    9595!endif
    9696
     97!ifdef %PMPRINTF                # if defined in environment
     98PMPRINTF = $(%PMPRINTF)         # use value from environment
     99!endif
     100
    97101# Keep this code in sync with makefile_post.mk
    98102!ifndef NOHIGHMEM
     
    233237   @%append $^@ name $(BASE)
    234238   @for %f in ($(OBJS)) do @%append $^@ file %f
    235   @%append $^@ library os2386.lib
    236 
     239  @%append $^@ library os2386.lib
     240!ifdef PMPRINTF 
     241  @%append $^@ library PMPRINTF.LIB
     242!endif
    237243!else # MAKERES defined
    238244
Note: See TracChangeset for help on using the changeset viewer.