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

📄 configure.in

📁 一段linux 下用sdl显示3d精灵的小程序
💻 IN
字号:
dnl Process this file with autoconf to produce a configure script.dnl Simple Automake initAC_INIT(ballfield.c)AM_INIT_AUTOMAKE(ballfield, 1.0, david@olofson.net)dnl Detect canonical host and target build environmentAC_CANONICAL_HOSTAC_CANONICAL_TARGETdnl Check for various toolsAC_PROG_CCAC_PROG_CPPdnl Check for SDL 1.2.0+SDL_VERSION=1.2.0AM_PATH_SDL($SDL_VERSION,:,AC_MSG_ERROR([*** SDL >= $SDL_VERSION not found!]))dnl Checks for SDL_imageAC_CHECK_LIB(SDL_image, IMG_Load,,	AC_MSG_ERROR([You need the SDL_image library to compile this software.	Get it at http://www.libsdl.org/projects/SDL_image/]),	-lSDL)LIBS="$LIBS -lSDL_image"dnl Get compile and linking flagsCFLAGS="$CFLAGS $SDL_CFLAGS"LIBS="$LIBS $SDL_LIBS"dnl Generate MakefileAC_OUTPUT(Makefile)

⌨️ 快捷键说明

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