Update of /cvsroot/csdopenglnet/csdOpenGL
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30177
Modified Files:
ChangeLog Makefile
Log Message:
new build system
Index: Makefile
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile 11 Sep 2004 09:11:49 -0000 1.11
--- Makefile 20 Oct 2004 09:12:10 -0000 1.12
***************
*** 1,5 ****
! MONO=1
! WINDOWS=0
! GTK=1
all:
--- 1,3 ----
! include scripts/Makefile.Init
all:
***************
*** 12,16 ****
$(MAKE) -C platform
-
doc:
$(MAKE) -C doc
--- 10,13 ----
***************
*** 50,60 ****
$(MAKE) -C platform clean
$(MAKE) -C platform clean
!
! .IGNORE:
! clean
!
! .EXPORT_ALL_VARIABLES:
!
! .PHONY:
! clean
!
--- 47,49 ----
$(MAKE) -C platform clean
$(MAKE) -C platform clean
! $(RM) build/*
\ No newline at end of file
Index: ChangeLog
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** ChangeLog 12 Sep 2004 11:41:59 -0000 1.11
--- ChangeLog 20 Oct 2004 09:12:10 -0000 1.12
***************
*** 3,8 ****
disjunctin between GL/CG and plattform specific bindings
Gtk# widget is now located in the platform.mono.dll, because X calls are used inside it
! compile process now uses NAnt
! basic windows support
0.2.0:
--- 3,7 ----
disjunctin between GL/CG and plattform specific bindings
Gtk# widget is now located in the platform.mono.dll, because X calls are used inside it
! compile process now uses Makefile, with GELANTEM Windows, Linux, MS.NET, Mono, PNet support
0.2.0:
|