Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
9b2c9c08
Commit
9b2c9c08
authored
2 months ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Include the ciolib.manifest the right way
To get proper high DPI scaling and such
parent
29c9e244
No related branches found
No related tags found
1 merge request
!488
Overhaul LZH code
Pipeline
#7536
passed
2 months ago
Stage: build
Stage: test
Stage: cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfg.vcxproj
+6
-0
6 additions, 0 deletions
src/sbbs3/scfg/scfg.vcxproj
with
6 additions
and
0 deletions
src/sbbs3/scfg/scfg.vcxproj
+
6
−
0
View file @
9b2c9c08
...
...
@@ -108,6 +108,9 @@
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<OutputFile>
.\msvc.win32.exe.debug/scfg.bsc
</OutputFile>
</Bscmake>
<Manifest>
<AdditionalManifestFiles>
..\..\conio\ciolib.manifest
</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<Midl>
...
...
@@ -150,6 +153,9 @@
<SuppressStartupBanner>
true
</SuppressStartupBanner>
<OutputFile>
.\msvc.win32.exe.release/scfg.bsc
</OutputFile>
</Bscmake>
<Manifest>
<AdditionalManifestFiles>
..\..\conio\ciolib.manifest
</AdditionalManifestFiles>
</Manifest>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile
Include=
"..\dat_rec.c"
>
...
...
This diff is collapsed.
Click to expand it.
Rob Swindell
@rswindell
mentioned in commit
1601fd18
·
2 months ago
mentioned in commit
1601fd18
mentioned in commit 1601fd183cf6f2bca1a870da4bb8e12484327eb6
Toggle commit list
Rob Swindell
@rswindell
mentioned in commit
0d90a4f8
·
2 months ago
mentioned in commit
0d90a4f8
mentioned in commit 0d90a4f8d6e50258aeb101e0cd3d17fc741ccc17
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment