2001-08-09 Nick Drochak <ndrochak@gol.com>
authorNick Drochak <nickd@mono-cvs.ximian.com>
Thu, 9 Aug 2001 13:30:04 +0000 (13:30 -0000)
committerNick Drochak <nickd@mono-cvs.ximian.com>
Thu, 9 Aug 2001 13:30:04 +0000 (13:30 -0000)
* class/makefile & mcs/makefile:
  change hardcoded path to csc.exe to use SYSTEMROOT

svn path=/trunk/mcs/; revision=445

mcs/class/makefile
mcs/mcs/makefile

index b7eed7ec1e6d15c02d77583703ea702ba1ef54e3..7285a89126a0c0d9fe15fb912ea2b081e9e66125 100644 (file)
@@ -1,5 +1,6 @@
 DIRS=corlib System System.XML
-CSC=$(SYSTEMROOT)/microsoft.net/framework/v1.0.2914/csc.exe
+ROOT=//$(subst \,/,$(subst :\,/,$(SYSTEMROOT)))
+CSC=$(ROOT)/microsoft.net/framework/v1.0.2914/csc.exe
 
 all:
        @echo "You must use 'make windows' or 'make unix'."
index 01d9fe072d19aa9d289a085190b0f052ba5b4d28..df3f67f083cc30f54e58a61c37c69adfe7f6d0bc 100755 (executable)
@@ -1,4 +1,5 @@
-CSC=//c/WINNT/microsoft.net/framework/v1.0.2914/csc.exe
+ROOT=//$(subst \,/,$(subst :\,/,$(SYSTEMROOT)))
+CSC=$(ROOT)/microsoft.net/framework/v1.0.2914/csc.exe
 CSCFLAGS=/nologo /debug+ /debug:full 
 
 VERSION=0.13