makefile.win32

来自「LastWave」· WIN32 代码 · 共 15 行

WIN32
15
字号
#
# Generic Win32 makefile for a package
#
# Get the machine dependent variables
!include  ..\..\Makefiles\MakeDefs.win32

#
# NOTE: FileList is the only makefile to change from a package to another!
#
# Get the package name, the list of object files, the path of the include files and the non-trivial dependencies
!include .\FileList

# Get the machine dependent implicit rules
!include ..\..\Makefiles\MakeRules.win32

⌨️ 快捷键说明

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