Ignore:
Timestamp:
2008-05-17T14:31:20+12:00 (16 years ago)
Author:
davidb
Message:

Support for compiling on a 64-bit machine added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/protocol/Makefile.in

    r15546 r15556  
    3232
    3333AR = ar
    34 CPP = @CXX@
    35 CPPFLAGS = @CXXFLAGS@
     34CXX = @CXX@
     35CXXFLAGS = @CXXFLAGS@ @COMPAT32BITFLAGS@
    3636DEFS = @DEFS@ -DNZDL -DQUIET -DSHORT_SUFFIX -DPARADOCNUM -DGSDLSERVER
    3737# Do NOT add the "recpt" directory here: the protocol should be independent of the receptionist!
     
    4040
    4141
    42 CPPCOMPILE = $(CPP) -c $(CPPFLAGS) $(DEFS) $(INCLUDES)
     42CXXCOMPILE = $(CXX) -c $(CXXFLAGS) $(DEFS) $(INCLUDES)
    4343
    4444
     
    4646.SUFFIXES: .cpp .o
    4747.cpp.o:
    48     $(CPPCOMPILE) $<
     48    $(CXXCOMPILE) $<
    4949
    5050
     
    7676
    7777depend:
    78     makedepend -Y -- $(DEFS) $(INCLUDES) $(CPPFLAGS) -- $(SOURCES)
     78    makedepend -Y -- $(DEFS) $(INCLUDES) $(CXXFLAGS) -- $(SOURCES)
Note: See TracChangeset for help on using the changeset viewer.