Ignore:
Timestamp:
Jul 4, 2007, 2:54:53 AM (18 years ago)
Author:
Steven Levine
Message:

Change DEBUG semantics to ifdef/ifndef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/internal/makefile

    r716 r719  
    3131CFLAGS = -bt=os2 -mf -bm -d2 -olirs -s -j -wx -zfp -zgp -zq -hd
    3232
    33 # fixme
    34 #LFLAGS = /EXEPACK:2 /MAP /PMTYPE:VIO
    35 
    3633all: $(BASE).exe .symbolic
    3734
     
    4845   @%write $^@ option cache
    4946   @%write $^@ option caseexact
    50 !if $(DEBUG)
     47!ifdef DEBUG
    5148    @%write $^@ debug dwarf all
    5249!endif
Note: See TracChangeset for help on using the changeset viewer.