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

📄 configure.in

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 IN
字号:
dnl # nxDOOM configure scriptdnl # Based on the SDL DOOM 1.10 which was based on ID Software DOOMdnl # Process this file with autoconf to come up with a configure script AC_INIT(README.NANOX)dnl Setup for automakeAM_INIT_AUTOMAKE(nxdoom, 1.00)dnl # Check the various tools we needAC_PROG_MAKE_SETAC_PROG_CCAC_PROG_INSTALLdnl # Check if the user specifed where Microwindows livesdnl # Otherwise, we will assume that it lives in the standard locationAC_ARG_WITH(microwin, [ --with-microwin=[microwindows path] Prefix where microwindows is installed],nanox_prefix="$withval", nanox_prefix="/usr/local/censoft/ipaq/strongarm")AC_ARG_ENABLE(dsp, [ --enable-dsp Use /dev/dsp for sound],SOUNDFLAGS="-DUSE_DSP")AC_ARG_ENABLE(esd, [ --enable-esound Use ESD for sound],SOUNDFLAGS="-DUSE_ESOUND")AC_ARG_ENABLE(ipaq, [ --enable-ipaq  Sets the system to build an binary for the Compaq Ipaq],[ do_ipaq="1"  echo "Building for the Ipaq... adding structure packing"],echo "Bulding for the X86 desktop...")#file_list="$nanox_prefix/include/nano-X.h $nanox_prefix/lib/libnano-X.a"#AC_CHECK_FILES($file_list, , #AC_MSG_ERROR([** nano-X.h not found in $nanox_prefix/include!])#)CFLAGS="-g -O2 $SOUNDFLAGS"if test x$do_ipaq != x; then   CFLAGS="$CFLAGS -fpack-struct -mstructure-size-boundary=8"fiCFLAGS="$CFLAGS -I$nanox_prefix/include -L$nanox_prefix/lib -D_REENTRANT"LIBS="-lnano-X"NANOX_CFLAGS=$CFLAGSNANOX_LIBS=$LIBSAC_SUBST(NANOX_CFLAGS)AC_SUBST(NANOX_LIBS)AC_SUBST(LIBS)# Finally create all the generated filesAC_OUTPUT([Makefile])

⌨️ 快捷键说明

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