This commit is contained in:
twinaphex 2014-03-08 16:35:15 +01:00
commit b45c12e6b0
6 changed files with 8 additions and 8 deletions

View File

@ -1230,7 +1230,7 @@
<ClCompile Include="..\..\..\vidhrdw\blockout.c" />
<ClCompile Include="..\..\..\vidhrdw\bloodbro.c" />
<ClCompile Include="..\..\..\vidhrdw\blstroid.c" />
<ClCompile Include="..\..\..\vidhrdw\blueprnt.c" />
<ClCompile Include="..\..\..\vidhrdw\blueprnt_vidhrdw.c" />
<ClCompile Include="..\..\..\vidhrdw\bogeyman.c" />
<ClCompile Include="..\..\..\vidhrdw\bombjack.c" />
<ClCompile Include="..\..\..\vidhrdw\bosco.c" />
@ -1539,7 +1539,7 @@
<ClCompile Include="..\..\..\vidhrdw\overdriv.c" />
<ClCompile Include="..\..\..\vidhrdw\pacland.c" />
<ClCompile Include="..\..\..\vidhrdw\pandoras.c" />
<ClCompile Include="..\..\..\vidhrdw\paradise.c" />
<ClCompile Include="..\..\..\vidhrdw\paradise_vidhrdw.c" />
<ClCompile Include="..\..\..\vidhrdw\parodius.c" />
<ClCompile Include="..\..\..\vidhrdw\pass.c" />
<ClCompile Include="..\..\..\vidhrdw\pastelgl.c" />
@ -1792,8 +1792,8 @@
<ClCompile Include="..\..\..\vidhrdw\yard.c" />
<ClCompile Include="..\..\..\vidhrdw\ygv608.c" />
<ClCompile Include="..\..\..\vidhrdw\yiear.c" />
<ClCompile Include="..\..\..\vidhrdw\yunsun16.c" />
<ClCompile Include="..\..\..\vidhrdw\yunsung8.c" />
<ClCompile Include="..\..\..\vidhrdw\yunsun16_vidhrdw.c" />
<ClCompile Include="..\..\..\vidhrdw\yunsung8_vidhrdw.c" />
<ClCompile Include="..\..\..\vidhrdw\zac2650_vidhrdw.c" />
<ClCompile Include="..\..\..\vidhrdw\zaccaria_vidhrdw.c" />
<ClCompile Include="..\..\..\vidhrdw\zaxxon_vidhrdw.c" />

View File

@ -940,12 +940,12 @@ COREOBJS += \
$(OBJ)/drivers/looping.o \
COREOBJS += \
$(OBJ)/vidhrdw/paradise.o $(OBJ)/drivers/paradise.o \
$(OBJ)/vidhrdw/yunsung8.o $(OBJ)/drivers/yunsung8.o \
$(OBJ)/vidhrdw/yunsun16.o $(OBJ)/drivers/yunsun16.o \
$(OBJ)/vidhrdw/paradise_vidhrdw.o $(OBJ)/drivers/paradise.o \
$(OBJ)/vidhrdw/yunsung8_vidhrdw.o $(OBJ)/drivers/yunsung8.o \
$(OBJ)/vidhrdw/yunsun16_vidhrdw.o $(OBJ)/drivers/yunsun16.o \
COREOBJS += \
$(OBJ)/vidhrdw/blueprnt.o $(OBJ)/drivers/blueprnt.o \
$(OBJ)/vidhrdw/blueprnt_vidhrdw.o $(OBJ)/drivers/blueprnt.o \
COREOBJS += \
$(OBJ)/vidhrdw/fuukifg2.o $(OBJ)/drivers/fuukifg2.o \