baseport/syborg/kasyborg.mmp
changeset 6 e58b788a7b64
parent 2 d55eb581a87c
equal deleted inserted replaced
5:1df3a4173277 6:e58b788a7b64
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include <variant.mmh>
    18 #include <variant.mmh>
    19 #include "kernel\kern_ext.mmh"
    19 #include "kernel/kern_ext.mmh"
    20 
    20 
    21 TARGET			VariantTarget(kasyborg,dll)
    21 TARGET			VariantTarget(kasyborg,dll)
    22 TARGETTYPE		var
    22 TARGETTYPE		var
    23 
    23 
    24 EXPORTLIBRARY	kasyborg
    24 EXPORTLIBRARY	kasyborg
    25 LINKAS			kasyborg.dll
    25 LINKAS			kasyborg.dll
    26 
    26 
    27 SYSTEMINCLUDE   .\specific
    27 SYSTEMINCLUDE   ./specific
    28 
    28 
    29 SOURCEPATH		.\specific
    29 SOURCEPATH		./specific
    30 SOURCE		    syborg.cpp interrupts.cpp assp.cpp
    30 SOURCE		    syborg.cpp interrupts.cpp assp.cpp
    31 SOURCE		    syborg.cia interrupts.cia
    31 SOURCE		    syborg.cia interrupts.cia
    32 
    32 
    33 // now specified in kern_ext.lib
    33 // now specified in kern_ext.lib
    34 //LIBRARY			ekern.lib
    34 //LIBRARY			ekern.lib
    35 
    35 
    36 DEFFILE			.\~\kasyborg.def
    36 DEFFILE			./~/kasyborg.def
    37 
    37 
    38 NOSTRICTDEF
    38 NOSTRICTDEF
    39 
    39 
    40 EPOCALLOWDLLDATA
    40 EPOCALLOWDLLDATA
    41 
    41