Ignore:
Timestamp:
Jan 22, 2014, 8:35:03 PM (11 years ago)
Author:
gah
Message:

revert to last version: remove changes for new build system for rappture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/tcl/src/Makefile.in

    r4144 r4146  
    5555        $(TCL_LIB_SPEC) -lncurses -lexpat -lz -lm -lstdc++
    5656
    57 SYSTEM_OBJS = \
    58         RapptureSystem_Init.o \
    59         RpCurses.o \
    60         RpDaemon.o \
    61         RpOp.o \
    62         RpRlimit.o  \
    63         RpRusage.o \
    64         RpSignal.o  \
    65         RpSlice.o  \
    66         RpSysinfo.o  \
    67         Switch.o
    68 
    69 ifeq ($(WIN32),"")
    70    SYSYTEM_OBJS += RpWinResource.o
    71 endif
    72 
    73 ifeq ($(HAVE_LIBCURSES),yes)
    74    SYSTEM_OBJS += RpCurses.o
    75    LIBS += -lncurses
    76 endif
    7757OBJS = \
    7858        Rappture_Init.o \
Note: See TracChangeset for help on using the changeset viewer.