Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,6 @@ sudo apt-get install libgtk-3-dev libappindicator3-dev
```
Checked menu item not implemented on Linux yet.

### Windows

Use the Visual Studio solution to build systray.dll. Make sure to target Windows
XP and build for Release (not Debug). Put the resulting dll in
`dll/systray_unsigned.dll` and then run `./signdll.bash` to sign it. Check the
resulting dll into git at Git at dll/systray.dll and run ./embeddll.bash to
generate the systraydll_windows.go file.

The solution is configured to build with platform toolset v90 and dynamic
linking to save on size and support Windows XP. To get platform toolset v90,
you need to install Visual Studio 2008 (express edition is okay). You can
build with a more recent Visual Studio, you just need the old one for the
toolset.

## Try

Under `example` folder.
Expand Down
Binary file removed dll/systray386.dll
Binary file not shown.
Binary file removed dll/systray386.dll_unsigned
Binary file not shown.
Binary file removed dll/systrayamd64.dll
Binary file not shown.
Binary file removed dll/systrayamd64.dll_unsigned
Binary file not shown.
10 changes: 0 additions & 10 deletions embeddll.bash

This file was deleted.

25 changes: 0 additions & 25 deletions signdll.bash

This file was deleted.

28 changes: 0 additions & 28 deletions systray/systray.sln

This file was deleted.

Binary file removed systray/systray.suo
Binary file not shown.
48 changes: 0 additions & 48 deletions systray/systray/ReadMe.txt

This file was deleted.

19 changes: 0 additions & 19 deletions systray/systray/dllmain.cpp

This file was deleted.

8 changes: 0 additions & 8 deletions systray/systray/stdafx.cpp

This file was deleted.

17 changes: 0 additions & 17 deletions systray/systray/stdafx.h

This file was deleted.

Loading