Author: zbowling
Date: 2005-03-15 13:11:32 -0500 (Tue, 15 Mar 2005)
New Revision: 41847

Modified:
   trunk/xsp/test/1.1/hangman-vb/ChangeLog
   trunk/xsp/test/1.1/hangman-vb/Makefile
Log:
2005-03-15 Zac Bowling <[EMAIL PROTECTED]>
       * Makefile: added "mkdir -p bin" to fix build error


Modified: trunk/xsp/test/1.1/hangman-vb/ChangeLog
===================================================================
--- trunk/xsp/test/1.1/hangman-vb/ChangeLog     2005-03-15 17:34:36 UTC (rev 
41846)
+++ trunk/xsp/test/1.1/hangman-vb/ChangeLog     2005-03-15 18:11:32 UTC (rev 
41847)
@@ -1,2 +1,5 @@
+2005-03-15 Zac Bowling <[EMAIL PROTECTED]>
+       * Makefile: added "mkdir -p bin" to fix build error
+
 2004-10-01 Anirban Bhattacharjee<[EMAIL PROTECTED]>
        * New directory

Modified: trunk/xsp/test/1.1/hangman-vb/Makefile
===================================================================
--- trunk/xsp/test/1.1/hangman-vb/Makefile      2005-03-15 17:34:36 UTC (rev 
41846)
+++ trunk/xsp/test/1.1/hangman-vb/Makefile      2005-03-15 18:11:32 UTC (rev 
41847)
@@ -1,2 +1,3 @@
 all:
+       mkdir -p bin
        mbas hangman.aspx.vb /target:library 
/r:System.Web.dll,System.Drawing.dll,System.dll /out:./bin/hangman.dll

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to