|
38 | 38 | rem Set compilation variables |
39 | 39 | set INCLUDE_PATH="Detours\include" |
40 | 40 | set LIB_PATH="Detours\lib.X64" |
41 | | -set OUTPUT_FILE="BetterRandomom_x64.dll" |
| 41 | +set OUTPUT_FILE="BetterRandom_x64.dll" |
42 | 42 | set INPUT_FILE="BetterRandom.cpp" |
43 | 43 | set LIB_FILES="detours.lib Dbghelp.lib user32.lib" |
44 | 44 |
|
@@ -82,14 +82,14 @@ mkdir build |
82 | 82 | REM =================================================================================================================== |
83 | 83 |
|
84 | 84 | REM Move final files into build directory |
85 | | -cp Detours\LICENSE.md build\LICENSE.detours |
86 | | -cp LICENSE build\LICENSE.BetterRandom |
87 | | -cp README.md build |
88 | | -cp BetterRandom.bat build |
89 | | -cp Detours\bin.X64\setdll.exe build\setdll_x64.exe |
90 | | -cp Detours\bin.X86\setdll.exe build\setdll_x86.exe |
91 | | -mv BetterRandom_x64.dll build |
92 | | -mv BetterRandom_x86.dll build |
| 85 | +copy Detours\LICENSE.md build\LICENSE.detours |
| 86 | +copy LICENSE build\LICENSE.BetterRandom |
| 87 | +copy README.md build |
| 88 | +copy BetterRandom.bat build |
| 89 | +copy Detours\bin.X64\setdll.exe build\setdll_x64.exe |
| 90 | +copy Detours\bin.X86\setdll.exe build\setdll_x86.exe |
| 91 | +move BetterRandom_x64.dll build |
| 92 | +move BetterRandom_x86.dll build |
93 | 93 |
|
94 | 94 | REM =================================================================================================================== |
95 | 95 |
|
|
0 commit comments