ObjFW  Check-in [c6143ce1ea]

Overview
Comment:configure: Disable files for Wii U for now
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | wii-u
Files: files | file ages | folders
SHA3-256: c6143ce1eaeb7195527c8e94e20a27fc6cf8f01ad9dfe5b955d10891153ca4cc
User & Date: js on 2022-08-02 20:23:36
Other Links: branch diff | manifest | tags
Context
2022-08-02
20:30
PLATFORMS.md: Add Wii U Closed-Leaf check-in: cda00942c1 user: js tags: wii-u
20:23
configure: Disable files for Wii U for now check-in: c6143ce1ea user: js tags: wii-u
2022-07-31
16:48
OFStdIOStream: Use OSConsoleWrite() on Wii U check-in: abb642bba9 user: js tags: wii-u
Changes

Modified configure.ac from [2ca10c3d8d] to [3a990a0349].

205
206
207
208
209
210
211

212

213
214
215
216
217
218
219
205
206
207
208
209
210
211
212

213
214
215
216
217
218
219
220







+
-
+







	OBJCFLAGS="$OBJCFLAGS $flags"
	OBJFW_OBJCFLAGS="$OBJFW_OBJCFLAGS $flags"
	CPPFLAGS="-isystem $DEVKITPRO/wut/include -D__WIIU__ -D__WUT__"
	OBJFW_CPPFLAGS="$OBJFW_CPPFLAGS -isystem \$DEVKITPRO/wut/include"
	OBJFW_CPPFLAGS="$OBJFW_CPPFLAGS -D__WIIU__ -D__WUT__"
	LDFLAGS="-specs=$DEVKITPRO/wut/share/wut.specs"
	LIBS="-L$DEVKITPRO/wut/lib -L$DEVKITPRO/wut/lib/stubs -lwut"
	enable_files="no"	# TODO
	enable_shared="no"
	enable_shared="no"	# TODO
	enable_threads="no"	# TODO
	enable_sockets="no"	# TODO

	AC_DEFINE(OF_WII_U, 1, [Whether we are compiling for Wii U])
	AC_SUBST(MAP_LDFLAGS, ['-Wl,-Map,$@.map'])
])