comparison src/Make_ivc.mak @ 7:3fc0f57ecb91 v7.0001

updated for version 7.0001
author vimboss
date Sun, 13 Jun 2004 20:20:40 +0000
parents
children e8f07016e34d
comparison
equal deleted inserted replaced
6:c2daee826b8f 7:3fc0f57ecb91
1 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
2 # ** DO NOT EDIT **
3 #
4 # Make_ivc.mak Makefile to build vim in both IDE and nmake.
5 # This file can be imported as a workspace into Visual Studio. It must be in
6 # DOS fileformat then!
7 #
8 # It is worth making the file read-only as the VC4 IDE will try to overwrite
9 # it with a HUGELY expanded clone of itself.
10 #
11 # The following points are worth noting:
12 # 1) Comments here are ignored by VC[456].0 IDEs
13 # 2) # ADD LINK32 /pdb:.\Dbg/vimd.pdb is written so rather than
14 # # ADD LINK32 /pdb:".\Dbg/vimd.pdb" to avoid VC4 -> VC5 conversion failure
15 # 3) It is good to delete .pdb file before linking to cope with switch among
16 # VC[456] as IDE clean action does not remove that file and link clashes
17 # with it. The following works in VC5 but not in VC4 which does not support
18 # pre-link actions. The nmake action does such deletions.
19 # Begin Special Build Tool
20 PreLink_Cmds=@if exist .\oleDbg\gvimd.pdb del .\oleDbg\gvimd.pdb
21 # End Special Build Tool
22 # 4) I was unable to make !IFDEF OLE, etc. work in the VC4 IDE.
23 # I was aiming for 4 configurations with sub-configurations selected by
24 # environment variables.
25 # 5) Optimisation is not supported by disabled versions of VC. This results in
26 # messages for Release builds like:
27 # Command line warning D4025 : overriding '/O2' with '/Od'
28 # 6) nmake 1.62 and later support batch compilation. I was unable to use this
29 # in a manner acceptable to earlier IDEs.
30 #
31 # History
32 #
33 # When Who What
34 # 2001-07-06 W.Briscoe Original derived from Make_[go]vc.mak with less noise
35 # 2001-07-08 W.Briscoe Further noise reduction; consistent .map and .pdb logic
36 # Added install.exe rule, etc.; Removed unused libraries.
37 # 2001-08-09 W.Briscoe Restored VC4.0-required trailing space in !MESSAGE afore
38 # Enhanced if_ole.idl rule to use /out argument.
39 # Default rules now relative to . to reduce IDE/nmake difs
40
41 # TARGTYPE "Win32 (x86) Console Application" 0x0103
42
43 !IF "$(CFG)" == ""
44 CFG=Vim - Win32 Release gvim OLE
45 !MESSAGE No configuration specified. Defaulting to Vim - Win32 Release gvim OLE.
46 !ENDIF
47
48 !IF "$(CFG)" != "Vim - Win32 Release gvim OLE"\
49 && "$(CFG)" != "Vim - Win32 Debug gvim OLE"\
50 && "$(CFG)" != "Vim - Win32 Release gvim"\
51 && "$(CFG)" != "Vim - Win32 Debug gvim"\
52 && "$(CFG)" != "Vim - Win32 Release vim"\
53 && "$(CFG)" != "Vim - Win32 Debug vim"
54 !MESSAGE Invalid configuration "$(CFG)" specified.
55 !MESSAGE You can specify a configuration when running NMAKE on this makefile
56 !MESSAGE by defining the macro CFG on the command line. For example:
57 !MESSAGE
58 !MESSAGE NMAKE /f "Make_ivc.mak" CFG="Vim - Win32 Debug vim"
59 !MESSAGE
60 !MESSAGE Possible choices for configuration are:
61 !MESSAGE
62 !MESSAGE "Vim - Win32 Release gvim OLE" (based on "Win32 (x86) Console Application")
63 !MESSAGE "Vim - Win32 Debug gvim OLE" (based on "Win32 (x86) Console Application")
64 !MESSAGE "Vim - Win32 Release gvim" (based on "Win32 (x86) Console Application")
65 !MESSAGE "Vim - Win32 Debug gvim" (based on "Win32 (x86) Console Application")
66 !MESSAGE "Vim - Win32 Release vim" (based on "Win32 (x86) Console Application")
67 !MESSAGE "Vim - Win32 Debug vim" (based on "Win32 (x86) Console Application")
68 !MESSAGE
69 !ERROR An invalid configuration is specified.
70 !ENDIF
71
72 !IF "$(OS)" == "Windows_NT"
73 NULL=
74 DEL_TREE = rmdir /s /q
75 !ELSE
76 NULL=nul
77 DEL_TREE = deltree /y
78 !ENDIF
79
80 # Begin Project
81 # PROP Target_Last_Scanned "Vim - Win32 Debug vim"
82 # PROP Use_MFC 0
83
84 RSC=rc.exe
85 CPP=cl.exe
86 LINK32=link.exe
87
88 CPP_PROJ= /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c
89 # ADD CPP /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c
90
91 LINK32_FLAGS= oldnames.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib comctl32.lib advapi32.lib shell32.lib ole32.lib uuid.lib /nologo /machine:I386 /nodefaultlib
92 # ADD LINK32 oldnames.lib kernel32.lib user32.lib gdi32.lib comdlg32.lib comctl32.lib advapi32.lib shell32.lib ole32.lib uuid.lib /nologo /machine:I386 /nodefaultlib
93 # SUBTRACT LINK32 /incremental:yes
94
95 RSC_PROJ= /l 0x409 /d "FEAT_GUI_W32"
96 # ADD RSC /l 0x409 /d "FEAT_GUI_W32"
97
98 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
99
100 # PROP Use_Debug_Libraries 0
101 # PROP Output_Dir .\oleRel
102 # PROP Intermediate_Dir .\oleRel
103
104 INTDIR=.\oleRel
105 VIM=gvim
106 EXTRAS="$(INTDIR)/if_ole.obj" "$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/os_w32exe.obj"
107
108 CPP_PROJ=$(CPP_PROJ) /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /D "DYNAMIC_GETTEXT" /D "FEAT_OLE" /Fd.\oleRel/ /Fo.\oleRel/
109 # ADD CPP /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /D "DYNAMIC_GETTEXT" /D "FEAT_OLE" /Fd.\oleRel/ /Fo.\oleRel/
110
111 RSC_PROJ=$(RSC_PROJ) /I ".\oleRel" /d "NDEBUG" /d "FEAT_OLE" /fo.\oleRel\vim.res
112 # ADD RSC /I ".\oleRel" /d "NDEBUG" /d "FEAT_OLE" /fo.\oleRel\vim.res
113
114 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:none libc.lib oleaut32.lib /subsystem:windows /out:.\gvim.exe
115 # ADD LINK32 /pdb:none libc.lib oleaut32.lib /subsystem:windows /out:.\gvim.exe
116
117 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
118
119 # PROP Use_Debug_Libraries 1
120 # PROP Output_Dir .\oleDbg
121 # PROP Intermediate_Dir .\oleDbg
122
123 INTDIR=.\oleDbg
124 VIM=gvimd
125 EXTRAS="$(INTDIR)/if_ole.obj" "$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/os_w32exe.obj"
126
127 CPP_PROJ=$(CPP_PROJ) /Zi /Od /D "_DEBUG" /D "FEAT_GUI_W32" /D "DYNAMIC_GETTEXT" /D "FEAT_OLE" /Fd.\oleDbg/ /Fo.\oleDbg/
128 # ADD CPP /Zi /Od /D "_DEBUG" /D "FEAT_GUI_W32" /D "DYNAMIC_GETTEXT" /D "FEAT_OLE" /Fd.\oleDbg/ /Fo.\oleDbg/
129
130 RSC_PROJ=$(RSC_PROJ) /I .\oleDbg /d "_DEBUG" /d "FEAT_OLE" /fo.\oleDbg\vim.res
131 # ADD RSC /I .\oleDbg /d "_DEBUG" /d "FEAT_OLE" /fo.\oleDbg\vim.res
132
133 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib oleaut32.lib /subsystem:windows /debug /profile /pdb:.\oleDbg/gvimd.pdb /map:.\oleDbg\gvimd.map /out:.\gvimd.exe
134 # ADD LINK32 libcd.lib oleaut32.lib /subsystem:windows /debug /profile /pdb:.\oleDbg/gvimd.pdb /map:.\oleDbg\gvimd.map /out:.\gvimd.exe
135
136
137 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
138
139 # PROP Use_Debug_Libraries 0
140 # PROP Output_Dir .\gRel
141 # PROP Intermediate_Dir .\gRel
142
143 INTDIR=.\gRel
144 VIM=gvim
145 EXTRAS="$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/os_w32exe.obj"
146
147 CPP_PROJ=$(CPP_PROJ) /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /Fd.\gRel/ /Fo.\gRel/
148 # ADD CPP /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /Fd.\gRel/ /Fo.\gRel/
149
150 RSC_PROJ=$(RSC_PROJ) /d "NDEBUG" /fo.\gRel\vim.res
151 # ADD RSC /d "NDEBUG" /fo.\gRel\vim.res
152
153 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:none libc.lib /subsystem:windows /out:.\gvim.exe
154 # ADD LINK32 /pdb:none libc.lib /subsystem:windows /out:.\gvim.exe
155
156 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
157
158 # PROP Use_Debug_Libraries 1
159 # PROP Output_Dir .\gDbg
160 # PROP Intermediate_Dir .\gDbg
161
162 INTDIR=.\gDbg
163 VIM=gvimd
164 EXTRAS="$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/os_w32exe.obj"
165
166 CPP_PROJ=$(CPP_PROJ) /Zi /Od /D "_DEBUG" /D "FEAT_GUI_W32" /Fd.\gDbg/ /Fo.\gDbg/
167 # ADD CPP /Zi /Od /D "_DEBUG" /D "FEAT_GUI_W32" /Fd.\gDbg/ /Fo.\gDbg/
168
169 RSC_PROJ=$(RSC_PROJ) /d "_DEBUG" /fo.\gDbg\vim.res
170 # ADD RSC /d "_DEBUG" /fo.\gDbg\vim.res
171
172 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib /subsystem:windows /debug /profile /pdb:.\gDbg/gvimd.pdb /map:.\gDbg\gvimd.map /out:.\gvimd.exe
173 # ADD LINK32 libcd.lib /subsystem:windows /debug /profile /pdb:.\gDbg/gvimd.pdb /map:.\gDbg\gvimd.map /out:.\gvimd.exe
174
175 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
176
177 # PROP Use_Debug_Libraries 0
178 # PROP Output_Dir .\Rel
179 # PROP Intermediate_Dir .\Rel
180
181 INTDIR=.\Rel
182 VIM=vim
183 EXTRAS=
184
185 CPP_PROJ=$(CPP_PROJ) /O2 /D "NDEBUG" /Fd.\Rel/ /Fo.\Rel/
186 # ADD CPP /O2 /D "NDEBUG" /Fd.\Rel/ /Fo.\Rel/
187
188 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:none libc.lib /subsystem:console /out:.\vim.exe
189 # ADD LINK32 /pdb:none libc.lib /subsystem:console /out:.\vim.exe
190
191 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
192
193 # PROP Use_Debug_Libraries 1
194 # PROP Output_Dir .\Dbg
195 # PROP Intermediate_Dir .\Dbg
196
197 INTDIR=.\Dbg
198 VIM=vimd
199 EXTRAS=
200
201 CPP_PROJ=$(CPP_PROJ) /Zi /Od /D "_DEBUG" /Fd.\Dbg/ /Fo.\Dbg/
202 # ADD CPP /Zi /Od /D "_DEBUG" /Fd.\Dbg/ /Fo.\Dbg/
203
204 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib /subsystem:console /debug /profile /pdb:.\Dbg/vimd.pdb /map:.\Dbg/vimd.map /out:.\vimd.exe
205 # ADD LINK32 libcd.lib /subsystem:console /debug /profile /pdb:.\Dbg/vimd.pdb /map:.\Dbg/vimd.map /out:.\vimd.exe
206
207 !ENDIF
208
209 ALL : .\$(VIM).exe vimrun.exe install.exe uninstal.exe xxd/xxd.exe GvimExt/gvimext.dll
210
211 LINK32_OBJS= \
212 $(EXTRAS) \
213 "$(INTDIR)/buffer.obj" \
214 "$(INTDIR)/charset.obj" \
215 "$(INTDIR)/diff.obj" \
216 "$(INTDIR)/digraph.obj" \
217 "$(INTDIR)/edit.obj" \
218 "$(INTDIR)/eval.obj" \
219 "$(INTDIR)/ex_cmds.obj" \
220 "$(INTDIR)/ex_cmds2.obj" \
221 "$(INTDIR)/ex_docmd.obj" \
222 "$(INTDIR)/ex_eval.obj" \
223 "$(INTDIR)/ex_getln.obj" \
224 "$(INTDIR)/fileio.obj" \
225 "$(INTDIR)/fold.obj" \
226 "$(INTDIR)/getchar.obj" \
227 "$(INTDIR)/main.obj" \
228 "$(INTDIR)/mark.obj" \
229 "$(INTDIR)/mbyte.obj" \
230 "$(INTDIR)/memfile.obj" \
231 "$(INTDIR)/memline.obj" \
232 "$(INTDIR)/menu.obj" \
233 "$(INTDIR)/message.obj" \
234 "$(INTDIR)/misc1.obj" \
235 "$(INTDIR)/misc2.obj" \
236 "$(INTDIR)/move.obj" \
237 "$(INTDIR)/normal.obj" \
238 "$(INTDIR)/ops.obj" \
239 "$(INTDIR)/option.obj" \
240 "$(INTDIR)/os_mswin.obj" \
241 "$(INTDIR)/os_win32.obj" \
242 "$(INTDIR)/quickfix.obj" \
243 "$(INTDIR)/regexp.obj" \
244 "$(INTDIR)/screen.obj" \
245 "$(INTDIR)/search.obj" \
246 "$(INTDIR)/syntax.obj" \
247 "$(INTDIR)/tag.obj" \
248 "$(INTDIR)/term.obj" \
249 "$(INTDIR)/ui.obj" \
250 "$(INTDIR)/undo.obj" \
251 "$(INTDIR)/version.obj" \
252 "$(INTDIR)/window.obj"
253
254 ".\$(VIM).exe" : "$(INTDIR)" $(EXTRAS) $(LINK32_OBJS)
255 @if exist $(INTDIR)\$(VIM).pdb del $(INTDIR)\$(VIM).pdb
256 $(LINK32) $(LINK32_FLAGS) $(LINK32_OBJS)
257
258 "$(INTDIR)" :
259 if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
260
261 CLEAN :
262 -@if exist "$(INTDIR)/$(NULL)" $(DEL_TREE) "$(INTDIR)"
263 -@if exist $(VIM).exe erase $(VIM).exe
264 -@if exist $(VIM).ilk erase $(VIM).ilk
265 -@if exist $(VIM).map erase $(VIM).map
266 -@if exist $(VIM).pdb erase $(VIM).pdb
267 -@if exist DLLDATA.C erase DLLDATA.C
268 -@if exist Make_ivc.bak attrib -r Make_ivc.bak
269 -@if exist Make_ivc.bak erase Make_ivc.bak
270 -@if exist Make_ivc.dsp erase Make_ivc.dsp
271 -@if exist Make_ivc.dsw erase Make_ivc.dsw
272 -@if exist Make_ivc.mdp erase Make_ivc.mdp
273 -@if exist Make_ivc.ncb erase Make_ivc.ncb
274 -@if exist Make_ivc.opt erase Make_ivc.opt
275 -@if exist Make_ivc.plg erase Make_ivc.plg
276 -@if exist dosinst.obj erase dosinst.obj
277 -@if exist install.exe erase install.exe
278 -@if exist uninstal.exe erase uninstal.exe
279 -@if exist uninstal.obj erase uninstal.obj
280 -@if exist vimrun.exe erase vimrun.exe
281 -@if exist vimrun.obj erase vimrun.obj
282
283
284 install.exe: dosinst.c
285 $(CPP) /Fe$@ /nologo /W3 -DNDEBUG -DWIN32 dosinst.c kernel32.lib shell32.lib ole32.lib advapi32.lib uuid.lib
286
287 uninstal.exe: uninstal.c
288 $(CPP) /nologo /W3 -DNDEBUG -DWIN32 uninstal.c shell32.lib advapi32.lib
289
290 vimrun.exe: vimrun.c
291 $(CPP) /nologo /W3 -DNDEBUG vimrun.c
292
293 xxd/xxd.exe: xxd/xxd.c
294 cd xxd
295 $(MAKE) /NOLOGO -f Make_mvc.mak
296 cd ..
297
298 GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
299 cd GvimExt
300 $(MAKE) /NOLOGO -f Makefile
301 cd ..
302
303 {.}.c{$(INTDIR)/}.obj:
304 $(CPP) $(CPP_PROJ) $<
305
306 {.}.cpp{$(INTDIR)/}.obj:
307 $(CPP) $(CPP_PROJ) /I $(INTDIR) $<
308
309 {.}.rc{$(INTDIR)/}.res:
310 $(RSC) $(RSC_PROJ) $<
311
312 # Begin Target
313
314 # Name "Vim - Win32 Release gvim OLE"
315 # Name "Vim - Win32 Debug gvim OLE"
316 # Name "Vim - Win32 Release gvim"
317 # Name "Vim - Win32 Debug gvim"
318 # Name "Vim - Win32 Release vim"
319 # Name "Vim - Win32 Debug vim"
320
321 # Begin Source File
322
323 SOURCE=.\buffer.c
324 # End Source File
325 # Begin Source File
326
327 SOURCE=.\charset.c
328 # End Source File
329 # Begin Source File
330
331 SOURCE=.\diff.c
332 # End Source File
333 # Begin Source File
334
335 SOURCE=.\digraph.c
336 # End Source File
337 # Begin Source File
338
339 SOURCE=.\edit.c
340 # End Source File
341 # Begin Source File
342
343 SOURCE=.\eval.c
344 # End Source File
345 # Begin Source File
346
347 SOURCE=.\ex_cmds.c
348 # End Source File
349 # Begin Source File
350
351 SOURCE=.\ex_cmds2.c
352 # End Source File
353 # Begin Source File
354
355 SOURCE=.\ex_docmd.c
356 # End Source File
357 # Begin Source File
358
359 SOURCE=.\ex_eval.c
360 # End Source File
361 # Begin Source File
362
363 SOURCE=.\ex_getln.c
364 # End Source File
365 # Begin Source File
366
367 SOURCE=.\fileio.c
368 # End Source File
369 # Begin Source File
370
371 SOURCE=.\fold.c
372 # End Source File
373 # Begin Source File
374
375 SOURCE=.\getchar.c
376 # End Source File
377 # Begin Source File
378
379 SOURCE=.\gui.c
380
381 !IF "$(CFG)" == "Vim - Win32 Release vim"
382
383 # PROP Exclude_From_Build 1
384
385 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
386
387 # PROP Exclude_From_Build 1
388
389 !ENDIF
390
391 # End Source File
392 # Begin Source File
393
394 SOURCE=.\gui_w32.c
395
396 !IF "$(CFG)" == "Vim - Win32 Release vim"
397
398 # PROP Exclude_From_Build 1
399
400 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
401
402 # PROP Exclude_From_Build 1
403
404 !ENDIF
405
406 # End Source File
407 # Begin Source File
408
409 SOURCE=.\os_w32exe.c
410
411 !IF "$(CFG)" == "Vim - Win32 Release vim"
412
413 # PROP Exclude_From_Build 1
414
415 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
416
417 # PROP Exclude_From_Build 1
418
419 !ENDIF
420
421 # End Source File
422 # Begin Source File
423
424 SOURCE=.\if_ole.cpp
425
426 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
427
428 # PROP Ignore_Default_Tool 1
429 # Begin Custom Build
430
431 "$(INTDIR)\if_ole.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
432 cl.exe /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /D "FEAT_OLE" /Fd.\oleRel/ /Fo.\oleRel/ /I ".\oleRel" .\if_ole.cpp
433 @rem This is the default rule with /I "$(IntDir)" added
434
435 # End Custom Build
436
437 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
438
439 # PROP Ignore_Default_Tool 1
440 # Begin Custom Build
441
442 "$(INTDIR)\if_ole.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
443 cl.exe /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c /Zi /Od /D "_DEBUG" /D "FEAT_GUI_W32" /D "FEAT_OLE" /Fd.\oleDbg/ /Fo.\oleDbg/ /I ".\oleDbg" .\if_ole.cpp
444 @rem This is the default rule with /I "$(IntDir)" added
445
446 # End Custom Build
447
448 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
449
450 # PROP Exclude_From_Build 1
451
452 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
453
454 # PROP Exclude_From_Build 1
455
456 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
457
458 # PROP Exclude_From_Build 1
459
460 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
461
462 # PROP Exclude_From_Build 1
463
464 !ENDIF
465
466 # End Source File
467 # Begin Source File
468
469 SOURCE=.\if_ole.idl
470
471 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
472
473 # PROP Ignore_Default_Tool 1
474 # Begin Custom Build
475
476 "$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)"
477 if exist .\if_ole.h del .\if_ole.h
478 midl /out .\oleRel /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl
479
480 # End Custom Build
481
482 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
483
484 # PROP Ignore_Default_Tool 1
485 # Begin Custom Build
486
487 "$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)"
488 if exist .\if_ole.h del .\if_ole.h
489 midl /out .\oleDbg /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl
490
491 # End Custom Build
492
493 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
494
495 # PROP Exclude_From_Build 1
496
497 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
498
499 # PROP Exclude_From_Build 1
500
501 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
502
503 # PROP Exclude_From_Build 1
504
505 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
506
507 # PROP Exclude_From_Build 1
508
509 !ENDIF
510
511 # End Source File
512 # Begin Source File
513
514 SOURCE=.\main.c
515 # End Source File
516 # Begin Source File
517
518 SOURCE=.\mark.c
519 # End Source File
520 # Begin Source File
521
522 SOURCE=.\mbyte.c
523 # End Source File
524 # Begin Source File
525
526 SOURCE=.\memfile.c
527 # End Source File
528 # Begin Source File
529
530 SOURCE=.\memline.c
531 # End Source File
532 # Begin Source File
533
534 SOURCE=.\menu.c
535 # End Source File
536 # Begin Source File
537
538 SOURCE=.\message.c
539 # End Source File
540 # Begin Source File
541
542 SOURCE=.\misc1.c
543 # End Source File
544 # Begin Source File
545
546 SOURCE=.\misc2.c
547 # End Source File
548 # Begin Source File
549
550 SOURCE=.\move.c
551 # End Source File
552 # Begin Source File
553
554 SOURCE=.\normal.c
555 # End Source File
556 # Begin Source File
557
558 SOURCE=.\ops.c
559 # End Source File
560 # Begin Source File
561
562 SOURCE=.\option.c
563 # End Source File
564 # Begin Source File
565
566 SOURCE=.\os_mswin.c
567 # End Source File
568 # Begin Source File
569
570 SOURCE=.\os_win32.c
571 # End Source File
572 # Begin Source File
573
574 SOURCE=.\quickfix.c
575 # End Source File
576 # Begin Source File
577
578 SOURCE=.\regexp.c
579 # End Source File
580 # Begin Source File
581
582 SOURCE=.\screen.c
583 # End Source File
584 # Begin Source File
585
586 SOURCE=.\search.c
587 # End Source File
588 # Begin Source File
589
590 SOURCE=.\syntax.c
591 # End Source File
592 # Begin Source File
593
594 SOURCE=.\tag.c
595 # End Source File
596 # Begin Source File
597
598 SOURCE=.\term.c
599 # End Source File
600 # Begin Source File
601
602 SOURCE=.\ui.c
603 # End Source File
604 # Begin Source File
605
606 SOURCE=.\undo.c
607 # End Source File
608 # Begin Source File
609
610 SOURCE=.\version.c
611 # End Source File
612 # Begin Source File
613
614 SOURCE=.\vim.rc
615
616 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
617
618 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
619
620 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
621
622 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
623
624 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
625
626 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)"
627
628 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
629
630 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)"
631
632 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
633
634 # PROP Exclude_From_Build 1
635
636 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
637
638 # PROP Exclude_From_Build 1
639
640 !ENDIF
641
642 # End Source File
643 # Begin Source File
644
645 SOURCE=.\window.c
646 # End Source File
647 # End Target
648 # End Project