Project

General

Profile

Revision 905

Added by Chris Mar over 15 years ago

fixed makefile in Robot Debug to point to trunk library for dragonfly

View differences:

Makefile
5 5
# Relative path to the root directory (containing lib directory)
6 6
ifndef COLONYROOT
7 7
#COLONYROOT = ../../../..
8
#COLONYROOT = ../../../../../../trunk
9
COLONYROOT = ../../../../..
8
COLONYROOT = ../../../../../../../trunk
9
#COLONYROOT = ../../../../..
10 10

  
11 11
endif
12 12

  
......
119 119
#endif
120 120

  
121 121
# Place -I, -L options here
122
CINCS = -I../../../libdragonfly/
123
CINCS += -L../../../libdragonfly/
122
#CINCS = -I../../../libdragonfly/
123
CINCS = -I $(COLONYROOT)/code/lib/include/libdragonfly/
124
#CINCS += -L../../../libdragonfly/
125
CINCS += -L $(COLONYROOT)/code/lib/bin/
124 126
#ifdef USE_WIRELESS
125 127
#	CINCS += -I$(COLONYROOT)/code/lib/include/libwireless
126 128
#endif

Also available in: Unified diff