/[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 46 by werner, Fri Oct 28 12:57:05 2005 UTC revision 434 by twoaday, Mon Apr 9 15:05:11 2012 UTC
# Line 15  bin_PROGRAMS = PTD Line 15  bin_PROGRAMS = PTD
15  EXTRA_DIST = versioninfo.rc.in  EXTRA_DIST = versioninfo.rc.in
16  EXEEXT = .dll  EXEEXT = .dll
17    
18  AM_CPPFLAGS = -I../w32gpgme -I../Include -I../Gnupg \  AM_CPPFLAGS = -I$(top_srcdir)/w32gpgme -I$(top_srcdir)/Include \
19                  -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  
22    #AM_CXXFLAGS = -fstack-protector-all -fexceptions  $(GPGME_CFLAGS) -shared
23  AM_CXXFLAGS = -fexceptions  $(GPGME_CFLAGS) -shared  AM_CXXFLAGS = -fexceptions  $(GPGME_CFLAGS) -shared
24    
25    AM_LDFLAGS  = -mwindows
26    
27  PTD_SOURCES = \  PTD_SOURCES = \
28          PTD.def \          PTD.def \
29          resource.rc \          resource.rc \
30          resource.h \          PTD.cpp
31          PTD.cpp \  
         wptFileDisk.cpp \  
         wptZIP.cpp wptZIP.h \  
         wptJPG.cpp wptJPG.h \  
         wptWipeFile.cpp  
32    
33  PTD_LDADD = $(srcdir)/PTD.def -L../Gnupg  -lgnupg $(W32LIBS) \  PTD_LDADD = $(srcdir)/PTD.def -L../Gnupg  -lgnupg $(W32LIBS)
             -lole32 -loleaut32 -luuid -lgdi32  
34    
35  resource.o: resource.rc resource.h  resource.o: resource.rc versioninfo.rc
36    
37  .rc.o:  .rc.o:
38          $(WINDRES) -I $(srcdir) -I . `test -f '$<' || echo '$(srcdir)/'`$< $@          $(WINDRES) -I $(srcdir) -I . `test -f '$<' || echo '$(srcdir)/'`$< $@
   
   
   
   

Legend:
Removed from v.46  
changed lines
  Added in v.434

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26