here's patch for clean.
For other quest you'll be in position to fix this within minutes whereas
i'm not firm with makefile-system you created. So hopefully in best will
for mysqllpp you'll find some time to fix this.
Warren Young schrieb:
> Thomas Werth wrote:
>
>>
>> One more suggestion to new make system: It would be nice to have option
>> to link debug mysqlpp against debug libmysql.lib .
>
>
> Send a patch.
>
>> btw. it would be nice if debug files would be stored in debug folder
>
>
> Send a patch.
>
>> Will make clean in future clean all ( including release )
>
>
> Send a patch.
>
Index: F:/dev/Projekte/cpp/mysql++Svn/lib/Makefile.base
===================================================================
--- F:/dev/Projekte/cpp/mysql++Svn/lib/Makefile.base (revision 1064)
+++ F:/dev/Projekte/cpp/mysql++Svn/lib/Makefile.base (working copy)
@@ -45,7 +45,7 @@
install: install_platform
clean:
- $(DEL) $(OBJS) $(LIB_FILE) $(EXTRA_CLEAN)
+ $(DEL) $(OBJS) $(LIB_FILE) $(EXTRA_CLEAN) release\*.*
$(LIB_FILE): $(OBJS)