22 lines
509 B
Modula-2
22 lines
509 B
Modula-2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;
|
|
; Source File: STICI.DEF
|
|
;
|
|
; Linker Definition file for the Still Image Class installer
|
|
;
|
|
;
|
|
; Copyright (c) 1997 by Microsoft Corporation. All Rights Reserved.
|
|
;
|
|
; Change History:
|
|
; 01-14-97 Bob Kjelgaard Added a header to the DEF file...
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
LIBRARY STI_CI
|
|
|
|
HEAPSIZE 1024
|
|
EXPORTS
|
|
DllInitialize
|
|
ClassInstall
|
|
|
|
|