~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Pastebin/Makefile.am

Make release default build option.  Add --config repo to autotools options for
all sorts of goodies.  I don't think there is a need to do a make install with
that option

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
endif
32
32
 
 
33
if ENABLE_REPO
 
34
ASSEMBLY_COMPILER_COMMAND = gmcs
 
35
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug -define:DEBUG
 
36
ASSEMBLY = ../buildrepo/Pastebin.dll
 
37
ASSEMBLY_MDB = $(ASSEMBLY).mdb
 
38
COMPILE_TARGET = library
 
39
PROJECT_REFERENCES = 
 
40
BUILD_DIR = ../buildrepo
 
41
 
 
42
PASTEBIN_ADDIN_XML_SOURCE=src/Pastebin.addin.xml
 
43
 
 
44
endif
 
45
 
33
46
AL=al2
34
47
SATELLITE_ASSEMBLY_NAME=.resources.dll
35
48