root/foundation-apps/gmemusage-maxx/gmemusage.pro
| Revision 1, 341 bytes (checked in by emasson, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | TARGET = gmemusage |
| 2 | TEMPLATE = app |
| 3 | #CONFIG = opengl warn_on debug |
| 4 | CONFIG = opengl warn_off release |
| 5 | DEFINES = LINUX |
| 6 | LIBS = -lglut -lXi |
| 7 | |
| 8 | HEADERS = \ |
| 9 | TexFont.h \ |
| 10 | display.h \ |
| 11 | enum.h \ |
| 12 | extern.h \ |
| 13 | gmemusage.h \ |
| 14 | process.h |
| 15 | |
| 16 | SOURCES = \ |
| 17 | TexFont.c \ |
| 18 | display.c \ |
| 19 | gmemusage.c \ |
| 20 | processlist.c \ |
| 21 | mouse.c \ |
| 22 | util.c |
Note: See TracBrowser
for help on using the browser.
