Skip to content

Commit

Permalink
v 2.5.9
Browse files Browse the repository at this point in the history
uses /LARGEADDRESSAWARE
  • Loading branch information
Frederic Delhoume committed Aug 1, 2022
1 parent 5665975 commit 5c8bf1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ LD = link
DEBUG=/Ox

VERSION=2.5
VERSIONSHORT=257
VERSIONSHORT=258

CFLAGS = /nologo /W3 $(DEBUG) /D_CRT_SECURE_NO_DEPRECATE /DWIN32 /DWINDOWS /I.
LDFLAGS = $(LDDEBUG) /SUBSYSTEM:WINDOWS /nodefaultlib:libc /VERSION:$(VERSION)
LDFLAGS = $(LDDEBUG) /SUBSYSTEM:WINDOWS /nodefaultlib:libc /VERSION:$(VERSION) /LARGEADDRESSAWARE

SYSLIBS = wininet.lib user32.lib gdi32.lib kernel32.lib comctl32.lib comdlg32.lib shlwapi.lib \
shell32.lib advapi32.lib version.lib strsafe.lib msimg32.lib winmm.lib
Expand Down
8 changes: 4 additions & 4 deletions src/resources/vliv.rc
Original file line number Diff line number Diff line change
Expand Up @@ -141,19 +141,19 @@ BEGIN
END

1 VERSIONINFO
FILEVERSION 2,5,8,0
PRODUCTVERSION 2,5,8,0
FILEVERSION 2,5,9,0
PRODUCTVERSION 2,5,9,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904e4"
BEGIN
VALUE "CompanyName", "Frederic Delhoume\0"
VALUE "FileDescription", "Very Large Image Viewer\0"
VALUE "FileVersion", "2.5.8\0"
VALUE "FileVersion", "2.5.9\0"
VALUE "LegalCopyright", "Copyright (c) Frederic Delhoume 2003-2022\0"
VALUE "ProductName", "Vliv\0"
VALUE "ProductVersion", "2.5.8\0"
VALUE "ProductVersion", "2.5.9\0"
END
END
END

0 comments on commit 5c8bf1d

Please sign in to comment.