Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vs
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-08-22 00:06:02 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-08-22 08:32:33 +0300
commitf2b967b2ad1d18f6075b93495a5a257c8b3d29f7 (patch)
tree2431c0261a8c2072f39db11c36ba92f65949cf4f /vs
parent76c851f423845bbd6f218b1f4ee80f62bc706c3e (diff)
Add a path-simplifying filesystem utility function
Diffstat (limited to 'vs')
-rw-r--r--vs/dosbox.vcxproj1
-rw-r--r--vs/dosbox.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/vs/dosbox.vcxproj b/vs/dosbox.vcxproj
index 0f1571133..6066b9f46 100644
--- a/vs/dosbox.vcxproj
+++ b/vs/dosbox.vcxproj
@@ -678,6 +678,7 @@ IF %ERRORLEVEL% LSS 8 SET ERRORLEVEL = 0</Command>
<ClCompile Include="..\src\misc\cross.cpp" />
<ClCompile Include="..\src\misc\ethernet.cpp" />
<ClCompile Include="..\src\misc\ethernet_slirp.cpp" />
+ <ClCompile Include="..\src\misc\fs_utils.cpp" />
<ClCompile Include="..\src\misc\fs_utils_win32.cpp" />
<ClCompile Include="..\src\misc\help_util.cpp" />
<ClCompile Include="..\src\misc\messages.cpp" />
diff --git a/vs/dosbox.vcxproj.filters b/vs/dosbox.vcxproj.filters
index 34b54fc74..57fad0b48 100644
--- a/vs/dosbox.vcxproj.filters
+++ b/vs/dosbox.vcxproj.filters
@@ -457,6 +457,9 @@
<ClCompile Include="..\src\dos\program_placeholder.cpp">
<Filter>src\dos</Filter>
</ClCompile>
+ <ClCompile Include="..\src\misc\fs_utils.cpp">
+ <Filter>src\misc</Filter>
+ </ClCompile>
<ClCompile Include="..\src\misc\fs_utils_win32.cpp">
<Filter>src\misc</Filter>
</ClCompile>