|
|
1.1 root 1: echo off
2: if .%1==. goto c
3: if %1==c goto c
4: if %1==asm goto asm
5: echo dynlink c to make dynlib.dll with c modules (default)
6: echo dynlink asm to make dynlib.dll with asm modules
7: goto end
8: :c
9: set DLLLST=dynlib.obj dynlib2.obj dyninit.obj
10: set DLLOBJ=dynlib+dynlib2+dyninit
11: goto make
12: :asm
13: set DLLLST=dynlib3.obj
14: set DLLOBJ=dynlib3
15: :make
16: rem The environment variables LIB and INCLUDE must be set to point to
17: rem the search paths for LINK libraries and CL includes respectively.
18: rem Either set them here or in "initenv.cmd".
19: rem
20: set LIB=.;\lib
21: set INCLUDE=.;\include
22: make DLLLST="%DLLLST%" DLLOBJ="%DLLOBJ%" dynlink
23: set DLLLST=
24: set DLLOBJ=
25: :end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.