windows-nt/Source/XPSP1/NT/sdktools/link16/implib/makefile.inc

21 lines
534 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
!ifdef GENERATE_NEW_ERROR_FILES
..\impliber.c ..\impliber.h: ..\impliber.txt
cd ..
.\mkmsg -hex -h impliber.h -c impliber.c impliber.txt
cd implib
..\implib.c: ..\implib.y ..\newexe.h ..\verimp.h ..\impliber.h
cd ..
# myacc hard-codes temp file names, so we need to
# make sure this run and the one from ..\link16\makefile.inc
# don't happen at the same time on multiprocessor boxes.
sleep 5
.\myacc implib.y
cd implib
!else
..\impliber.c ..\impliber.h:
..\implib.c:
!endif