/[winpt]/trunk/MyGPGME/MyGPGME.dsp
ViewVC logotype

Annotation of /trunk/MyGPGME/MyGPGME.dsp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations)
Mon Jan 31 11:02:21 2005 UTC (20 years, 1 month ago) by twoaday
File size: 6053 byte(s)
WinPT initial checkin.


1 twoaday 2 # Microsoft Developer Studio Project File - Name="MyGPGME" - Package Owner=<4>
2     # Microsoft Developer Studio Generated Build File, Format Version 6.00
3     # ** NICHT BEARBEITEN **
4    
5     # TARGTYPE "Win32 (x86) Static Library" 0x0104
6    
7     CFG=MyGPGME - Win32 Debug
8     !MESSAGE Dies ist kein gültiges Makefile. Zum Erstellen dieses Projekts mit NMAKE
9     !MESSAGE verwenden Sie den Befehl "Makefile exportieren" und führen Sie den Befehl
10     !MESSAGE
11     !MESSAGE NMAKE /f "MyGPGME.mak".
12     !MESSAGE
13     !MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
14     !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum Beispiel:
15     !MESSAGE
16     !MESSAGE NMAKE /f "MyGPGME.mak" CFG="MyGPGME - Win32 Debug"
17     !MESSAGE
18     !MESSAGE Für die Konfiguration stehen zur Auswahl:
19     !MESSAGE
20     !MESSAGE "MyGPGME - Win32 Release" (basierend auf "Win32 (x86) Static Library")
21     !MESSAGE "MyGPGME - Win32 Debug" (basierend auf "Win32 (x86) Static Library")
22     !MESSAGE
23    
24     # Begin Project
25     # PROP AllowPerConfigDependencies 0
26     # PROP Scc_ProjName ""
27     # PROP Scc_LocalPath ""
28     CPP=cl.exe
29     RSC=rc.exe
30    
31     !IF "$(CFG)" == "MyGPGME - Win32 Release"
32    
33     # PROP BASE Use_MFC 0
34     # PROP BASE Use_Debug_Libraries 0
35     # PROP BASE Output_Dir "Release"
36     # PROP BASE Intermediate_Dir "Release"
37     # PROP BASE Target_Dir ""
38     # PROP Use_MFC 0
39     # PROP Use_Debug_Libraries 0
40     # PROP Output_Dir "Release"
41     # PROP Intermediate_Dir "Release"
42     # PROP Target_Dir ""
43     # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
44     # ADD CPP /nologo /MT /W3 /GX /O2 /I "../gnupg" /I "../ptd" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
45     # ADD BASE RSC /l 0x407 /d "NDEBUG"
46     # ADD RSC /l 0x407 /d "NDEBUG"
47     BSC32=bscmake.exe
48     # ADD BASE BSC32 /nologo
49     # ADD BSC32 /nologo
50     LIB32=link.exe -lib
51     # ADD BASE LIB32 /nologo
52     # ADD LIB32 /nologo
53    
54     !ELSEIF "$(CFG)" == "MyGPGME - Win32 Debug"
55    
56     # PROP BASE Use_MFC 0
57     # PROP BASE Use_Debug_Libraries 1
58     # PROP BASE Output_Dir "Debug"
59     # PROP BASE Intermediate_Dir "Debug"
60     # PROP BASE Target_Dir ""
61     # PROP Use_MFC 0
62     # PROP Use_Debug_Libraries 1
63     # PROP Output_Dir "Debug"
64     # PROP Intermediate_Dir "Debug"
65     # PROP Target_Dir ""
66     # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
67     # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../gnupg" /I "../ptd" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
68     # ADD BASE RSC /l 0x407 /d "_DEBUG"
69     # ADD RSC /l 0x407 /d "_DEBUG"
70     BSC32=bscmake.exe
71     # ADD BASE BSC32 /nologo
72     # ADD BSC32 /nologo
73     LIB32=link.exe -lib
74     # ADD BASE LIB32 /nologo
75     # ADD LIB32 /nologo
76    
77     !ENDIF
78    
79     # Begin Target
80    
81     # Name "MyGPGME - Win32 Release"
82     # Name "MyGPGME - Win32 Debug"
83     # Begin Source File
84    
85     SOURCE=.\ChangeLog
86     # End Source File
87     # Begin Source File
88    
89     SOURCE=.\clip.c
90     # End Source File
91     # Begin Source File
92    
93     SOURCE=".\common-status.c"
94     # End Source File
95     # Begin Source File
96    
97     SOURCE=".\common-status.h"
98     # End Source File
99     # Begin Source File
100    
101     SOURCE=.\context.h
102     # End Source File
103     # Begin Source File
104    
105     SOURCE=.\data.c
106     # End Source File
107     # Begin Source File
108    
109     SOURCE=.\debug.c
110     # End Source File
111     # Begin Source File
112    
113     SOURCE=.\decrypt.c
114     # End Source File
115     # Begin Source File
116    
117     SOURCE=.\delete.c
118     # End Source File
119     # Begin Source File
120    
121     SOURCE=.\editcard.c
122     # End Source File
123     # Begin Source File
124    
125     SOURCE=".\editkey-util.c"
126     # End Source File
127     # Begin Source File
128    
129     SOURCE=.\editkey.c
130     # End Source File
131     # Begin Source File
132    
133     SOURCE=.\encrypt.c
134     # End Source File
135     # Begin Source File
136    
137     SOURCE=.\errors.c
138     # End Source File
139     # Begin Source File
140    
141     SOURCE=.\export.c
142     # End Source File
143     # Begin Source File
144    
145     SOURCE=.\genkey.c
146     # End Source File
147     # Begin Source File
148    
149     SOURCE=".\getkey-openpgp.c"
150     # End Source File
151     # Begin Source File
152    
153     SOURCE=".\gpgme-config.h"
154     # End Source File
155     # Begin Source File
156    
157     SOURCE=".\gpgme-io.h"
158     # End Source File
159     # Begin Source File
160    
161     SOURCE=.\gpgme.c
162     # End Source File
163     # Begin Source File
164    
165     SOURCE=.\gpgme.h
166     # End Source File
167     # Begin Source File
168    
169     SOURCE=.\implist.c
170     # End Source File
171     # Begin Source File
172    
173     SOURCE=.\import.c
174     # End Source File
175     # Begin Source File
176    
177     SOURCE=.\key.c
178     # End Source File
179     # Begin Source File
180    
181     SOURCE=.\key.h
182     # End Source File
183     # Begin Source File
184    
185     SOURCE=".\keycache-openpgp.c"
186     # End Source File
187     # Begin Source File
188    
189     SOURCE=.\keycache.c
190     # End Source File
191     # Begin Source File
192    
193     SOURCE=.\keylist.c
194     # End Source File
195     # Begin Source File
196    
197     SOURCE=.\ops.h
198     # End Source File
199     # Begin Source File
200    
201     SOURCE=.\ownertrust.c
202     # End Source File
203     # Begin Source File
204    
205     SOURCE=.\recipient.c
206     # End Source File
207     # Begin Source File
208    
209     SOURCE=.\revoke.c
210     # End Source File
211     # Begin Source File
212    
213     SOURCE=.\rungpg.c
214     # End Source File
215     # Begin Source File
216    
217     SOURCE=.\rungpg.h
218     # End Source File
219     # Begin Source File
220    
221     SOURCE=.\sema.h
222     # End Source File
223     # Begin Source File
224    
225     SOURCE=.\sig.c
226     # End Source File
227     # Begin Source File
228    
229     SOURCE=".\sign-encrypt.c"
230     # End Source File
231     # Begin Source File
232    
233     SOURCE=.\sign.c
234     # End Source File
235     # Begin Source File
236    
237     SOURCE=.\signers.c
238     # End Source File
239     # Begin Source File
240    
241     SOURCE=".\status-table.h"
242     # End Source File
243     # Begin Source File
244    
245     SOURCE=".\sym-encrypt.c"
246     # End Source File
247     # Begin Source File
248    
249     SOURCE=.\trustlist.c
250     # End Source File
251     # Begin Source File
252    
253     SOURCE=.\types.h
254     # End Source File
255     # Begin Source File
256    
257     SOURCE=.\util.h
258     # End Source File
259     # Begin Source File
260    
261     SOURCE=.\verify.c
262     # End Source File
263     # Begin Source File
264    
265     SOURCE=.\version.c
266     # End Source File
267     # Begin Source File
268    
269     SOURCE=".\w32-clip.c"
270     # End Source File
271     # Begin Source File
272    
273     SOURCE=".\w32-glibc.c"
274     # End Source File
275     # Begin Source File
276    
277     SOURCE=".\w32-io.c"
278     # End Source File
279     # Begin Source File
280    
281     SOURCE=".\w32-sema.c"
282     # End Source File
283     # Begin Source File
284    
285     SOURCE=".\w32-util.c"
286     # End Source File
287     # Begin Source File
288    
289     SOURCE=.\wait.c
290     # End Source File
291     # Begin Source File
292    
293     SOURCE=.\wait.h
294     # End Source File
295     # End Target
296     # End Project

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26