DXGL r150 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r149
‎ |
r150
|
r151
>
Date:
18:19, 28 May 2012
Author:
admin
Status:
new
Tags:
Comment:
Set version info on installer.
Update copyright year in version info.
Modified paths:
/Installer/dxgl.nsi
(modified) (
history
)
/ddraw/ddraw.rc
(modified) (
history
)
/dxglcfg/dxglcfg.rc
(modified) (
history
)
/dxgltest/dxgltest.rc
(modified) (
history
)
Diff
[
purge
]
Index: Installer/dxgl.nsi
—
—
@@ -4,7 +4,6 @@
5
5
6
6
!include 'LogicLib.nsh'
7
7
8
Â
-
9
8
; HM NIS Edit Wizard helper defines
10
9
!define PRODUCT_NAME "DXGL"
11
10
!define PRODUCT_PUBLISHER "William Feely"
—
—
@@ -63,6 +62,15 @@
64
63
ShowInstDetails show
65
64
ShowUnInstDetails show
66
65
Â
66
+VIProductVersion "${PRODUCT_VERSION}.0"
Â
67
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "DXGL ${PRODUCT_VERSION} Installer"
Â
68
+VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "${PRODUCT_VERSION}"
Â
69
+VIAddVersionKey /LANG=${LANG_ENGLISH} "InternalName" "DXGL"
Â
70
+VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Copyright © 2011-2012 William Feely"
Â
71
+VIAddVersionKey /LANG=${LANG_ENGLISH} "OriginalFilename" "DXGL-${PRODUCT_VERSION}-win32.exe"
Â
72
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "DXGL"
Â
73
+VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "${PRODUCT_VERSION}"
Â
74
+
67
75
Section "MainSection" SEC01
68
76
SetOutPath "$INSTDIR"
69
77
SetOverwrite ifnewer
Index: ddraw/ddraw.rc
—
—
@@ -53,7 +53,7 @@
54
54
VALUE "FileDescription", "DXGL DDraw Library"
55
55
VALUE "FileVersion", DXGLVERSTRING
56
56
VALUE "InternalName", "DXGL"
57
Â
- VALUE "LegalCopyright", "Copyright (C) 2011 William Feely"
Â
57
+ VALUE "LegalCopyright", "Copyright (C) 2011-2012 William Feely"
58
58
VALUE "OriginalFilename", "DDraw.dll"
59
59
VALUE "ProductName", "DXGL"
60
60
VALUE "ProductVersion", DXGLVERSTRING
Index: dxglcfg/dxglcfg.rc
—
—
@@ -106,7 +106,7 @@
107
107
VALUE "FileDescription", "DXGL Configuration Program"
108
108
VALUE "FileVersion", DXGLVERSTRING
109
109
VALUE "InternalName", "DXGL"
110
Â
- VALUE "LegalCopyright", "Copyright © 2011 William Feely"
Â
110
+ VALUE "LegalCopyright", "Copyright © 2011-2012 William Feely"
111
111
VALUE "OriginalFilename", "dxglcfg.exe"
112
112
VALUE "ProductName", "DXGL"
113
113
VALUE "ProductVersion", DXGLVERSTRING
Index: dxgltest/dxgltest.rc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version