Skip to content

Commit

Permalink
Merge pull request getlantern#56 from getlantern/amkulikov
Browse files Browse the repository at this point in the history
Merge changes from amkulikov to remove DLL for windows
  • Loading branch information
oxtoacart authored Aug 23, 2018
2 parents 841a97e + ab6c4ca commit a6466c5
Show file tree
Hide file tree
Showing 23 changed files with 752 additions and 1,067 deletions.
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

0 comments on commit a6466c5

Please sign in to comment.