home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / tmonit.exe / MAKEINIT < prev    next >
Text File  |  1994-12-20  |  3KB  |  58 lines

  1. #
  2. #  makeinit file for makefiles created with QMK386
  3. #
  4. #  Novell's NLM SDK v3.01
  5. #
  6. #  $(watdrive) is the drive letter where the WATCOM tools are installed
  7. #  $(novdrive) is the drive letter where the NOVELL tools are installed
  8. #
  9. watdrive = E
  10. nlmdrive = E
  11. #
  12. #   Directories for both the WATCOM and NOVELL tools
  13. #
  14. wat386loc = $(watdrive):\WC10A\
  15. nlm386loc = $(nlmdrive):\SDK\NLM\
  16. nlm386hdr = $(nlm386loc)NOVH
  17. nlm386imp = $(nlm386loc)NOVI
  18. nlm386lib = $(wat386loc)LIB386;$(wat386loc)LIB386\NETWARE
  19. #
  20. #   Define this macro with your copyright statement
  21. #
  22. #copyright = (C) Copyright 199x  NONAME, Inc.  All Rights Reserved.
  23. #
  24. #   Macros that point to various tools we'll need to compile
  25. #
  26. wcc386r = $(wat386loc)BINB\WCC386            # location of 386 real mode compiler
  27. wcc386p = $(wat386loc)BINB\WCC386P           # location of 386 protected compiler
  28. wcc386 = $(wcc386r)                         # version we want to use
  29.  
  30. linkr = $(wat386loc)BIN\WLINK               # location of real mode linker
  31. linkp = $(wat386loc)BIN\WLINKP              # location of protected linker
  32. linker = $(linkr)                           # version we want to use
  33.  
  34. nlmlinkr = $(nlm386loc)NOVBIN\NLMLINKR       # location of real mode Novell linker
  35. nlmlinkp = $(nlm386loc)NOVBIN\NLMLINKP       # location of protected Novell linker
  36. nlmlinker = $(nlmlinkr)                     # version we want to use
  37.  
  38. nlmpackr = $(nlm386loc)NOVBIN\NLMPACK        # location of real mode NLM compression utility
  39. nlmpackp = $(nlm386loc)NOVBIN\NLMPACKP       # location of protected NLM compression utility
  40. nlmpack = $(nlmpackr)                     # location of NLM compression utility
  41.  
  42. inc_386 = $(nlm386hdr)                      # location of include files
  43. lib_386 = $(nlm386lib)                      # location of libraries files
  44. code_386 = $(wat386loc)BIN\386WCGL.EXE      # location and name of code generator
  45. librarian = $(wat386loc)BINB\WLIB           # location of librarian
  46. startup = e:\sdk\nlm\novi\prelude.obj            # in CLIB3S.LIB
  47. #
  48. #  NLM Import Files
  49. #
  50. clibimp = $(nlm386imp)\CLIB.IMP             # the clib import file
  51. tliimp = $(nlm386imp)\TLI.IMP               # the tli import file
  52. aioimp = $(nlm386imp)\AIO.IMP               # the aio import file
  53. socklibimp = $(nlm386imp)\SOCKLIB.IMP       # the socketlib import file
  54. mathlibimp = $(nlm386imp)\MATHLIB.IMP       # the math library import file
  55. dsapiimp = $(nlm386imp)\DSAPI.IMP           # the NDS import file
  56. nutimp = $(nlm386imp)\NWSNUT.IMP            # the NWSNUT import file
  57. appleimp = $(nlm386imp)\APPLETLK.IMP        # the AppleTalk import file
  58.