File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1+ @ REM cd "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64"
2+ @ REM vcvarsx86_amd64.bat
3+ @ REM cd < code path>
4+
5+ cl duplicates.cpp PMurHash.c /O2 /EHsc /GA /MT /FeDedup.exe
Original file line number Diff line number Diff line change @@ -22,15 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222SOFTWARE.
2323*/
2424
25- /*
26- To build (with the compiler provided with Microsoft Windows SDK):
27- cd "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64"
28- vcvarsx86_amd64.bat
29- cd <code path>
30- cl <code path>\duplicates.cpp <code path>\PMurHash.c /O2 /EHsc /GA /MT /Fe<code path>\Dedup.exe
31- */
32-
33-
3425#include < stdio.h>
3526#include < windows.h>
3627#include < vector>
You can’t perform that action at this time.
0 commit comments