Fix build on cygwin for win32 (Microsoft.VisualBasic)
authorWade Berrier <wade@mono-cvs.ximian.com>
Tue, 23 Aug 2005 15:28:24 +0000 (15:28 -0000)
committerWade Berrier <wade@mono-cvs.ximian.com>
Tue, 23 Aug 2005 15:28:24 +0000 (15:28 -0000)
svn path=/trunk/mcs/; revision=48737

mcs/build/platforms/win32.make

index c81b675438410e044ae4e98c9aab982cb76c2a13..66ca283f0da771e73d66e92f0f1748e5dd669f2f 100644 (file)
@@ -15,7 +15,7 @@ EXTERNAL_RUNTIME =
 # Disabled since it needs the SDK
 #RESGEN = resgen.exe
 #ILDISASM = ildasm.exe /test
-RESGEN = $(topdir)/tools/resgen/resgen.exe
+RESGEN = MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_RESGEN)
 
 #ILDISASM = monodis.bat
 ## Gross hack