Diff for /np2/x11/qt/Attic/xnp2.pro between versions 1.6 and 1.9

version 1.6, 2004/01/13 16:31:21 version 1.9, 2004/02/19 14:22:56
Line 41  contains(SOUND_DRIVER, SDLMIXER) { Line 41  contains(SOUND_DRIVER, SDLMIXER) {
 # common part  # common part
 #  #
   
 DEFINES+= USE_QT  DEFINES+= USE_QT=1
   
 INCLUDEPATH+= . .. ../.. ../../common ../../generic  INCLUDEPATH+= . .. ../.. ../../common ../../generic
 INCLUDEPATH+= ../../bios ../../cbus ../../fdd ../../font  INCLUDEPATH+= ../../bios ../../cbus ../../fdd ../../font
 INCLUDEPATH+= ../../io ../../lio ../../vram  INCLUDEPATH+= ../../io ../../lio ../../vram
 INCLUDEPATH+= ../../sound ../../sound/vermouth  INCLUDEPATH+= ../../sound ../../sound/vermouth ../../sound/getsnd
 INCLUDEPATH+= ../debug  INCLUDEPATH+= ../debug
 INCLUDEPATH+= ../../i286c  INCLUDEPATH+= ../../i286c
   
Line 64  SOURCES+= ../../common/strres.c ../../co Line 64  SOURCES+= ../../common/strres.c ../../co
 SOURCES+= ../../bios/bios.c ../../bios/bios02.c ../../bios/bios08.c \  SOURCES+= ../../bios/bios.c ../../bios/bios02.c ../../bios/bios08.c \
           ../../bios/bios09.c ../../bios/bios0c.c ../../bios/bios12.c \            ../../bios/bios09.c ../../bios/bios0c.c ../../bios/bios12.c \
           ../../bios/bios13.c ../../bios/bios18.c ../../bios/bios19.c \            ../../bios/bios13.c ../../bios/bios18.c ../../bios/bios19.c \
           ../../bios/bios1a.c ../../bios/bios1b.c ../../bios/bios1c.c            ../../bios/bios1a.c ../../bios/bios1b.c ../../bios/bios1c.c \
             ../../bios/sxsibios.c
   
 SOURCES+= ../../cbus/cbuscore.c ../../cbus/pc9861k.c ../../cbus/mpu98ii.c \  SOURCES+= ../../cbus/cbuscore.c ../../cbus/pc9861k.c ../../cbus/mpu98ii.c \
           ../../cbus/amd98.c ../../cbus/board118.c ../../cbus/board14.c \            ../../cbus/amd98.c ../../cbus/board118.c ../../cbus/board14.c \
           ../../cbus/board26k.c ../../cbus/board86.c ../../cbus/boardspb.c \            ../../cbus/board26k.c ../../cbus/board86.c ../../cbus/boardspb.c \
           ../../cbus/boardx2.c ../../cbus/cs4231io.c ../../cbus/pcm86io.c            ../../cbus/boardx2.c ../../cbus/cs4231io.c ../../cbus/pcm86io.c \
             ../../cbus/sasiio.c ../../cbus/scsicmd.c ../../cbus/scsiio.c
   
 SOURCES+= ../../fdd/diskdrv.c ../../fdd/newdisk.c ../../fdd/fddfile.c \  SOURCES+= ../../fdd/diskdrv.c ../../fdd/newdisk.c ../../fdd/fddfile.c \
           ../../fdd/fdd_xdf.c ../../fdd/fdd_d88.c ../../fdd/fdd_mtr.c \            ../../fdd/fdd_xdf.c ../../fdd/fdd_d88.c ../../fdd/fdd_mtr.c \
Line 84  SOURCES+= ../../generic/cmjasts.c \ Line 86  SOURCES+= ../../generic/cmjasts.c \
   
 SOURCES+= ../../io/iocore.c ../../io/artic.c ../../io/cgrom.c ../../io/cpuio.c \  SOURCES+= ../../io/iocore.c ../../io/artic.c ../../io/cgrom.c ../../io/cpuio.c \
           ../../io/crtc.c ../../io/dipsw.c ../../io/dmac.c ../../io/egc.c \            ../../io/crtc.c ../../io/dipsw.c ../../io/dmac.c ../../io/egc.c \
           ../../io/extmem.c ../../io/fdc.c ../../io/fdd320.c ../../io/gdc.c \            ../../io/emsio.c ../../io/fdc.c ../../io/fdd320.c ../../io/gdc.c \
           ../../io/gdc_sub.c ../../io/gdc_pset.c \            ../../io/gdc_sub.c ../../io/gdc_pset.c \
           ../../io/mouseif.c ../../io/nmiio.c ../../io/np2sysp.c \            ../../io/mouseif.c ../../io/nmiio.c ../../io/np2sysp.c \
           ../../io/pic.c ../../io/pit.c ../../io/printif.c ../../io/serial.c \            ../../io/pic.c ../../io/pit.c ../../io/printif.c ../../io/serial.c \
Line 96  SOURCES+= ../../lio/lio.c ../../lio/gscr Line 98  SOURCES+= ../../lio/lio.c ../../lio/gscr
           ../../lio/gpset.c ../../lio/gline.c ../../lio/gput1.c            ../../lio/gpset.c ../../lio/gline.c ../../lio/gput1.c
   
 SOURCES+= ../../pccore.c ../../nevent.c ../../calendar.c ../../timing.c \  SOURCES+= ../../pccore.c ../../nevent.c ../../calendar.c ../../timing.c \
           ../../debugsub.c ../../statsave.c            ../../debugsub.c ../../statsave.c ../../keystat.c
   
 SOURCES+= ../../sound/sound.c ../../sound/soundrom.c ../../sound/s98.c \  SOURCES+= ../../sound/sound.c ../../sound/soundrom.c ../../sound/s98.c \
           ../../sound/adpcmc.c ../../sound/adpcmg.c \            ../../sound/adpcmc.c ../../sound/adpcmg.c \

Removed from v.1.6  
changed lines
  Added in v.1.9


RetroPC.NET-CVS <cvs@retropc.net>