Changeset 10

Show
Ignore:
Timestamp:
03/24/07 23:49:18 (2 years ago)
Author:
pmac
Message:

Added automatic addition of -DALLOW_BORG when building the "borg" target in osx.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/Makefile.osx

    r8 r10  
    4747BOBJS = borg1.o borg2.o borg3.o borg4.o borg5.o borg6.o borg7.o \ 
    4848                        borg8.o borg9.o 
     49  
     50# -DALLOW_BORG is required for all .o files in a borg build  
     51ifneq (,$(findstring borg, $(MAKECMDGOALS))) 
     52CFLAGS += -DALLOW_BORG 
     53endif 
     54 
    4955 
    5056OBJS = $(BASEOBJS) main-crb.o