Skip to content

Commit 3fd1443

Browse files
authored
Merge pull request #56 from getlantern/amkulikov
Merge changes from amkulikov to remove DLL for windows
2 parents 62af9eb + a5355ff commit 3fd1443

23 files changed

Lines changed: 752 additions & 1067 deletions

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,6 @@ sudo apt-get install libgtk-3-dev libappindicator3-dev
3030
```
3131
Checked menu item not implemented on Linux yet.
3232

33-
### Windows
34-
35-
Use the Visual Studio solution to build systray.dll. Make sure to target Windows
36-
XP and build for Release (not Debug). Put the resulting dll in
37-
`dll/systray_unsigned.dll` and then run `./signdll.bash` to sign it. Check the
38-
resulting dll into git at Git at dll/systray.dll and run ./embeddll.bash to
39-
generate the systraydll_windows.go file.
40-
41-
The solution is configured to build with platform toolset v90 and dynamic
42-
linking to save on size and support Windows XP. To get platform toolset v90,
43-
you need to install Visual Studio 2008 (express edition is okay). You can
44-
build with a more recent Visual Studio, you just need the old one for the
45-
toolset.
46-
4733
## Try
4834

4935
Under `example` folder.

dll/systray386.dll

-96.6 KB
Binary file not shown.

dll/systray386.dll_unsigned

-94.5 KB
Binary file not shown.

dll/systrayamd64.dll

-113 KB
Binary file not shown.

dll/systrayamd64.dll_unsigned

-111 KB
Binary file not shown.

embeddll.bash

Lines changed: 0 additions & 10 deletions
This file was deleted.

signdll.bash

Lines changed: 0 additions & 25 deletions
This file was deleted.

systray/systray.sln

Lines changed: 0 additions & 28 deletions
This file was deleted.

systray/systray.suo

-11 KB
Binary file not shown.

systray/systray/ReadMe.txt

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)