~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Epiphany/Makefile.am

  • Committer: David Siegel
  • Date: 2008-06-02 19:48:18 UTC
  • Revision ID: dave@x-20080602194818-i7rtmvlbq2461ey3
Added repo.py

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/Epiphany.dll
 
37
ASSEMBLY = bin/Debug/Epiphany.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
EPIPHANY_ADDIN_XML_SOURCE=src/Epiphany.addin.xml
44
44