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

  1. OTHER_LIBTOOL_FLAGS += -v -image_base 0x4C060000
  2. #image_base is used to prebind DLLs for faster loading.
  3. #an address should be picked that does not conflict with other
  4. #DLLs likely to be used by an app that used this framework.
  5. #The address above matches the OracleAdaptor and therefore should
  6. #not generally be used by your DLLs.
  7.