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

Contents of /wxCpuThrottle/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


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


1 # these are the headers for your project
2 noinst_HEADERS = trayicon.h wxcputhrottle.h wxcputhrottleframe.h
3
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 wxcputhrottle_SOURCES = trayicon.cpp wxcputhrottle.cpp wxcputhrottleframe.cpp
13 wxcputhrottle_LDFLAGS = $(WX_LIBS)

  ViewVC Help
Powered by ViewVC 1.1.20