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

📄 makefile

📁 wxGTK 是 wxWidgets 的 linux GTK+ (>2.2.3)版本。wxWidgets 是一个跨平台的 GUI 框架
💻
字号:
###############################################################################                   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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -