Changeset 2072
- Timestamp:
- Aug 31, 2006, 5:06:40 PM (14 years ago)
- Location:
- to-imperative/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/configure
r1889 r2072 237 237 RFLAGS += -B ${main_dir}/library/include/refal-plus 238 238 239 CPPFLAGS += $gmp_inc240 239 RFRTLIB_CFLAGS = -I${main_dir}/runtime -I${main_dir}/libp++ 241 RFLIB_CFLAGS = -I${main_dir}/library/include 240 RFLIB_CFLAGS = -I${main_dir}/library/include $gmp_inc 242 241 243 242 LIBRF = ${main_dir}/library/librf.a -
to-imperative/trunk/runtime/Makefile
r1987 r2072 48 48 all:: $(LIBRFRT) 49 49 50 CPPFLAGS += -I$(TOPDIR)/libp++ -I$(TOPDIR)/library/include -I.50 CPPFLAGS += $(RFRTLIB_CFLAGS) $(RFLIB_CFLAGS) 51 51 52 52 $(LIBRFRT): $(RFRT_OBJECTS)
Note: See TracChangeset
for help on using the changeset viewer.