Annotation of ntddk/src/mmedia/synth/dll/sources, revision 1.1

1.1     ! root        1: ##
        !             2: #   Create an installation and configuration DLL for the soundblaster
        !             3: #
        !             4: 
        !             5: TARGETNAME=synth
        !             6: TARGETPATH=$(BASEDIR)\lib
        !             7: TARGETTYPE=DYNLINK
        !             8: 
        !             9: # Define libs we need and where to find them
        !            10: 
        !            11: TARGETLIBS=$(BASEDIR)\lib\*\$(DDKBUILDENV)\user32.lib       \
        !            12:           $(BASEDIR)\lib\*\$(DDKBUILDENV)\kernel32.lib     \
        !            13:           $(BASEDIR)\lib\*\$(DDKBUILDENV)\advapi32.lib     \
        !            14:           $(BASEDIR)\lib\*\$(DDKBUILDENV)\winmm.lib
        !            15: 
        !            16: INCLUDES=..\..\inc;..\..\soundlib\inc
        !            17: 
        !            18: C_DEFINES=-DUNICODE
        !            19: 
        !            20: SOURCES=midint.c        \
        !            21:         midi.c          \
        !            22:         config.c        \
        !            23:         drvproc.c       \
        !            24:         registry.c      \
        !            25:         adlib.c         \
        !            26:         opl3.c          \
        !            27:         synth.rc
        !            28: 
        !            29: 
        !            30: DLLENTRY=DllEntryPoint
        !            31: 
        !            32: DLLBASE=0x6BD00000

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.