Skip to content

Commit

Permalink
Windows: Provide dosbox.reference.conf as part of build
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Dec 24, 2017
1 parent 3e50bfe commit 72b41c6
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions vs2015/dosbox-x.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@
</Message>
</CustomBuildStep>
<PostBuildEvent>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"</Command>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"
copy "$(SolutionDir)\..\dosbox.reference.conf" "$(OutputPath)\dosbox.reference.conf"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Expand Down Expand Up @@ -259,7 +260,8 @@
</Message>
</CustomBuildStep>
<PostBuildEvent>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"</Command>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"
copy "$(SolutionDir)\..\dosbox.reference.conf" "$(OutputPath)\dosbox.reference.conf"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Expand Down Expand Up @@ -300,7 +302,8 @@
</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"</Command>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"
copy "$(SolutionDir)\..\dosbox.reference.conf" "$(OutputPath)\dosbox.reference.conf"</Command>
<Message>
</Message>
</PostBuildEvent>
Expand Down Expand Up @@ -349,7 +352,8 @@
</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"</Command>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"
copy "$(SolutionDir)\..\dosbox.reference.conf" "$(OutputPath)\dosbox.reference.conf"</Command>
<Message>
</Message>
</PostBuildEvent>
Expand Down Expand Up @@ -402,7 +406,8 @@
</Message>
</CustomBuildStep>
<PostBuildEvent>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"</Command>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"
copy "$(SolutionDir)\..\dosbox.reference.conf" "$(OutputPath)\dosbox.reference.conf"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Expand Down Expand Up @@ -451,7 +456,8 @@
</Message>
</CustomBuildStep>
<PostBuildEvent>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"</Command>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"
copy "$(SolutionDir)\..\dosbox.reference.conf" "$(OutputPath)\dosbox.reference.conf"</Command>
</PostBuildEvent>
<PostBuildEvent>
<Message>
Expand Down Expand Up @@ -493,7 +499,8 @@
</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"</Command>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"
copy "$(SolutionDir)\..\dosbox.reference.conf" "$(OutputPath)\dosbox.reference.conf"</Command>
<Message>
</Message>
</PostBuildEvent>
Expand Down Expand Up @@ -543,7 +550,8 @@
</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"</Command>
<Command>copy "$(SolutionDir)\..\font\FREECG98.BMP" "$(OutputPath)\FREECG98.BMP"
copy "$(SolutionDir)\..\dosbox.reference.conf" "$(OutputPath)\dosbox.reference.conf"</Command>
<Message>
</Message>
</PostBuildEvent>
Expand Down

0 comments on commit 72b41c6

Please sign in to comment.