46 lines
1.1 KiB
Modula-2
46 lines
1.1 KiB
Modula-2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;
|
|
; INTEL CORPORATION PROPRIETARY INFORMATION
|
|
; Copyright (c) 1992 Intel Corporation
|
|
; All Rights Reserved
|
|
;
|
|
; This software is supplied under the terms of a license
|
|
; agreement or non-disclosure agreement with Intel Corporation
|
|
; and may not be copied or disclosed except in accordance
|
|
; with the terms of that agreement
|
|
;
|
|
; $Source: q:/prism/network/isrdbg/rcs/isrdbg.def $
|
|
; $Revision: 1.0 $
|
|
; $Date: Feb 05 1996 16:27:28 $
|
|
; $Author: DMGORLIC $
|
|
; $Locker: $
|
|
;
|
|
; Description
|
|
; -----------
|
|
; Module definition file for ccstest.exe
|
|
;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
; The dll name cannot be the same as a exe file name.
|
|
; NAME is for exe. LIBRARY is for DLL
|
|
;NAME VCI
|
|
LIBRARY IsrDbg32
|
|
|
|
HEAPSIZE 2048
|
|
;STACKSIZE 16384
|
|
|
|
EXPORTS
|
|
; DllEntryPoint @1 ;Could use any name
|
|
; ISR_OutputDbgStr @2
|
|
; ISR_OutputStr @3
|
|
; ISR_OutputNum @4
|
|
; DbgMsg @5
|
|
|
|
|
|
; Must be exported or cannot find dynamically - especially 16 bit thunks.
|
|
;OutputRec
|
|
;OutputRecStr
|
|
;ISR_RegisterModule
|
|
|
|
|