Skip to content

Commit 5046af8

Browse files
committed
Fix build script
1 parent e40eba0 commit 5046af8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

build.bat

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd ..
3838
rem Set compilation variables
3939
set INCLUDE_PATH="Detours\include"
4040
set LIB_PATH="Detours\lib.X64"
41-
set OUTPUT_FILE="BetterRandomom_x64.dll"
41+
set OUTPUT_FILE="BetterRandom_x64.dll"
4242
set INPUT_FILE="BetterRandom.cpp"
4343
set LIB_FILES="detours.lib Dbghelp.lib user32.lib"
4444

@@ -82,14 +82,14 @@ mkdir build
8282
REM ===================================================================================================================
8383

8484
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
9393

9494
REM ===================================================================================================================
9595

0 commit comments

Comments
 (0)