Skip to content

Commit fefc745

Browse files
committedAug 14, 2018
Edited the compile .bat for Windows
1 parent 549b835 commit fefc745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎make_win.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ set PATH=%mingw%\mingw64\bin;%PATH%
66
rem echo %PATH%
77
@echo on
88
"windres.exe" bin\win\metadata.rc -O coff -o metadata.res
9-
"g++.exe" src/common.cpp src/bin2hex.cpp src/popen2.cpp src/main.cpp src/help.cpp src/match_fault.cpp src/sys_string.cpp src/man_read.cpp src/randomizer.cpp src/trash.cpp src/log.cpp metadata.res src/version.h -I./ -I./include -std=c++11 -lstdc++ -lpthread -O2 -o ansvif.exe -static -static-libgcc -static-libstdc++
9+
"g++.exe" src/remove_chars.cpp src/bin2hex.cpp src/write_file.cpp src/popen2.cpp src/main.cpp src/help.cpp src/file_check.cpp src/to_int.cpp src/match_fault.cpp src/sys_string.cpp src/man_read.cpp src/randomizer.cpp src/trash.cpp src/templates.cpp src/reaper.cpp src/log.cpp metadata.res src/version.h -I./ -I./include -std=c++11 -lstdc++ -lpthread -O2 -o ansvif.exe -static -static-libgcc -static-libstdc++
1010
"gcc.exe" src/win/printf.c -o printf.exe metadata.res

0 commit comments

Comments
 (0)
Please sign in to comment.