Skip to content

Commit e3694d1

Browse files
committed
Added build file
1 parent 5fa7f57 commit e3694d1

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

BUILD.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

duplicates.cpp

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
SOFTWARE.
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>

0 commit comments

Comments
 (0)