Commit 023d7398 authored by Jon Skeet's avatar Jon Skeet Committed by Jon Skeet

Update Makefile in terms of C# sources and keyfile command line option

committer: Jon Skeet <skeet@pobox.com>
parent 4e6215c7
......@@ -55,7 +55,7 @@ Google.ProtocolBuffers.dll_sources = \
Google.ProtocolBuffers.dll: $(Google.ProtocolBuffers.dll_sources)
cp $(srcdir)/ProtocolBuffers/Properties/Google.ProtocolBuffers.snk .
gmcs -codepage:utf8 -debug -target:library -out:Google.ProtocolBuffers.dll \
$(Google.ProtocolBuffers.dll_sources) -keyfile Google.ProtocolBuffers.snk
$(Google.ProtocolBuffers.dll_sources) -keyfile:Google.ProtocolBuffers.snk
install-data-local: Google.ProtocolBuffers.dll
gacutil -i Google.ProtocolBuffers.dll -package google
......@@ -64,4 +64,3 @@ EXTRA_DIST = $(Google.ProtocolBuffers.dll_sources) google-pb.pc.in
google-pb.pc: Makefile.am google-pb.pc.in
sed "s,@PREFIX@,${prefix}," < $(srcdir)/google-pb.pc.in > google-pb.pc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment