/[projects]/wxCpuThrottle/src/Makefile.am
ViewVC logotype

Annotation of /wxCpuThrottle/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (hide annotations) (download)
Wed Aug 8 21:00:34 2007 UTC (16 years, 10 months ago) by torben
File size: 595 byte(s)
Implemented trayicon code


1 torben 19 # these are the headers for your project
2 torben 20 noinst_HEADERS = trayicon.h wxcputhrottle.h wxcputhrottleframe.h
3 torben 19
4     #########################################################################
5     # APPLICATION SECTION
6     #########################################################################
7     # this is the program that gets installed. it's name is used for all
8     # of the other Makefile.am variables
9     bin_PROGRAMS = wxcputhrottle
10    
11     # the application source, library search path, and link libraries
12 torben 20 wxcputhrottle_SOURCES = trayicon.cpp wxcputhrottle.cpp wxcputhrottleframe.cpp
13 torben 19 wxcputhrottle_LDFLAGS = $(WX_LIBS)

  ViewVC Help
Powered by ViewVC 1.1.20