[mapguide-commits] r4283 - trunk/MgDev/Web/src/DotNetApi

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Oct 2 22:44:24 EDT 2009


Author: waltweltonlair
Date: 2009-10-02 22:44:23 -0400 (Fri, 02 Oct 2009)
New Revision: 4283

Modified:
   trunk/MgDev/Web/src/DotNetApi/Makefile
Log:
MapGuideDotNetApi.dll is now generated from sub-assemblies and not generated code.  Remove
the unnecessary calls to delete generated source code from the clean targets in the makefile.

Modified: trunk/MgDev/Web/src/DotNetApi/Makefile
===================================================================
--- trunk/MgDev/Web/src/DotNetApi/Makefile	2009-10-02 19:59:01 UTC (rev 4282)
+++ trunk/MgDev/Web/src/DotNetApi/Makefile	2009-10-03 02:44:23 UTC (rev 4283)
@@ -1,16 +1,8 @@
 cleandebug:
-  del /Q .\Mg*.cs
-  del /Q .\*Constants.cs
-  del /Q .\*PINVOKE.cs
-  del /Q .\*Api.cs
   if exist $(OUTDIR)\MapGuideDotNetApid.dll del $(OUTDIR)\MapGuideDotNetApid.dll
   if exist $(OUTDIR)\MapGuideDotNetApid.pdb del $(OUTDIR)\MapGuideDotNetApid.pdb
 
 cleanrelease:
-  del /Q .\Mg*.cs
-  del /Q .\*Constants.cs
-  del /Q .\*PINVOKE.cs
-  del /Q .\*Api.cs
   if exist $(OUTDIR)\MapGuideDotNetApi.dll del $(OUTDIR)\MapGuideDotNetApi.dll
   if exist $(OUTDIR)\MapGuideDotNetApi.pdb del $(OUTDIR)\MapGuideDotNetApi.pdb
 



More information about the mapguide-commits mailing list