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

📄 makefile.am

📁 Source code (C++) of the Amoebax game for Symbian OS UIQ3.x。
💻 AM
字号:
# Process this file with automake to produce a Makefile.in fileSUBDIRS = autopackage data doc m4 srcACLOCAL_AMFLAGS = -I m4EXTRA_DIST =	\	COPYING.GPL	\	COPYING.LAL	\	README.GP2Xif IS_WIN32_HOSTif build_win32_msimsi:	"$(CANDLE)" -nologo -out amoebax.wixobj -dBuildDir="$(top_builddir)" -dSourceDir="$(top_srcdir)" $(top_srcdir)/data/amoebax.wxs	"$(LIGHT)" -nologo -out amoebax-@VERSION@.msi -ext WixUtilExtension -ext WixUIExtension \		 -cultures:en-us amoebax.wixobj	rm amoebax.wixobjendifendifif IS_OSX_HOSTbundle_contents = @PACKAGE_NAME@.app/Contentsbundle: $(top_builddir)/src/amoebax	mkdir -p $(bundle_contents)	mkdir -p $(bundle_contents)/Frameworks	mkdir -p $(bundle_contents)/MacOS	mkdir -p $(bundle_contents)/Resources	mkdir -p $(bundle_contents)/Resources/fonts	mkdir -p $(bundle_contents)/Resources/graphics	mkdir -p $(bundle_contents)/Resources/music	mkdir -p $(bundle_contents)/Resources/sfx	mkdir -p $(bundle_contents)/Resources/English.lproj	mkdir -p $(bundle_contents)/Resources/English.lproj/AmoebaxMain.nib	echo "APPL????" > $(bundle_contents)/PkgInfo	$(INSTALL_STRIP_PROGRAM) $< $(bundle_contents)/MacOS	$(INSTALL_PROGRAM) $(top_builddir)/data/Info.plist $(bundle_contents)	$(INSTALL_PROGRAM) $(top_srcdir)/data/Amoebax.icns $(bundle_contents)/Resources	$(INSTALL_PROGRAM) $(top_builddir)/data/InfoPlist.strings $(bundle_contents)/Resources/English.lproj	$(INSTALL_PROGRAM) $(top_srcdir)/data/AmoebaxMain.nib/classes.nib $(bundle_contents)/Resources/English.lproj/AmoebaxMain.nib	$(INSTALL_PROGRAM) $(top_srcdir)/data/AmoebaxMain.nib/info.nib $(bundle_contents)/Resources/English.lproj/AmoebaxMain.nib	$(INSTALL_PROGRAM) $(top_srcdir)/data/AmoebaxMain.nib/objects.nib $(bundle_contents)/Resources/English.lproj/AmoebaxMain.nib	$(INSTALL_PROGRAM) $(top_srcdir)/data/fonts/*.png $(bundle_contents)/Resources/fonts	$(INSTALL_PROGRAM) $(top_srcdir)/data/graphics/*.png $(bundle_contents)/Resources/graphics	$(INSTALL_PROGRAM) $(top_srcdir)/data/music/*.ogg $(bundle_contents)/Resources/music	$(INSTALL_PROGRAM) $(top_srcdir)/data/sfx/*.wav $(bundle_contents)/Resources/sfxendif

⌨️ 快捷键说明

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