[tasque] [build] Make RtmNet easier to debug by generating mdb files



commit 1dfdb477453185c2f76dd5795616a08969957fc3
Author: Antonius Riha <antoniusriha gmail com>
Date:   Thu Aug 23 14:50:20 2012 +0200

    [build] Make RtmNet easier to debug by generating mdb files

 RtmNet/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/RtmNet/Makefile.am b/RtmNet/Makefile.am
index b6bb001..98be76f 100644
--- a/RtmNet/Makefile.am
+++ b/RtmNet/Makefile.am
@@ -4,6 +4,7 @@ TARGET = RtmNet.dll
 
 if ENABLE_DEBUG
 CSFLAGS = -debug -d:DEBUG
+MDBFILES = $(TARGET).mdb
 endif
 
 CSFILES = \
@@ -43,8 +44,10 @@ ASSEMBLIES =  \
 $(TARGET): $(CSFILES)
 	$(CSC) -unsafe -out:$@ -t:library -noconfig -codepage:utf8 -warn:4 $(CSFLAGS) $^ $(ASSEMBLIES) $(RESOURCES)
 
+$(TARGET).mdb: $(TARGET)
+
 tasquelibdir = $(libdir)/tasque
-tasquelib_DATA = $(TARGET)	
+tasquelib_DATA = $(TARGET) $(MDBFILES)
 
 bin_SCRIPTS = $(WRAPPER)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]