⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sources

📁 WINDDK XP/2003 Microsoft Bitmap Printer Driver Sample Decompress to src in WINDDK and "build -cZ
💻
字号:
!IF 0

Copyright (c) 1998-2003  Microsoft Corporation

Module Name:

    sources.

    Abstract:

        This file specifies the target component being built and the list of
        sources files needed to build that component.  Also specifies optional
        compiler switches and libraries that are unique for the component being
        built.

!ENDIF


DLLBASE=0x70000000

PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj


TARGETNAME=bitmap
TARGETPATH=..
TARGETTYPE=DYNLINK

DLLENTRY=_DllMainCRTStartup

USE_MSVCRT=1

# To build version with debug output, add -D_DEBUG to C_DEFINES line below
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -D_UNICODE -DUNICODE -DOEMCOM -DUSERMODE_DRIVER

INCLUDES=..;$(SDK_INC_PATH)\MFC42

SOURCES= dllentry.cpp    \
         enable.cpp      \
         intrface.cpp    \
         ddihook.cpp     \
         debug.cpp       \
         devmode.cpp     \
         bitmap.rc

TARGETLIBS=  $(TARGETLIBS)                      \
             $(SDK_LIB_PATH)\uuid.lib           \
             $(SDK_LIB_PATH)\kernel32.lib	\
             $(SDK_LIB_PATH)\winspool.lib	\
             $(SDK_LIB_PATH)\user32.lib		\
             $(SDK_LIB_PATH)\gdi32.lib		\
             $(DDK_LIB_PATH)\umpdddi.lib	\
             $(SDK_LIB_PATH)\ole32.lib


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -