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