/[winpt]/trunk/PTD/Makefile.am
ViewVC logotype

Diff of /trunk/PTD/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 333 by twoaday, Fri Sep 25 15:51:28 2009 UTC revision 334 by twoaday, Sun Nov 27 12:00:45 2011 UTC
# Line 18  EXEEXT = .dll Line 18  EXEEXT = .dll
18  AM_CPPFLAGS = -I$(top_srcdir)/w32gpgme -I$(top_srcdir)/Include \  AM_CPPFLAGS = -I$(top_srcdir)/w32gpgme -I$(top_srcdir)/Include \
19                -I$(top_srcdir)/Gnupg \                -I$(top_srcdir)/Gnupg \
20                -DWIN32 -D_WINDOWS -D_MBCS -D_USRDLL -DPTD_EXPORTS                -DWIN32 -D_WINDOWS -D_MBCS -D_USRDLL -DPTD_EXPORTS
21  AM_CFLAGS   = -fexceptions  $(GPGME_CFLAGS) -shared  #AM_CFLAGS   = -fexceptions  $(GPGME_CFLAGS) -shared
22  AM_CXXFLAGS = -fexceptions  $(GPGME_CFLAGS) -shared  AM_CXXFLAGS = -fstack-protector-all -fexceptions  $(GPGME_CFLAGS) -shared
23  AM_LDFLAGS  = -mwindows  AM_LDFLAGS  = -mwindows
24    
25  PTD_SOURCES = \  PTD_SOURCES = \
26          PTD.def \          PTD.def \
27          resource.rc \          resource.rc \
28          resource.h \          PTD.cpp
         PTD.cpp \  
         wptDNSKeys.cpp wptDNSKeys.h  
29    
 PTD_LDADD = $(srcdir)/PTD.def -L../Gnupg  -lgnupg $(W32LIBS) \  
             -lgdi32  
30    
31  resource.o: resource.rc resource.h versioninfo.rc  PTD_LDADD = $(srcdir)/PTD.def -L../Gnupg  -lgnupg $(W32LIBS)
32    
33    resource.o: resource.rc versioninfo.rc
34    
35  .rc.o:  .rc.o:
36          $(WINDRES) -I $(srcdir) -I . `test -f '$<' || echo '$(srcdir)/'`$< $@          $(WINDRES) -I $(srcdir) -I . `test -f '$<' || echo '$(srcdir)/'`$< $@
   
   
   
   

Legend:
Removed from v.333  
changed lines
  Added in v.334

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26