Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
wiki3721: Gfx_no_gcc_cygwin
# Make sure that tools/appbuilder doesn't build for gcc_cygwin
TMPFILE=${TMP:-/tmp}/abplatform.$$
ABFILES="$(find tools/appbuilder -name abplatform -print) $(find tools/appbuilder -name Makefile -print)"
for ABFILE in $ABFILES; do
	sed -e 's!gcc_cygwin!!g' <$ABFILE >$TMPFILE
	mv $TMPFILE $ABFILE;
done

# We do not build this on nto
touch apps/phindows/Makefile.dnm



Active Tab Versions Inactive Tab - left sideAssociations Inactive Tab - left sideAttachments Inactive Tab - left sideBack LinksInactive Tab - right side  
    Version Version Comment Created By
    Version 1 Misha Nefedov  -  06/30/2009