1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- wat386loc = e:\watcom\
- nlm386loc = c:\novell\ndk\nwsdk\
- nlm386hdr = $(nlm386loc)INCLUDE\NLM
- nlm386imp = $(nlm386loc)IMPORTS
- nlm386lib = $(wat386loc)LIB386
- wcc386r = WCC386
- wcc386p = WCC386P
- wcc386 = $(wcc386r)
-
- linkr = WLINK
- linkp = WLINKP
- linker = $(linkr)
- nlmlinkr = $(nlm386loc)TOOLS\NLMLINKR
- nlmlinkp = $(nlm386loc)TOOLS\NLMLINKX
- nlmlinker = $(nlmlinkr)
-
- nlmpackr = $(nlm386loc)TOOLS\NLMPACK
- nlmpackp = $(nlm386loc)TOOLS\NLMPACKP
- nlmpack = $(nlmpackr)
-
- inc_386 = $(nlm386hdr)
- lib_386 = $(nlm386lib)
- code_386 = $(wat386loc)BIN\386WCGL.EXE
- librarian = $(wat386loc)BINB\WLIB
- startup = $(nlm386imp)\PRELUDE.OBJ
- allimp = $(nlm386imp)\ALL.IMP
- clibimp = $(nlm386imp)\CLIB.IMP
- tliimp = $(nlm386imp)\TLI.IMP
- aioimp = $(nlm386imp)\AIO.IMP
- socklibimp = $(nlm386imp)\SOCKLIB.IMP
- mathlibimp = $(nlm386imp)\MATHLIB.IMP
- dsapiimp = $(nlm386imp)\DSAPI.IMP
- nutimp = $(nlm386imp)\NWSNUT.IMP
- appleimp = $(nlm386imp)\APPLTLK.IMP
- nitimp = $(nlm386imp)\NIT.IMP
- nlmlibimp = $(nlm386imp)\NLMLIB.IMP
- requesterimp = $(nlm386imp)\REQUESTR.IMP
- fpsmimp = $(nlm386imp)\FPSM.IMP
- threadsimp = $(nlm386imp)\THREADS.IMP
- dseventimp = $(nlm386imp)\DSEVENT.IMP
- psrvimp = $(nlm386imp)\NWPSRV.IMP
- psrv3ximp = $(nlm386imp)\NWPSRV3X.IMP
- streamsimp = $(nlm386imp)\STREAMS.IMP
- unicodeimp = $(nlm386imp)\UNICODE.IMP
- agentimp = $(nlm386imp)\agent.imp
- smileimp = $(nlm386imp)\smile.imp
- audnlm32imp = $(nlm386imp)\AUDNLM32.IMP
- calnlm32imp = $(nlm386imp)\CALNLM32.IMP
- clxnlm32imp = $(nlm386imp)\CLXNLM32.IMP
- locnlm32imp = $(nlm386imp)\LOCNLM32.IMP
- netnlm32imp = $(nlm386imp)\NETNLM32.IMP
|