diff options
author | PÃr BjÃrklund <per.bjorklund@gmail.com> | 2017-07-16 17:09:44 +0200 |
---|---|---|
committer | PÃr BjÃrklund <per.bjorklund@gmail.com> | 2017-07-17 14:38:35 +0200 |
commit | 33789fb703bcfbf77f819d078f02462a820e6d5f (patch) | |
tree | e87b84f21e5e6d9b05518c5725d18f4ccc88f1c9 /system | |
parent | bfeb2e9d9125a477f7331b10cada747129eff64e (diff) |
Update cmake and buildsetup to new python location
x64 was packaged with 32-bit *.pyd files
Diffstat (limited to 'system')
-rw-r--r-- | system/python/readme.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/system/python/readme.txt b/system/python/readme.txt deleted file mode 100644 index 7f58d57879..0000000000 --- a/system/python/readme.txt +++ /dev/null @@ -1,9 +0,0 @@ -python directory structure - -DLLs dir: - Library directory used by python. - python extensions (.pyd) from cvs can be placed here - -Lib dir: - Library directory used by python. - Here can new packages or modules be installed by the user. |