Parent Directory
|
Revision Log
1 | twoaday | 9 | bin_PROGRAMS = gpgoeinit |
2 | |||
3 | twoaday | 23 | EXTRA_DIST = gpgoe.ico |
4 | twoaday | 9 | |
5 | AM_LDFLAGS = -mwindows | ||
6 | |||
7 | gpgoeinit_SOURCES = GPGOEInit.c \ | ||
8 | init.rc resource.h | ||
9 | |||
10 | gpgoeinit_LDADD = ../src/gpgoe.dll | ||
11 | |||
12 | init.o : init.rc resource.h | ||
13 | |||
14 | .rc.o: | ||
15 | $(WINDRES) `test -f '$<' || echo '$(srcdir)/'`$< $@ |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |