2001-12-01 Mike Kestner <mkestner@speakeasy.net>

* makefile : Make ROOT /cygdrive/, not //.

svn path=/trunk/gtk-sharp/; revision=1499
This commit is contained in:
Mike Kestner 2001-12-01 14:32:35 +00:00
parent 372e7ef7de
commit 82646f231e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-01 Mike Kestner <mkestner@speakeasy.net>
* makefile : Make ROOT /cygdrive/, not //.
2001-11-25 Mike Kestner <mkestner@speakeasy.net>
* codegen/defs-parse.pl (get_sighandler): gen the helper class. arg

View File

@ -1,5 +1,5 @@
DIRS=codegen glib gdk gtk sample
ROOT=//$(subst \,/,$(subst :\,/,$(SYSTEMROOT)))
ROOT=/cygdrive/$(subst \,/,$(subst :\,/,$(SYSTEMROOT)))
CSC=$(ROOT)/microsoft.net/framework/v1.0.2914/csc.exe
all: