[csdoc-patches] csdoc/src/mcs/build config-default.make,1.1,1.2 executable.make,1.1,1.2
Status: Planning
Brought to you by:
mastergaurav
From: <mas...@us...> - 2004-10-29 13:58:08
|
Update of /cvsroot/csdoc/csdoc/src/mcs/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19178 Modified Files: config-default.make executable.make Log Message: Index: config-default.make =================================================================== RCS file: /cvsroot/csdoc/csdoc/src/mcs/build/config-default.make,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config-default.make 6 Oct 2004 19:31:14 -0000 1.1 --- config-default.make 29 Oct 2004 13:57:58 -0000 1.2 *************** *** 16,20 **** prefix = /usr/local RUNTIME = mono $(RUNTIME_FLAGS) ! TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug # In case you want to add MCS_FLAGS, this lets you not have to --- 16,20 ---- prefix = /usr/local RUNTIME = mono $(RUNTIME_FLAGS) ! TEST_RUNTIME = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug # In case you want to add MCS_FLAGS, this lets you not have to Index: executable.make =================================================================== RCS file: /cvsroot/csdoc/csdoc/src/mcs/build/executable.make,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** executable.make 6 Oct 2004 19:31:14 -0000 1.1 --- executable.make 29 Oct 2004 13:57:58 -0000 1.2 *************** *** 59,63 **** ifndef PROGRAM_COMPILE - echo CSCOMPILE = $(CSCOMPILE) PROGRAM_COMPILE = $(CSCOMPILE) endif --- 59,62 ---- |