Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
;Predefined directory prefixes are $PROGRAMFILES$, $WINDIR$, | ||
;$SYSDIR$, $WINDRIVE$, $CURDIR$, $TEMPDIR$ | ||
|
||
$general | ||
Readme readme.txt | ||
|
||
Defaultdir $PROGRAMFILES$\WinCDEmu | ||
Options SelectDir | ||
Components main,drivers | ||
RootComps main,drivers | ||
Version 4.0 | ||
UID {420D7C52-B473-481b-9E20-2DB4BF9A7E80} | ||
Name "WinCDEmu" | ||
CustomUninstallCmd $DESTDIR$\uninstall$64_OR_VOID$.exe | ||
|
||
$main | ||
file main.xic | ||
options default | ||
;requires none | ||
|
||
$drivers | ||
file drivers.xic | ||
options default | ||
;requires none | ||
;Predefined directory prefixes are $PROGRAMFILES$, $WINDIR$, | ||
;$SYSDIR$, $WINDRIVE$, $CURDIR$, $TEMPDIR$ | ||
$general | ||
Readme readme.txt | ||
Defaultdir $PROGRAMFILES$\WinCDEmu | ||
Options SelectDir | ||
Components main,drivers | ||
RootComps main,drivers | ||
Version 4.1 | ||
UID {420D7C52-B473-481b-9E20-2DB4BF9A7E80} | ||
Name "WinCDEmu" | ||
CustomUninstallCmd $DESTDIR$\uninstall$64_OR_VOID$.exe | ||
$main | ||
file main.xic | ||
options default | ||
;requires none | ||
$drivers | ||
file drivers.xic | ||
options default | ||
;requires none |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
#pragma once | ||
#define WINCDEMU_VERSION 4,0 | ||
#define WINCDEMU_VERSION_STR "4.0" | ||
#define COPYRIGHT_STR "LGPL" | ||
#define TRADEMARKS_STR "Sysprogs" | ||
#define PRODUCTNAME_STR "WinCDEmu" | ||
#define COMPANY_STR "Sysprogs OU" | ||
#define COMMENTS_STR "http://wincdemu.sysprogs.org/" | ||
#define WINCDEMU_VER_INT 0x04000001 | ||
#pragma once | ||
#define WINCDEMU_VERSION 4,1 | ||
#define WINCDEMU_VERSION_STR "4.1" | ||
#define COPYRIGHT_STR "LGPL" | ||
#define TRADEMARKS_STR "Sysprogs" | ||
#define PRODUCTNAME_STR "WinCDEmu" | ||
#define COMPANY_STR "Sysprogs OU" | ||
#define COMMENTS_STR "http://wincdemu.sysprogs.org/" | ||
#define WINCDEMU_VER_INT 0x04010001 |