~ubuntu-branches/ubuntu/maverick/vice/maverick

« back to all changes in this revision

Viewing changes to src/arch/os2/kbd/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-02-01 11:30:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050201113026-3eyakzsmmheclvjg
Tags: 1.16-1
* New upstream version
* Fixes crash on 64-bit architectures (closes: #287640)
* x128 working again (closes: #286767)
* Works fine with /dev/dsp in use (not in the main changelog, but tested
  on my local machine as working).  Presumably, this also takes care of
  the issue with dsp being held.  I'm not sure if this is because I'm
  testing it on a 2.6 kernel now -- if you are still having problems
  with /dev/dsp, please reopen the bugs. (closes: #152952, #207942)
* Don't kill Makefile.in on clean

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
USE_MIDAS_SOUND_TRUE = @USE_MIDAS_SOUND_TRUE@
157
157
USE_NLS = @USE_NLS@
158
158
VERSION = @VERSION@
 
159
VERSION_RC = @VERSION_RC@
 
160
VICE_VERSION = @VICE_VERSION@
 
161
VICE_VERSION_BUILD = @VICE_VERSION_BUILD@
 
162
VICE_VERSION_MAJOR = @VICE_VERSION_MAJOR@
 
163
VICE_VERSION_MINOR = @VICE_VERSION_MINOR@
159
164
WIN32_COMPILE_FALSE = @WIN32_COMPILE_FALSE@
160
165
WIN32_COMPILE_TRUE = @WIN32_COMPILE_TRUE@
161
166
WINDRES = @WINDRES@