root/foundation-apps/gmemusage-maxx/gmemusage.pro

Revision 1, 341 bytes (checked in by emasson, 3 years ago)

initial import for the community edition

Line 
1TARGET          = gmemusage
2TEMPLATE        = app
3#CONFIG         = opengl warn_on debug
4CONFIG          = opengl warn_off release
5DEFINES         = LINUX
6LIBS            = -lglut -lXi
7
8HEADERS         = \
9                        TexFont.h \
10                        display.h \
11                        enum.h \
12                        extern.h \
13                        gmemusage.h \
14                        process.h
15
16SOURCES         = \
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.