Update of /cvsroot/opendx2/dx
In directory sheep:/tmp/cvs-serv80

Modified Files:
        acinclude.m4 
Log Message:
Add the Runtime Loadable flags for MacOS. Now possible to compile
and run supervise demos.



Index: acinclude.m4
===================================================================
RCS file: /cvsroot/opendx2/dx/acinclude.m4,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** acinclude.m4        25 May 2006 23:35:06 -0000      1.84
--- acinclude.m4        24 Oct 2007 05:12:30 -0000      1.85
***************
*** 1239,1242 ****
--- 1239,1247 ----
                DX_RTL_DXENTRY="-eDXEntry"
          fi
+       if test $ARCH = "macos" ; then
+               DX_RTL_CFLAGS="-D_GNU_SOURCE -Dmacos -dynamic -fPIC"
+               DX_RTL_ALDFLAGS="-bundle -bundle_loader 
\$(BASE)/bin_macos/dxexec"
+               DX_RTL_DXENTRY="-Wl,-iDXEntry:_DXEntry"
+       fi
  ])
  

_______________________________________________
opendx2-cvs mailing list
opendx2-cvs@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opendx2-cvs

Reply via email to