/[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 90 by twoaday, Tue Nov 22 09:17:59 2005 UTC revision 181 by twoaday, Tue Mar 14 11:01:22 2006 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)/w32gpgme -I$(top_srcdir)/Include \  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 27  resource_files = \ Line 27  resource_files = \
27          Sign.ico \          Sign.ico \
28          WinPT-en.rc \          WinPT-en.rc \
29          winpt2.ico \          winpt2.ico \
30          winpt_km.bmp          winpt_km.bmp \
31            pubkey.ico \
32            keypair.ico
33    
34  dialog_files = \  dialog_files = \
35          wptAboutDlgs.cpp \          wptAboutDlgs.cpp \
# Line 72  dialog_files = \ Line 74  dialog_files = \
74          wptPreferencesDlg.cpp \          wptPreferencesDlg.cpp \
75          wptProgressDlg.cpp \          wptProgressDlg.cpp \
76          wptProxySettingsDlg.cpp \          wptProxySettingsDlg.cpp \
77          wptTextInputDlg.cpp          wptTextInputDlg.cpp \
78            wptSigTreeDlg.cpp
79    
80  code_files = \  code_files = \
81          WinPT.cpp \          WinPT.cpp \
# Line 86  code_files = \ Line 89  code_files = \
89          wptGPGME.cpp \          wptGPGME.cpp \
90          wptGPGParser.cpp \          wptGPGParser.cpp \
91          wptHotkey.cpp \          wptHotkey.cpp \
92          wptHTTP.c \          wptHTTP.cpp \
93          wptImagelist.cpp \          wptImagelist.cpp \
94          wptImportList.cpp \          wptImportList.cpp \
95          wptKeylist.cpp \          wptKeylist.cpp \
# Line 112  code_files = \ Line 115  code_files = \
115          wptKeyEditCB.cpp \          wptKeyEditCB.cpp \
116          wptFileCBS.cpp \          wptFileCBS.cpp \
117          wptKeyCache.cpp \          wptKeyCache.cpp \
118          wptUtil.cpp          wptUtil.cpp \
119            wptClipboard.cpp \
120            wptGPGMEData.cpp \
121            wptGroupManager.cpp \
122            wptGPGMEWrapper.cpp \
123            wptSOCKS.cpp \
124            wptSafeEditCtrl.cpp
125    
126    
127  WinPT_SOURCES = $(resource_files) $(dialog_files) $(code_files)  WinPT_SOURCES = $(resource_files) $(dialog_files) $(code_files)
128  WinPT_LDADD = WinPT-en.o -L../w32gpgme -L../Gnupg\  WinPT_LDADD = WinPT-en.o -L../Gnupg\
129                -lw32gpgme -lgnupg ../PTD/PTD.dll \                -lgnupg ../PTD/PTD.dll \
130                $(GPGME_LIBS) $(W32LIBS) \                $(GPGME_LIBS) $(W32LIBS) \
131                -lcomctl32 -lkernel32 -luser32 -lcomdlg32 -ladvapi32 \                -lcomctl32 -lkernel32 -luser32 -lcomdlg32 -ladvapi32 \
132                -lshell32 -lgdi32 -loleaut32                -lshell32 -lgdi32 -lversion
133    
134  WinPT-en.o: $(resource_files)  WinPT-en.o: $(resource_files)
135    

Legend:
Removed from v.90  
changed lines
  Added in v.181

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26