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

Diff of /trunk/Src/Makefile.am

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

revision 327 by twoaday, Fri Sep 25 15:54:57 2009 UTC revision 328 by twoaday, Fri Sep 25 16:07:38 2009 UTC
# Line 14  Line 14 
14  bin_PROGRAMS = WinPT  bin_PROGRAMS = WinPT
15  EXTRA_DIST = versioninfo.rc.in  EXTRA_DIST = versioninfo.rc.in
16    
17  AM_CPPFLAGS = -I$(top_srcdir)/Include -I$(top_srcdir)/Generic \  AM_CPPFLAGS = -I$(top_srcdir)/Include \
18                -I$(top_srcdir)/Gnupg -I$(top_srcdir)/PTD  \                -I$(top_srcdir)/Gnupg -I$(top_srcdir)/PTD  \
19                -DWIN32 -D_WINDOWS -D_MBCS                -DWIN32 -D_WINDOWS -D_MBCS
20  AM_CFLAGS   = -fexceptions  $(GPGME_CFLAGS)  AM_CFLAGS   = -fexceptions  $(GPGME_CFLAGS)
# Line 23  AM_LDFLAGS  = -mwindows Line 23  AM_LDFLAGS  = -mwindows
23    
24  resource_files = \  resource_files = \
25          resource.h \          resource.h \
26          WinPT-en.rc \          _WinPT.rc \
27          versioninfo.rc          versioninfo.rc
28    
29  dialog_files = \  dialog_files = \
# Line 73  dialog_files = \ Line 73  dialog_files = \
73          wptSigTreeDlg.cpp          wptSigTreeDlg.cpp
74    
75  code_files = \  code_files = \
         StringBuffer.cpp \  
76          WinPT.cpp \          WinPT.cpp \
77            StringBuffer.cpp \
78            wptJPG.cpp \
79            wptBalloonPop.cpp \
80          wptCardManager.cpp \          wptCardManager.cpp \
81          wptCardPCSC.cpp \          wptCardPCSC.cpp \
82          wptCurrWnd.cpp \          wptCurrWnd.cpp \
# Line 113  code_files = \ Line 115  code_files = \
115          wptUtil.cpp \          wptUtil.cpp \
116          wptClipboard.cpp \          wptClipboard.cpp \
117          wptGPGMEData.cpp \          wptGPGMEData.cpp \
         wptGroupManager.cpp \  
118          wptGPGMEWrapper.cpp \          wptGPGMEWrapper.cpp \
         wptSOCKS.cpp \  
119          wptSafeEditCtrl.cpp \          wptSafeEditCtrl.cpp \
120          wptMisc.c          wptMisc.c
121    
122    
123  WinPT_SOURCES = $(resource_files) $(dialog_files) $(code_files)  WinPT_SOURCES = $(resource_files) $(dialog_files) $(code_files)
124  WinPT_LDADD = WinPT-en.o -L../Gnupg\  WinPT_LDADD = _WinPT.o -L../Gnupg\
125                -lgnupg ../PTD/PTD.dll \                -lgnupg ../PTD/PTD.dll \
126                $(GPGME_LIBS) $(W32LIBS) \                $(GPGME_LIBS) $(W32LIBS) \
127                -lcomctl32 -lkernel32 -luser32 -lcomdlg32 -ladvapi32 \                -lcomctl32 -lkernel32 -luser32 -lcomdlg32 -ladvapi32 \
128                -lshell32 -lgdi32 -lversion -lole32 -loleout32 -luuid                -lshell32 -lgdi32 -lversion -lole32 -loleaut32 -luuid
129    
130  WinPT-en.o: $(resource_files)  _WinPT.o: $(resource_files)
131    
132  .rc.o:  .rc.o:
133          $(WINDRES) -I $(srcdir) -I . -I $(top_srcdir)/Ico \          $(WINDRES) -I $(srcdir) -I . -I $(top_srcdir)/Ico \
134                -I $(top_srcdir)/icons `test -f '$<' || echo '$(srcdir)/'`$< $@                -I $(top_srcdir)/icons `test -f '$<' || echo '$(srcdir)/'`$< $@
135    
136    
   
   

Legend:
Removed from v.327  
changed lines
  Added in v.328

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26