Skip to content

Commit

Permalink
Remove chaff
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawrence Hudson committed Jan 28, 2016
1 parent 8295e99 commit 5c8691f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions DevelopingOnWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,3 @@ build.sh

Installer will be in `dist`.


# http://comments.gmane.org/gmane.comp.python.cx-freeze.user/331
# http://timgolden.me.uk/pywin32-docs/html/com/win32com/HTML/QuickStartClientCom.html#StaticDispatch
# http://timgolden.me.uk/pywin32-docs/html/com/win32com/HTML/GeneratedSupport.html
http://comments.gmane.org/gmane.comp.python.cx-freeze.user/331
https://bitbucket.org/anthony_tuininga/cx_freeze/issues/44/win32com-relies-on-modules-with-non
```
FOR /F %a IN ('python -c "import win32com.client; print(win32com.client.__path__[0])"') DO python %a\makepy.py -o ClearImageClient-32.py "ClearImage.ClearImage"
FOR /F %a IN ('python -c "import win32com.client; print(win32com.client.__path__[0])"') DO python %a\makepy.py -o ClearImageClient-64.py "ClearImage.ClearImage"
```

0 comments on commit 5c8691f

Please sign in to comment.