Skip to content

Commit 60df0ff

Browse files
committed
cleanup
1 parent b71bea9 commit 60df0ff

File tree

4 files changed

+8
-35
lines changed

4 files changed

+8
-35
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,4 +461,3 @@ _deps
461461
build
462462
TestFiles/
463463
.vscode
464-
tools/CursorLockerRelease

CMakeLists.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,3 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE})
1414
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE})
1515

1616
add_subdirectory(src)
17-
18-
# install(
19-
# TARGETS BitCore
20-
# CONFIGURATIONS Release
21-
# RUNTIME DESTINATION bin
22-
# LIBRARY DESTINATION lib
23-
# ARCHIVE DESTINATION lib
24-
# )
25-
26-
# install(
27-
# DIRECTORY BitCore/include/
28-
# CONFIGURATIONS Release
29-
# DESTINATION include
30-
# PATTERN "*.h"
31-
# PERMISSIONS WORLD_READ
32-
# )

src/include/help.ht

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ USAGE:
55
CursorLocker.exe <executable_file.exe> [OPTIONS]
66

77
OPTIONS:
8-
-h, -help - Print version and help info and exits
9-
-ec, -exesConfig - Loads the exesConfigs.ecfg file which contains a list of executable files to search for.
10-
First exe in that list that becomes a process or is already a process triggers the cursor to lock to the primary monitor.
11-
Ignores the <executable_file.exe> passed in.
12-
-sleepTime <milliseconds> - How long to sleep before a CursorLocker processing iteration. Default is 800 ms
8+
-h, -help
9+
Print version and help info and exits
10+
-ec, -exesConfig
11+
Loads the exesConfigs.ecfg file which contains a list of executable files to search for.
12+
First exe in that list that becomes a process or is already a process triggers the cursor to lock to the primary monitor.
13+
Ignores the <executable_file.exe> passed in.
14+
-sleepTime <milliseconds>
15+
How long to sleep before a CursorLocker processing iteration. Default is 800 ms
1316
)"

tools/CreateReleaseFolder.bat

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)