~ubuntu-branches/ubuntu/dapper/xvier/dapper

« back to all changes in this revision

Viewing changes to Imakefile

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2004-10-08 13:08:30 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041008130830-fwtsbg8vt1mh6sp4
Tags: 1.0-7.1
* NMU
* Check that update-menus is actually executable in postinst and postrm. 
  (closes: #271956)
* Add quotes around need-part in menu file

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
PROGNAME        = /usr/games/xvier_prog
17
17
DEFINES         = $(XVIER_ASPECT) $(NO_FD_SET) $(NO_SELECT) \
18
18
                        $(NO_GETDTABSIZE) -DPROGNAME=\"$(PROGNAME)\"
19
 
 
20
 
CDEBUGFLAGS     = -O3
 
19
CDEBUGFLAGS     = -g -O2 -Wall
21
20
 
22
21
PROGRAMS        = xvier xvier_prog
23
22