mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-19 04:08:45 +00:00
Added .cpp/.h: 6821, MouseInterface, & Tape
Added lib: dinput8.lib
This commit is contained in:
parent
739111f9f6
commit
6722ad3c14
@ -39,7 +39,7 @@
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="htmlhelp.lib comctl32.lib ddraw.lib winmm.lib dsound.lib dxguid.lib version.lib strmiids.lib"
|
AdditionalDependencies="htmlhelp.lib comctl32.lib ddraw.lib winmm.lib dsound.lib dxguid.lib version.lib strmiids.lib dinput8.lib"
|
||||||
OutputFile=".\Release/AppleWin.exe"
|
OutputFile=".\Release/AppleWin.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
@ -101,7 +101,7 @@
|
|||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
AdditionalDependencies="htmlhelp.lib comctl32.lib ddraw.lib winmm.lib dsound.lib dxguid.lib version.lib strmiids.lib"
|
AdditionalDependencies="htmlhelp.lib comctl32.lib ddraw.lib winmm.lib dsound.lib dxguid.lib version.lib strmiids.lib dinput8.lib"
|
||||||
OutputFile=".\Debug/AppleWin.exe"
|
OutputFile=".\Debug/AppleWin.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
SuppressStartupBanner="TRUE"
|
SuppressStartupBanner="TRUE"
|
||||||
@ -145,6 +145,9 @@
|
|||||||
<Filter
|
<Filter
|
||||||
Name="Source"
|
Name="Source"
|
||||||
Filter=".cpp">
|
Filter=".cpp">
|
||||||
|
<File
|
||||||
|
RelativePath=".\source\6821.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\source\Applewin.cpp">
|
RelativePath=".\source\Applewin.cpp">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
@ -193,6 +196,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\source\Mockingboard.cpp">
|
RelativePath=".\source\Mockingboard.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\source\MouseInterface.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\source\ParallelPrinter.cpp">
|
RelativePath=".\source\ParallelPrinter.cpp">
|
||||||
</File>
|
</File>
|
||||||
@ -223,6 +229,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\source\Speaker.cpp">
|
RelativePath=".\source\Speaker.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\source\Tape.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\source\Util_MemoryTextFile.cpp">
|
RelativePath=".\source\Util_MemoryTextFile.cpp">
|
||||||
</File>
|
</File>
|
||||||
@ -322,6 +331,9 @@
|
|||||||
<Filter
|
<Filter
|
||||||
Name="Include"
|
Name="Include"
|
||||||
Filter=".h">
|
Filter=".h">
|
||||||
|
<File
|
||||||
|
RelativePath=".\source\6821.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\source\Applewin.h">
|
RelativePath=".\source\Applewin.h">
|
||||||
</File>
|
</File>
|
||||||
@ -361,6 +373,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\source\Mockingboard.h">
|
RelativePath=".\source\Mockingboard.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\source\MouseInterface.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\source\ParallelPrinter.h">
|
RelativePath=".\source\ParallelPrinter.h">
|
||||||
</File>
|
</File>
|
||||||
@ -394,6 +409,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\source\Structs.h">
|
RelativePath=".\source\Structs.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\source\Tape.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\source\Util_MemoryTextFile.h">
|
RelativePath=".\source\Util_MemoryTextFile.h">
|
||||||
</File>
|
</File>
|
||||||
|
Loading…
Reference in New Issue
Block a user