Skip to content

Commit

Permalink
win: cleanup readme/license, copy dll on install.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattthebaker committed Dec 2, 2021
1 parent d1889bf commit 3dee7f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 76 deletions.
10 changes: 0 additions & 10 deletions LICENSE.txt

This file was deleted.

65 changes: 0 additions & 65 deletions README.rst

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self):
if (call(["MSBuild.exe", "MetaWear.Win32.vcxproj", "/p:Platform=%s" % machine, "/p:Configuration=Release"], cwd=cpp_sdk, stderr=STDOUT) != 0):
raise RuntimeError("Failed to compile MetaWear.dll")

move(os.path.join(dist_dir, "MetaWear.Win32.dll"), dest)
copy2(os.path.join(dist_dir, "MetaWear.Win32.dll"), dest)
elif (system == 'Linux'):
status = call(["make", "-C", "MetaWear-SDK-Cpp", "OPT_FLAGS=-Wno-strict-aliasing", "-j%d" % (cpu_count())], cwd=root, stderr=STDOUT)
if (status != 0):
Expand Down

0 comments on commit 3dee7f1

Please sign in to comment.