This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add hardreset to command line. * Add a extra option to choose.exe * Using Marco to replace executable file name. TODO: Using g++ compiler may cause a lot of compile error(compiler version 4.7.1)
- Loading branch information
Too-Naive
committed
Aug 30, 2016
1 parent
85c0837
commit 4bedbaa
Showing
3 changed files
with
82 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
windres tool.rc -o tmp.o | ||
g++ -o tool.exe tool.cpp tmp.o -s -lwininet -O2 -DHOSTS_HARD_RESET | ||
g++ -o tool.exe tool.cpp tmp.o -s -lwininet -O2 | ||
del /q tmp.o | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters