Changeset 1337


Ignore:
Timestamp:
2000-08-03T10:52:06+12:00 (24 years ago)
Author:
kjm18
Message:

made NZDL flags the default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/text/Makefile.in

    r1128 r1337  
    3737CC = @CC@
    3838CPP = @CXX@
    39 ifneq ($(NZDL),1)
    40 CFLAGS = @CFLAGS@ -ansi -g -Wall -Wunused -pedantic -W -Woverloaded-virtual
    41 CPPFLAGS = @CPPFLAGS@ -ansi -g -Wall -Wunused -pedantic -W -Woverloaded-virtual
    42 else
    4339CFLAGS = @CFLAGS@ -ansi -Wall -Wunused -pedantic -W -Woverloaded-virtual -g  -DSILENT -DSHORT_SUFFIX
    4440CPPFLAGS = @CPPFLAGS@ -ansi -Wall -Wunused -pedantic -W -Woverloaded-virtual -g -DSILENT -DSHORT_SUFFIX
    45 endif
    4641DEFS = @DEFS@
    4742RANLIB = @RANLIB@
     
    5853#
    5954# compiling with make NZDL=1 to ensure that
    60 # the NZDL compile mode is used
     55# the NZDL compile mode is used - this has been changed to the default - kjm18
    6156#
    6257##########################################
Note: See TracChangeset for help on using the changeset viewer.