~ubuntu-branches/ubuntu/jaunty/geany/jaunty

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-02-25 21:12:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070225211213-jk4d4vxtgji0rj74
Tags: 0.10.2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a -lstdc++ @PACKAGE_LIBS@ \
45
45
                        $(INTLLIBS) -lgdi32 -limm32 -lshell32 -lole32 -luuid -liberty -lcomdlg32 -lcomctl32 \
46
46
                        geany_private.res
47
 
AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe -mms-bitfields
 
47
AM_CFLAGS = -Wall -pipe -mms-bitfields
48
48
#AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe -mms-bitfields -g -O0
49
49
geany_LDFLAGS = -mwindows
50
50
 
59
59
 
60
60
else
61
61
# build Geany for all other platforms
62
 
AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe
 
62
AM_CFLAGS = -Wall -pipe
63
63
#AM_CFLAGS = -DGEANY_DEBUG -Wall -pipe -g -O0
64
64
geany_SOURCES = $(SRCS) vte.c vte.h
65
65
geany_LDADD = ../scintilla/libscintilla.a ../tagmanager/libtagmanager.a @PACKAGE_LIBS@ -lstdc++ $(INTLLIBS)