/[pearpc]/src/system/ui/win32/Makefile.am
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /src/system/ui/win32/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 7 months ago) by dpavlin
File size: 334 byte(s)
import upstream CVS
1 dpavlin 1 AUTOMAKE_OPTIONS = foreign
2    
3     SUFFIXES = .rc .o
4    
5     noinst_LIBRARIES = libui.a
6    
7     libui_a_SOURCES = gui.cc sysdisplay.cc syswin.cc syswin.h syskeyboard.cc \
8     sysmouse.cc resources.h resources.rc
9    
10     EXTRA_DIST = ppc.ico
11    
12     INCLUDE_PATH = ../../..
13     INCLUDES = -I $(INCLUDE_PATH)
14    
15     .rc.o:
16     windres -F pe-i386 --include-dir=$(INCLUDE_PATH) -i $< -o $@

  ViewVC Help
Powered by ViewVC 1.1.26