?? configure.in
字號:
AC_PREREQ(2.57)AC_INIT(src/main.cpp)AM_INIT_AUTOMAKE(hashish, 1.1b)# Checks for programs.AC_PROG_CXXAC_PROG_CXXCPPAC_PROG_INSTALLdnl check for wxWindows installation¤AM_PATH_WXCONFIG(2.4.1,wxOK=1)if test "$wxOK" != 1; then AC_MSG_ERROR([ YardSale requires wxWindows to be installed on your system but wx-config script couldn't be found. Please check that wx-config is in PATH, the directory where wxWindows libraries are installed (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH or equivalent variable and wxWindows version is 2.5.1 or above. ])fidnl normal linking mode is fully dynamicAC_CONFIG_FILES([Makefile src/Makefile ])AC_OUTPUT
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -