mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
30 lines
778 B
Plaintext
30 lines
778 B
Plaintext
!define BLANK ""
|
|
C:\dic\main.obj : C:\dic\main.c .AUTODEPEND
|
|
@C:
|
|
cd C:\dic
|
|
*wcc main.c -i="C:\WATCOM/h;C:\WATCOM/h/os21x" -w4 -e25 -zq -od -d2 -bt=os2&
|
|
-fo=.obj -ml
|
|
|
|
C:\dic\os2_16.obj : C:\dic\os2_16.c .AUTODEPEND
|
|
@C:
|
|
cd C:\dic
|
|
*wcc os2_16.c -i="C:\WATCOM/h;C:\WATCOM/h/os21x" -w4 -e25 -zq -od -d2 -bt=o&
|
|
s2 -fo=.obj -ml
|
|
|
|
C:\dic\os2_16.exe : C:\dic\main.obj C:\dic\os2_16.obj C:\dic\consts.h C:\dic&
|
|
\defs.h C:\dic\dosos2.h C:\dic\main.h C:\dic\os2_16.h .AUTODEPEND
|
|
@C:
|
|
cd C:\dic
|
|
@%write os2_16.lk1 FIL main.obj,os2_16.obj
|
|
@%append os2_16.lk1
|
|
!ifneq BLANK ""
|
|
*wlib -q -n -b os2_16.imp
|
|
@%append os2_16.lk1 LIBR os2_16.imp
|
|
!endif
|
|
*wlink name os2_16 d all sys os2 op m libr os2 op maxe=25 op q op symf @os2&
|
|
_16.lk1
|
|
!ifneq BLANK ""
|
|
*wrc -q -ad os2_16.exe
|
|
!endif
|
|
|