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

📄 makefile.am

📁 very famous terminal, i use it test cli in vxworks many times, very useful
💻 AM
字号:
#                                               -*- Automake -*-# Process this file with autoconf to produce a Makefile.in script.# $Id: Makefile.am,v 1.2 2006/04/06 15:15:17 julienlecomte Exp $mshell_headers = mshell.h mshell_preconfig.h mshell_resource.h dlg_newshell_tabs.h# Note, you should install mShell in /[usr/]{bin,sbin,}, not /mingw{bin,sbin,}bin_PROGRAMS        = mShellmShell_SOURCES      = dlg_about.c dlg_funcs.c dlg_newshell.c dlg_newshell_tabs.c \  mshell.c mshell_funcs.c win_mdimain.c win_terminal.cmShell_DEPENDENCIES = $(mshell_headers) resource.$(OBJEXT)mShell_LDFLAGS      = -mwindowsmShell_LDADD        = resource.$(OBJEXT) -lshlwapi -lcomctl32 -lversion# --> RC Support (works for MinGW, not mSys !)resource.o: resource.rc	$(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_RCFLAGS) $(RCFLAGS) -o resource.o `test -f 'resource.rc' || echo '$(srcdir)/'`resource.rcresource.obj: resource.rc	$(RC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_RCFLAGS) $(RCFLAGS) -o resource.obj `if test -f 'resource.rc'; then $(CYGPATH_W) 'resource.rc'; else $(CYGPATH_W) '$(srcdir)/resource.rc'; fi`# <-- RC SupportEXTRA_DIST = resource.rc $(mshell_headers) \  res/bmp/settings-24.bmp \  res/ico/mshell.ico \  res/ico/mingw32.ico \  res/ico/msys.ico 

⌨️ 快捷键说明

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