https://github.com/minlexx/test_wine_tray
Simple test application to test tray icon in Wine
https://github.com/minlexx/test_wine_tray
Last synced: 3 months ago
JSON representation
Simple test application to test tray icon in Wine
- Host: GitHub
- URL: https://github.com/minlexx/test_wine_tray
- Owner: minlexx
- License: mit
- Created: 2015-10-05T01:37:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-27T03:11:25.000Z (over 9 years ago)
- Last Synced: 2025-01-21T17:18:07.185Z (4 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test_wine_tray
Simple test application to test tray icon in WineTo build, you must have wine installed, and all its tools (winebuild, winemaker, winegcc)
### Checkout repo:
```
git clone https://github.com/minlexx/test_wine_tray.git
cd test_wine_tray
```### Generate Makefile (optional)
If you want to generate Makefile yourself, use:
```
winemaker --wine32 .
```### Compile:
```
make
```### Run:
```
WINEDEBUG=+systray ./winelib_test_tray.exe
```