📄 makefile
字号:
#############################################################################
#
# Copyright (c) 1991-2000 Microsoft Corporation.
# All Rights Reserved.
#
# Makefile for wdm\audio\fmsynth
#
#############################################################################
## NT BUILD ENVIROMENT
#
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
# file to this component. This file merely indirects to the real make file
# that is shared by all the components of NT.
#
!if defined(IA64) || defined(AMD64)
!message This sample is not to be built for 64-bit targets
!else
!INCLUDE $(NTMAKEENV)\makefile.def
!endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -