home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / EODEV.Z / Makefile.preamble < prev    next >
Encoding:
Makefile  |  1996-08-31  |  693 b   |  35 lines

  1.  
  2. #
  3. # Change ODBC_DIR to the location of your ODBCSDK
  4. # This is used to find the ODBCSdk headers
  5. #
  6. #ODBC_DIR = C:/Odbcsdk
  7. ODBC_DIR = odbc
  8.  
  9. #
  10. # We just need to include the right headers and link with the correct .LIB
  11. #
  12. ODBC_LIB_DIR = $(ODBC_DIR)/Lib32
  13. ODBC_INCLUDE_DIR = $(ODBC_DIR)/Include
  14.  
  15. #
  16. # Path for the headers files
  17. #
  18. OTHER_CFLAGS= -I$(ODBC_INCLUDE_DIR)
  19.  
  20. #
  21. # Options for libtool
  22. #
  23. OTHER_LIBTOOL_FLAGS = -v -image_base 0x540A0000 $(EXT_LD_FLAGS)
  24.  
  25. #
  26. # The .LIB we need.
  27. #
  28. OTHER_LIBS = $(ODBC_LIB_DIR)/ODBC32.LIB
  29.  
  30. #
  31. # Delete this line if you want fast and loose cleans that will not remove 
  32. # things like precomps and user-defined OTHER_GARBAGE in subprojects.
  33. #
  34. CLEAN_ALL_SUBPROJECTS = YES
  35.