Ignore:
Timestamp:
2008-05-18T22:13:36+12:00 (16 years ago)
Author:
davidb
Message:

Addition of COMPAT32BITFLAGS so mg and mgpp can compile on a 64-bit machine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/mg/lib/Makefile.in

    r13757 r15559  
    3333AR = ar
    3434CC = @CC@
    35 CFLAGS = @CFLAGS@ -fpic
     35CFLAGS = @CFLAGS@ @COMPAT32BITFLAGS@ -fpic
    3636DEFS = @DEFS@
    3737RANLIB = @RANLIB@
     
    4040# Uncomment for compiling for the nzdl project
    4141#
    42 CFLAGS = @CFLAGS@ -DQUIET -fpic
     42CFLAGS = @CFLAGS@ @COMPAT32BITFLAGS@ -DQUIET -fpic
    4343##########################################
    4444
Note: See TracChangeset for help on using the changeset viewer.