blob: 88c4cadb820600165531adc6b8019b4e49a6cd8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Mkpkg file for building the IMPORT task builtin formats.
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
ipcmap.x ../import.h
ipgif.x ../import.h
ipras.x ../import.h <mach.h>
ipxwd.x ../import.h <mach.h>
;
|