~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to SSH/Makefile.am

  • Committer: Alex Launi
  • Date: 2008-06-07 05:52:01 UTC
  • Revision ID: alex@eriktorvaldsonn-20080607055201-gip5v5ppp2emon37
Fix null error and config in GMail

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/SSH.dll
 
37
ASSEMBLY = bin/Debug/SSH.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
SSH_ADDIN_XML_SOURCE=src/SSH.addin.xml
44
44
 
71
71
 
72
72
REFERENCES =  \
73
73
        System \
74
 
        $(DOADDINS_LIBS) \
75
74
        $(GCONF_SHARP_20_LIBS) \
76
 
        System.Xml
 
75
        System.Xml \
 
76
        $(DOADDINS_LIBS)
77
77
 
78
78
DLL_REFERENCES = 
79
79