Skip to content

Commit

Permalink
VisualC: remove VisualC/version.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Sep 29, 2023
1 parent 330bc90 commit 92d8320
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 122 deletions.
105 changes: 0 additions & 105 deletions VisualC/Version.rc

This file was deleted.

15 changes: 0 additions & 15 deletions VisualC/resource.h

This file was deleted.

2 changes: 1 addition & 1 deletion build-scripts/test-versioning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else
not_ok "CMakeLists.txt $version disagrees with SDL_image.h $ref_version"
fi

for rcfile in src/version.rc VisualC/Version.rc; do
for rcfile in src/version.rc; do
tuple=$(sed -ne 's/^ *FILEVERSION *//p' "$rcfile" | tr -d '\r')
ref_tuple="${ref_major},${ref_minor},${ref_micro},0"

Expand Down
2 changes: 1 addition & 1 deletion src/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ BEGIN
VALUE "FileVersion", "3, 0, 0, 0\0"
VALUE "InternalName", "SDL_image\0"
VALUE "LegalCopyright", "Copyright (C) 2023 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_image.dll\0"
VALUE "OriginalFilename", "SDL3_image.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "3, 0, 0, 0\0"
END
Expand Down

0 comments on commit 92d8320

Please sign in to comment.