Skip to content

Commit 2ed62ca

Browse files
committed
A little readme text updating
1 parent 73c68ef commit 2ed62ca

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

listeners/GPII_RFIDListener/GPII_RFIDListener.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@
111111
<ItemGroup>
112112
<ResourceCompile Include="src\GPII_RFIDListener.rc" />
113113
</ItemGroup>
114+
<ItemGroup>
115+
<None Include="README.md" />
116+
</ItemGroup>
114117
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
115118
<ImportGroup Label="ExtensionTargets">
116119
</ImportGroup>

listeners/GPII_RFIDListener/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Known to work with Advanced Card Systems RFID readers including ACR122 with Mifa
1616

1717
## Build
1818

19-
Build using Visual studio. The 2013 Express version is know to work. You can build using the IDE or command line. An Installer will be created soon.
19+
Build using Visual studio. The 2013 Express version is know to work. You can build using the IDE or command line. Build the solution to get the installer.
2020

2121
### libcurl
2222

listeners/GPII_RFIDListener/src/GPII_RFIDListener.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#define VER_FILEVERSION VER_PRODUCTVERSION
2424
#define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
2525

26-
#define VER_COMPANYNAME_STR "University of Wisconsin, Madison"
27-
#define VER_COPYRIGHT_STR "(c) 2014 University of Wisconsin, Madison. All rights reserved."
26+
#define VER_COMPANYNAME_STR "Raising the Floor"
27+
#define VER_COPYRIGHT_STR "(c) 2014 Members of the Raising the Floor Consortium"
2828
#define VER_FILEDESCRIPTION_STR "GPII RFID User Listener"
2929
#define VER_ORIGINALFILENAME_STR "GPII_RFIDListener.exe"
3030
#define VER_PRODUCTNAME_STR "GPII RFID Listener"

listeners/GPII_USBListener/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This folder contains the necessary files for the Windows USB listener (source co
44

55
## Build
66

7-
Build using Visual studio. The 2013 Express version is know to work. You can build using the IDE or command line. An Installer will be created soon.
7+
Build using Visual studio. The 2013 Express version is know to work. You can build using the IDE or command line. Build the solution to get the installer.
88

99
### libcurl
1010

listeners/GPII_USBListener/src/GPII_USBListener.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#define VER_FILEVERSION VER_PRODUCTVERSION
2525
#define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
2626

27-
#define VER_COMPANYNAME_STR "University of Wisconsin, Madison"
28-
#define VER_COPYRIGHT_STR "(c) 2014 University of Wisconsin, Madison. All rights reserved."
27+
#define VER_COMPANYNAME_STR "Raising the Floor"
28+
#define VER_COPYRIGHT_STR "(c) 2012,14 Members of the Raising the Floor Consortium"
2929
#define VER_FILEDESCRIPTION_STR "GPII USB User Listener"
3030
#define VER_ORIGINALFILENAME_STR "GPII_USBListener.exe"
3131
#define VER_PRODUCTNAME_STR "GPII USB Listener"

listeners/installer/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ http://www.jrsoftware.org/isinfo.php
33

44
Be sure to leave the preprocessor option checked and you will need to add the directory containing iscc.exe to the path before you can build.
55

6-
The installer is created in ${SolutionDir}bin\Release\
7-
It's version is included in it's filename and is set to be the greater of the version numbers of the 2 listeners.
6+
The installer is created in ...\listeners\bin\Release\ as part of a Release build
7+
It's version number is included in the filename and is set to be the greater of the version numbers of the 2 listeners.
88
The version number of one or both Listeners must be increased as part of the release process

0 commit comments

Comments
 (0)