~ubuntu-branches/debian/sid/mono-upnp/sid

« back to all changes in this revision

Viewing changes to src/Mono.Upnp.Dcp/Mono.Upnp.Dcp.MediaServer1/Mono.Upnp.Dcp.MediaServer1.FileSystem/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-02-16 03:45:17 UTC
  • Revision ID: package-import@ubuntu.com-20120216034517-9ex3x0yopm5s6ulq
Tags: 0.1.0-1
Initial release (Closes: #659954)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
if ENABLE_DEBUG
7
7
ASSEMBLY_COMPILER_COMMAND = gmcs
8
 
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG" "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1-filesystem.snk"
 
8
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize- -debug "-define:DEBUG"
9
9
ASSEMBLY = ../../../../bin/Mono.Upnp.Dcp.MediaServer1.FileSystem.dll
10
10
ASSEMBLY_MDB = $(ASSEMBLY).mdb
11
11
COMPILE_TARGET = library
30
30
 
31
31
if ENABLE_RELEASE
32
32
ASSEMBLY_COMPILER_COMMAND = gmcs
33
 
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ "-keyfile:$(srcdir)/mono-upnp-dcp-mediaserver1-filesystem.snk"
 
33
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+
34
34
ASSEMBLY = ../../../../bin/Mono.Upnp.Dcp.MediaServer1.FileSystem.dll
35
35
ASSEMBLY_MDB = 
36
36
COMPILE_TARGET = library