home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-29 | 255 b | 21 lines |
- #
- # Sybase Setup for solaris
- #
-
- FRAMEWORKS += Sybase
-
- #
- # Client library location
- #
- SYBASE_HOME = /opt/sybase
-
- #
- # Path for the libs
- #
- OTHER_LDFLAGS += -L$(SYBASE_HOME)/lib
-
- #
- # Libraries used
- #
- OTHER_LIBS += -lct -lcs -lcomn -ltcl -ltli -lnsl -lintl -lm
-