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

📄 wx.m4

📁 xgrafix 是PTSG模拟程序中的图形截面库 改版本是最新版本
💻 M4
字号:
dnl ######################################################################dnldnl File:	wx.m4dnldnl Purpose:	Determine the locations of wxWindows includes and librariesdnldnl Version: 	$Id: wx.m4,v 1.2 2003/02/11 03:30:10 cary Exp $dnldnl Tech-X configure systemdnldnl ######################################################################dnl ######################################################################dnldnl Find wx-configdnldnl ######################################################################WXPATH=/usr/local/wx/bin:$PATHAC_PATH_PROGS(WXCONFIG, wx-config, "", $WXPATH)# echo WXCONFIG = $WXCONFIGif test -z "$WXCONFIG"; then  echo foofidnl ######################################################################dnldnl add in flags from wxdnldnl ######################################################################CXXFLAGS="$CXXFLAGS "`$WXCONFIG --cxxflags`# echo CXXFLAGS = $CXXFLAGSWX_LIBS=`$WXCONFIG --libs`AC_SUBST(WX_LIBS)WX_GLLIBS=`$WXCONFIG --gl-libs`AC_SUBST(WX_GLLIBS)REZ=`$WXCONFIG --rezflags`if test -z $REZ; then   REZ=:fiAC_SUBST(REZ)

⌨️ 快捷键说明

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