home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-08-31 | 693 b | 35 lines |
-
- #
- # Change ODBC_DIR to the location of your ODBCSDK
- # This is used to find the ODBCSdk headers
- #
- #ODBC_DIR = C:/Odbcsdk
- ODBC_DIR = odbc
-
- #
- # We just need to include the right headers and link with the correct .LIB
- #
- ODBC_LIB_DIR = $(ODBC_DIR)/Lib32
- ODBC_INCLUDE_DIR = $(ODBC_DIR)/Include
-
- #
- # Path for the headers files
- #
- OTHER_CFLAGS= -I$(ODBC_INCLUDE_DIR)
-
- #
- # Options for libtool
- #
- OTHER_LIBTOOL_FLAGS = -v -image_base 0x540A0000 $(EXT_LD_FLAGS)
-
- #
- # The .LIB we need.
- #
- OTHER_LIBS = $(ODBC_LIB_DIR)/ODBC32.LIB
-
- #
- # Delete this line if you want fast and loose cleans that will not remove
- # things like precomps and user-defined OTHER_GARBAGE in subprojects.
- #
- CLEAN_ALL_SUBPROJECTS = YES
-