home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / mag&info / msjv7_4.zip / NETBIOS2.ARJ / NMAKE.LST < prev    next >
File List  |  1992-07-01  |  2KB  |  70 lines

  1.  
  2. [C:\C600\BINR\WINSRC]set include=c:\c600\binr\cinc 
  3.  
  4. [C:\C600\BINR\WINSRC]set lib=c:\c600\binr\clib 
  5.  
  6. [C:\C600\BINR\WINSRC]set path=c:\c600\binb;c:\c600\binr\binrc;c:\c600\binp;C:\LANMAN\NETPROG;C:\OS2;C:\OS2\SYSTEM;C:\OS2\INSTALL;C:\OS2\SUPPORT;C:\OS2TOOLS;.;C:\; 
  7.  
  8. [C:\C600\BINR\WINSRC]set lib=c:\c600\binr\winlib;c:\c600\binr\clib 
  9.  
  10. [C:\C600\BINR\WINSRC]set include=c:\c600\binr\wininc;c:\c600\binr\cinc 
  11.  
  12. [C:\C600\BINR\WINSRC]nmake clean all 
  13.     del *.exe *.lib *.dll *.obj *.lst
  14. C:\c600\binr\winsrc\NMAKE.LST
  15.     cl -c -W3 -AS -Gsw -Oas -Zpei wnetbios.c
  16. wnetbios.c
  17.     masm -Mx -W2 libentry.asm;
  18. Microsoft (R) Macro Assembler Version 5.10A 
  19. Copyright (C) Microsoft Corp 1981, 1989.  All rights reserved.
  20.  
  21.  
  22.   48584 Bytes symbol space free
  23.  
  24.       0 Warning Errors
  25.       0 Severe  Errors
  26.     masm -Mx -W2 post.asm;
  27. Microsoft (R) Macro Assembler Version 5.10A 
  28. Copyright (C) Microsoft Corp 1981, 1989.  All rights reserved.
  29.  
  30.  
  31.   48168 Bytes symbol space free
  32.  
  33.       0 Warning Errors
  34.       0 Severe  Errors
  35.     Link /NOD /NOE wnetbios.OBJ LIBENTRY.OBJ POST.OBJ, wnetbios.dll, wnetbios.map, SDLLCEW.LIB LIBW.lIB, wnetbios.def
  36.  
  37. Microsoft (R) Segmented-Executable Linker  Version 5.10    
  38. Copyright (C) Microsoft Corp 1984-1990.  All rights reserved.
  39.  
  40.     rc.exe wnetbios.dll
  41. Microsoft (R) Windows Resource Compiler  Version 3.00
  42. Copyright (C) Microsoft Corp. 1985-1990.  All rights reserved.
  43.  
  44.     implib wnetbios.lib wnetbios.def
  45.  
  46. Microsoft (R) Import Library Manager  Version 1.10    
  47. Copyright (C) Microsoft Corp 1984-1990.  All rights reserved.
  48.  
  49.     cl -c -W3 -AS -Gsw -Oas -Zpei browser.c
  50. browser.c
  51.     cl -c -W3 -AS -Gsw -Oas -Zpei netio.c
  52. netio.c
  53.     cl -c -W3 -AS -Gsw -Oas -Zpei server.c
  54. server.c
  55.     cl -c -W3 -AS -Gsw -Oas -Zpei alloc.c
  56. alloc.c
  57.     link /NOD browser+netio+server+alloc,,, libw slibcew wnetbios, browser.def
  58.  
  59. Microsoft (R) Segmented-Executable Linker  Version 5.10    
  60. Copyright (C) Microsoft Corp 1984-1990.  All rights reserved.
  61.  
  62.     rc browser.res
  63. Microsoft (R) Windows Resource Compiler  Version 3.00
  64. Copyright (C) Microsoft Corp. 1985-1990.  All rights reserved.
  65.  
  66.     rc browser.res
  67. Microsoft (R) Windows Resource Compiler  Version 3.00
  68. Copyright (C) Microsoft Corp. 1985-1990.  All rights reserved.
  69.  
  70.