?? hello.mak
字號:
# Copyright (c) 1994 Vireo Software, Inc.
# Makefile for HELLO example
# This is the makefile for simple VxD HELLO.386.
# Define the name of the VxD
DEVICENAME = HELLO
# Specify that the VxD uses the C++ framework
FRAMEWORK = CPP
# Specify the list of object modules that comprise the VxD
OBJECTS = hello.obj
# Build for debugging so that the debug message is printed
DEBUG = 1
# Include the necessary files from VToolsD
!include $(VTOOLSD)\include\vtoolsd.mak
!include $(VTOOLSD)\include\vxdtarg.mak
# Define the dependencies for the object modules
hello.obj: hello.cpp
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -