[Gtkradiant] Re: [Gtkrad-macos] Diff for 1.3.9-beta OS X

Timothee Besset gtkradiant@zerowing.idsoftware.com
Fri, 18 Jul 2003 18:05:03 +0200


Ok, ended up manually applying. Please avoid pasting the patch text into
the email body, always attach it .. email clients wrap lines automatically
and butcher patches if you do that.

TTimo

On Thu, 17 Jul 2003 23:01:52 +0000
"Anders Gud" <anders_gud@hotmail.com> wrote:

> Hello TTimo!
> Sorry! Here is the output from diff -u:
>=20
> --- GtkRadiant/contrib/bobtoolz/Conscript_old	Thu Jul 17 19:57:40 2003
> +++ GtkRadiant/contrib/bobtoolz/Conscript	Thu Jul 17 19:58:02 2003
> @@ -9,9 +9,11 @@
>    CFLAGS =3D> $BASE_CFLAGS . $BASE_SHARED_CFLAGS . '`gtk-config --cflags=
`=20
> `xml2-config --cflags` -Wall -g -D_GTK_ -D_BOBTOOLZGTK_=20
> -Icontrib/bobtoolz/dialogs ',
>    CXXFLAGS =3D> $BASE_CXXFLAGS . $BASE_SHARED_CXXFLAGS . '`gtk-config=20
> --cflags` `xml2-config --cflags` -Wall -g -I../../include -D_GTK_=20
> -D_BOBTOOLZGTK_ -Icontrib/bobtoolz/dialogs ',
>    LDFLAGS =3D> $BASE_LDFLAGS . $BASE_SHARED_LDFLAGS . '`gtk-config --lib=
s`=20
> `xml2-config --libs` -W1 -L. ',
> -  LIBS =3D> $BUILD_DIR . '/libs/mathlib.a '
> +  LIBS =3D> $BUILD_DIR . '/libs/synapse.a '. $BUILD_DIR . '/libs/mathlib=
.a '.=20
> $BUILD_DIR . '/libs/cmdlib.a '
> );
>=20
> +Depends $env 'bobtoolz.so', '#' . $BUILD_DIR . '/libs/synapse.a';
> +
> # NOTE TTimo disabled for now
> -Program $env 'bobtoolz.so', 'dialogs/dialogs-gtk.cpp', 'bobToolz-GTK.cpp=
',=20
> 'cportals.cpp', 'DBobView.cpp', 'DBrush.cpp', 'DEntity.cpp', 'DEPair.cpp'=
,=20
> 'DListener.cpp', 'DMap.cpp', 'DPatch.cpp', 'DPlane.cpp', 'DPoint.cpp',=20
> 'DShape.cpp', 'DWinding.cpp', 'li
> sts.cpp', 'misc.cpp', 'shapes.cpp', 'funchandlers-GTK.cpp', 'bsploader.cp=
p',=20
> 'DVisDrawer.cpp', 'visfind.cpp';
> +Program $env 'bobtoolz.so', 'dialogs/dialogs-gtk.cpp', 'bobToolz-GTK.cpp=
',=20
> 'cportals.cpp', 'DBobView.cpp', 'DBrush.cpp', 'DEntity.cpp', 'DEPair.cpp'=
,=20
> 'DListener.cpp', 'DMap.cpp', 'DPatch.cpp', 'DPlane.cpp', 'DPoint.cpp',=20
> 'DShape.cpp', 'DWinding.cpp', 'lists.cpp', 'misc.cpp', 'shapes.cpp',=20
> 'funchandlers-GTK.cpp', 'bsploader.cpp', 'DVisDrawer.cpp',=20
> 'DTrainDrawer.cpp', 'visfind.cpp','ScriptParser.cpp','DTreePlanter.cpp';
> Install $env '#install/plugins', 'bobtoolz.so';
>=20
>=20
> --- GtkRadiant/radiant/watchbsp.cpp_old	Thu Jul 17 20:39:54 2003
> +++ GtkRadiant/radiant/watchbsp.cpp	Thu Jul 17 15:14:19 2003
> @@ -542,7 +542,8 @@
>                cmd +=3D "et.exe";
> #elif defined(__linux__)
>                cmd +=3D "et";
> -
> +#elif defined(__APPLE__)
> +                cmd +=3D "et.app";
> #else
> #error "WTF are you compiling on"
> #endif
>=20
> H=E4lsningar!
> Anders
>=20
> _________________________________________________________________
> L=E4ttare att hitta dr=F6mresan med MSN Resor http://www.msn.se/resor/
>=20
>=20
> _______________________________________________
> Gtkrad-macos mailing list
> Gtkrad-macos@zerowing.idsoftware.com
> http://zerowing.idsoftware.com/mailman/listinfo/gtkrad-macos
>=20