[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / Mono.Data.Sqlite / Makefile
index a5453d47d276e77ca89d54779f5ff3929f886483..bde698a46eec305df0ae49cfc8dfddb7c477c61c 100644 (file)
@@ -11,6 +11,7 @@ PREBUILT = $(RESX_RESOURCES:=.prebuilt)
 
 LIBRARY = Mono.Data.Sqlite.dll
 LIB_REFS = System System.Data System.Transactions System.Xml
+KEYFILE = ../mono.pub
 LIB_MCS_FLAGS = /unsafe \
        $(RESOURCES:%=-resource:%) -d:SQLITE_STANDARD
 
@@ -42,5 +43,5 @@ $(PREBUILT): %.prebuilt: %
        cp $* $@
 
 $(RESX_RESOURCES): %.resources: %.resx
-       $(RESGEN) $< || cp $@.prebuilt $@
+       $(RESGEN) -useSourcePath $< || cp $@.prebuilt $@