/[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 327 by twoaday, Fri Sep 25 15:54:57 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)/w32gpgme -I$(top_srcdir)/Include \  AM_CPPFLAGS = -I$(top_srcdir)/Include -I$(top_srcdir)/Generic \
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 \
         Safe.ico \  
         Sign.ico \  
26          WinPT-en.rc \          WinPT-en.rc \
27          winpt2.ico \          versioninfo.rc
         winpt_km.bmp  
28    
29  dialog_files = \  dialog_files = \
30          wptAboutDlgs.cpp \          wptAboutDlgs.cpp \
# Line 72  dialog_files = \ Line 69  dialog_files = \
69          wptPreferencesDlg.cpp \          wptPreferencesDlg.cpp \
70          wptProgressDlg.cpp \          wptProgressDlg.cpp \
71          wptProxySettingsDlg.cpp \          wptProxySettingsDlg.cpp \
72          wptTextInputDlg.cpp          wptTextInputDlg.cpp \
73            wptSigTreeDlg.cpp
74    
75  code_files = \  code_files = \
76            StringBuffer.cpp \
77          WinPT.cpp \          WinPT.cpp \
78          wptCardManager.cpp \          wptCardManager.cpp \
79          wptCardPCSC.c \          wptCardPCSC.cpp \
         wptCryptdisk.cpp \  
80          wptCurrWnd.cpp \          wptCurrWnd.cpp \
81          wptErrors.cpp \          wptErrors.cpp \
82          wptFileManager.cpp \          wptFileManager.cpp \
# Line 86  code_files = \ Line 84  code_files = \
84          wptGPGME.cpp \          wptGPGME.cpp \
85          wptGPGParser.cpp \          wptGPGParser.cpp \
86          wptHotkey.cpp \          wptHotkey.cpp \
87          wptHTTP.c \          wptHTTP.cpp \
88          wptImagelist.cpp \          wptImagelist.cpp \
89          wptImportList.cpp \          wptImportList.cpp \
90          wptKeylist.cpp \          wptKeylist.cpp \
# Line 95  code_files = \ Line 93  code_files = \
93          wptListView.cpp \          wptListView.cpp \
94          wptMainProc.cpp \          wptMainProc.cpp \
95          wptMAPI.cpp \          wptMAPI.cpp \
96          wptNLS.c \          wptNLS.cpp \
97          wptPassCache.cpp \          wptPassCache.cpp \
98          wptPassphraseCB.cpp \          wptPassphraseCB.cpp \
99          wptRegistry.cpp \          wptRegistry.cpp \
# Line 112  code_files = \ Line 110  code_files = \
110          wptKeyEditCB.cpp \          wptKeyEditCB.cpp \
111          wptFileCBS.cpp \          wptFileCBS.cpp \
112          wptKeyCache.cpp \          wptKeyCache.cpp \
113          wptUtil.cpp          wptUtil.cpp \
114            wptClipboard.cpp \
115            wptGPGMEData.cpp \
116            wptGroupManager.cpp \
117            wptGPGMEWrapper.cpp \
118            wptSOCKS.cpp \
119            wptSafeEditCtrl.cpp \
120            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../w32gpgme -L../Gnupg\  WinPT_LDADD = WinPT-en.o -L../Gnupg\
125                -lw32gpgme -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 -loleaut32                -lshell32 -lgdi32 -lversion -lole32 -loleout32 -luuid
129    
130  WinPT-en.o: $(resource_files)  WinPT-en.o: $(resource_files)
131    

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26