~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Pastebin/Makefile.am

  • Committer: Alex Launi
  • Date: 2008-06-06 21:36:06 UTC
  • Revision ID: alex@eriktorvaldsonn-20080606213606-qsw4ihlhrpu17oz3
GCal Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
ASSEMBLY_COMPILER_COMMAND = gmcs
35
35
ASSEMBLY_COMPILER_FLAGS =  -noconfig -codepage:utf8 -warn:4 -optimize+ -debug "-define:DEBUG"
36
36
 
37
 
ASSEMBLY = ../buildrepo/Pastebin.dll
 
37
ASSEMBLY = bin/Debug/Pastebin.dll
38
38
ASSEMBLY_MDB = $(ASSEMBLY).mdb
39
39
COMPILE_TARGET = library
40
40
PROJECT_REFERENCES = 
41
 
BUILD_DIR = ../buildrepo
 
41
BUILD_DIR = bin/Debug
42
42
 
43
43
PASTEBIN_ADDIN_XML_SOURCE=src/Pastebin.addin.xml
44
44
 
76
76
 
77
77
REFERENCES =  \
78
78
        System \
79
 
        $(DOADDINS_LIBS) \
80
79
        Mono.Posix \
81
 
        System.Web
 
80
        System.Web \
 
81
        $(DOADDINS_LIBS)
82
82
 
83
83
DLL_REFERENCES = 
84
84