makefile
来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· 代码 · 共 34 行
TXT
34 行
############################################################################### Copyright (C) 1999 SciTech Software# All rights reserved.## Description: Generic makefile for the SciTech wxApplet library# License: wxWindows license############################################################################### We are building with the Win32 versionUSE_RTTI := 1USE_CPPEXCEPT := 1PRECOMP_HDR := wx/wxprec.hCFLAGS += -D__WIN95__ -D__WXMSW__ -D__WINDOWS__# Link with wxWindows static link libraries or with the DLL. DLL is default..IF $(STATIC_LINK).ELSECFLAGS += -DWXUSINGDLL.ENDIF# Define the library name and objectsLIBFILE = wxapplet$LLIBCLEAN = *.il? *.dll *.libOBJECTS := applet$O appletwindow$ODEPEND_OBJ = $(OBJECTS).INCLUDE: "$(SCITECH)\makedefs\common.mk"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?