Merge branch 'vim'
[vim_extended.git] / src / Make_ivc.mak
blob2d118d5a64b6b546aa2da6119443952be1d70999
1 # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
2 # ** DO NOT EDIT **
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!
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.
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.
31 # History
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
41 # TARGTYPE "Win32 (x86) Console Application" 0x0103
43 !IF "$(CFG)" == ""
44 CFG=Vim - Win32 Release gvim OLE
45 !MESSAGE No configuration specified. Defaulting to Vim - Win32 Release gvim OLE.
46 !ENDIF
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
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
80 # Begin Project
81 # PROP Target_Last_Scanned "Vim - Win32 Debug vim"
82 # PROP Use_MFC 0
84 RSC=rc.exe
85 CPP=cl.exe
86 LINK32=link.exe
88 CPP_PROJ= /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c
89 # ADD CPP /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c
91 LINK32_FLAGS= oldnames.lib kernel32.lib user32.lib gdi32.lib version.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 version.lib comdlg32.lib comctl32.lib advapi32.lib shell32.lib ole32.lib uuid.lib /nologo /machine:I386 /nodefaultlib
93 # SUBTRACT LINK32 /incremental:yes
95 RSC_PROJ= /l 0x409 /d "FEAT_GUI_W32"
96 # ADD RSC /l 0x409 /d "FEAT_GUI_W32"
98 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
100 # PROP Use_Debug_Libraries 0
101 # PROP Output_Dir .\oleRel
102 # PROP Intermediate_Dir .\oleRel
104 INTDIR=.\oleRel
105 VIM=gvim
106 EXTRAS="$(INTDIR)/if_ole.obj" "$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj"
108 CPP_PROJ=$(CPP_PROJ) /Zi /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /D "DYNAMIC_GETTEXT" /D "FEAT_OLE" /Fd.\oleRel/ /Fo.\oleRel/
109 # ADD CPP /Zi /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /D "DYNAMIC_GETTEXT" /D "FEAT_OLE" /Fd.\oleRel/ /Fo.\oleRel/
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
114 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:.\oleRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib oleaut32.lib /subsystem:windows /out:.\gvim.exe
115 # ADD LINK32 /pdb:.\oleRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib oleaut32.lib /subsystem:windows /out:.\gvim.exe
117 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
119 # PROP Use_Debug_Libraries 1
120 # PROP Output_Dir .\oleDbg
121 # PROP Intermediate_Dir .\oleDbg
123 INTDIR=.\oleDbg
124 VIM=gvimd
125 EXTRAS="$(INTDIR)/if_ole.obj" "$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj"
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/
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
133 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib oleaut32.lib /subsystem:windows /debug /profile /pdb:.\oleDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvimd.map /out:.\gvimd.exe
134 # ADD LINK32 libcd.lib oleaut32.lib /subsystem:windows /debug /profile /pdb:.\oleDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvimd.map /out:.\gvimd.exe
137 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
139 # PROP Use_Debug_Libraries 0
140 # PROP Output_Dir .\gRel
141 # PROP Intermediate_Dir .\gRel
143 INTDIR=.\gRel
144 VIM=gvim
145 EXTRAS="$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj"
147 CPP_PROJ=$(CPP_PROJ) /Zi /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /Fd.\gRel/ /Fo.\gRel/
148 # ADD CPP /Zi /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /Fd.\gRel/ /Fo.\gRel/
150 RSC_PROJ=$(RSC_PROJ) /d "NDEBUG" /fo.\gRel\vim.res
151 # ADD RSC /d "NDEBUG" /fo.\gRel\vim.res
153 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:.\gRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib /subsystem:windows /out:.\gvim.exe
154 # ADD LINK32 /pdb:.\gRel/gvim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\gvim.map libc.lib /subsystem:windows /out:.\gvim.exe
156 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
158 # PROP Use_Debug_Libraries 1
159 # PROP Output_Dir .\gDbg
160 # PROP Intermediate_Dir .\gDbg
162 INTDIR=.\gDbg
163 VIM=gvimd
164 EXTRAS="$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj"
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/
169 RSC_PROJ=$(RSC_PROJ) /d "_DEBUG" /fo.\gDbg\vim.res
170 # ADD RSC /d "_DEBUG" /fo.\gDbg\vim.res
172 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib /subsystem:windows /debug /profile /pdb:.\gDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\gDbg\gvimd.map /out:.\gvimd.exe
173 # ADD LINK32 libcd.lib /subsystem:windows /debug /profile /pdb:.\gDbg/gvimd.pdb -debug:full -debugtype:cv,fixup /map:.\gDbg\gvimd.map /out:.\gvimd.exe
175 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
177 # PROP Use_Debug_Libraries 0
178 # PROP Output_Dir .\Rel
179 # PROP Intermediate_Dir .\Rel
181 INTDIR=.\Rel
182 VIM=vim
183 EXTRAS=
185 CPP_PROJ=$(CPP_PROJ) /Zi /O2 /D "NDEBUG" /Fd.\Rel/ /Fo.\Rel/
186 # ADD CPP /Zi /O2 /D "NDEBUG" /Fd.\Rel/ /Fo.\Rel/
188 LINK32_FLAGS=$(LINK32_FLAGS) /pdb:.\Rel/vim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\vim.map libc.lib /subsystem:console /out:.\vim.exe
189 # ADD LINK32 /pdb:.\Rel/vim.pdb -debug:full -debugtype:cv,fixup /map:.\oleDbg\vim.map libc.lib /subsystem:console /out:.\vim.exe
191 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
193 # PROP Use_Debug_Libraries 1
194 # PROP Output_Dir .\Dbg
195 # PROP Intermediate_Dir .\Dbg
197 INTDIR=.\Dbg
198 VIM=vimd
199 EXTRAS=
201 CPP_PROJ=$(CPP_PROJ) /Zi /Od /D "_DEBUG" /Fd.\Dbg/ /Fo.\Dbg/
202 # ADD CPP /Zi /Od /D "_DEBUG" /Fd.\Dbg/ /Fo.\Dbg/
204 LINK32_FLAGS=$(LINK32_FLAGS) libcd.lib /subsystem:console /debug /profile /pdb:.\Dbg/vimd.pdb -debug:full -debugtype:cv,fixup /map:.\Dbg/vimd.map /out:.\vimd.exe
205 # ADD LINK32 libcd.lib /subsystem:console /debug /profile /pdb:.\Dbg/vimd.pdb -debug:full -debugtype:cv,fixup /map:.\Dbg/vimd.map /out:.\vimd.exe
207 !ENDIF
209 ALL : .\$(VIM).exe vimrun.exe install.exe uninstal.exe xxd/xxd.exe GvimExt/gvimext.dll
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)/hardcopy.obj" \
228 "$(INTDIR)/hashtab.obj" \
229 "$(INTDIR)/main.obj" \
230 "$(INTDIR)/mark.obj" \
231 "$(INTDIR)/mbyte.obj" \
232 "$(INTDIR)/memfile.obj" \
233 "$(INTDIR)/memline.obj" \
234 "$(INTDIR)/menu.obj" \
235 "$(INTDIR)/message.obj" \
236 "$(INTDIR)/misc1.obj" \
237 "$(INTDIR)/misc2.obj" \
238 "$(INTDIR)/move.obj" \
239 "$(INTDIR)/normal.obj" \
240 "$(INTDIR)/ops.obj" \
241 "$(INTDIR)/option.obj" \
242 "$(INTDIR)/os_mswin.obj" \
243 "$(INTDIR)/os_win32.obj" \
244 "$(INTDIR)/popupmnu.obj" \
245 "$(INTDIR)/quickfix.obj" \
246 "$(INTDIR)/regexp.obj" \
247 "$(INTDIR)/screen.obj" \
248 "$(INTDIR)/search.obj" \
249 "$(INTDIR)/spell.obj" \
250 "$(INTDIR)/syntax.obj" \
251 "$(INTDIR)/tag.obj" \
252 "$(INTDIR)/term.obj" \
253 "$(INTDIR)/ui.obj" \
254 "$(INTDIR)/undo.obj" \
255 "$(INTDIR)/version.obj" \
256 "$(INTDIR)/window.obj"
258 ".\$(VIM).exe" : "$(INTDIR)" $(EXTRAS) $(LINK32_OBJS)
259 @if exist $(INTDIR)\$(VIM).pdb del $(INTDIR)\$(VIM).pdb
260 $(LINK32) $(LINK32_FLAGS) $(LINK32_OBJS)
262 "$(INTDIR)" :
263 if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
265 CLEAN :
266 -@if exist "$(INTDIR)/$(NULL)" $(DEL_TREE) "$(INTDIR)"
267 -@if exist $(VIM).exe erase $(VIM).exe
268 -@if exist $(VIM).ilk erase $(VIM).ilk
269 -@if exist $(VIM).map erase $(VIM).map
270 -@if exist $(VIM).pdb erase $(VIM).pdb
271 -@if exist DLLDATA.C erase DLLDATA.C
272 -@if exist Make_ivc.bak attrib -r Make_ivc.bak
273 -@if exist Make_ivc.bak erase Make_ivc.bak
274 -@if exist Make_ivc.dsp erase Make_ivc.dsp
275 -@if exist Make_ivc.dsw erase Make_ivc.dsw
276 -@if exist Make_ivc.mdp erase Make_ivc.mdp
277 -@if exist Make_ivc.ncb erase Make_ivc.ncb
278 -@if exist Make_ivc.opt erase Make_ivc.opt
279 -@if exist Make_ivc.plg erase Make_ivc.plg
280 -@if exist dosinst.obj erase dosinst.obj
281 -@if exist install.exe erase install.exe
282 -@if exist uninstal.exe erase uninstal.exe
283 -@if exist uninstal.obj erase uninstal.obj
284 -@if exist vimrun.exe erase vimrun.exe
285 -@if exist vimrun.obj erase vimrun.obj
288 install.exe: dosinst.c
289 $(CPP) /Fe$@ /nologo /W3 -DNDEBUG -DWIN32 dosinst.c kernel32.lib shell32.lib ole32.lib advapi32.lib uuid.lib
291 uninstal.exe: uninstal.c
292 $(CPP) /nologo /W3 -DNDEBUG -DWIN32 uninstal.c shell32.lib advapi32.lib
294 vimrun.exe: vimrun.c
295 $(CPP) /nologo /W3 -DNDEBUG vimrun.c
297 xxd/xxd.exe: xxd/xxd.c
298 cd xxd
299 $(MAKE) /NOLOGO -f Make_mvc.mak
300 cd ..
302 GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
303 cd GvimExt
304 $(MAKE) /NOLOGO -f Makefile
305 cd ..
307 {.}.c{$(INTDIR)/}.obj:
308 $(CPP) $(CPP_PROJ) $<
310 {.}.cpp{$(INTDIR)/}.obj:
311 $(CPP) $(CPP_PROJ) /I $(INTDIR) $<
313 {.}.rc{$(INTDIR)/}.res:
314 $(RSC) $(RSC_PROJ) $<
316 # Begin Target
318 # Name "Vim - Win32 Release gvim OLE"
319 # Name "Vim - Win32 Debug gvim OLE"
320 # Name "Vim - Win32 Release gvim"
321 # Name "Vim - Win32 Debug gvim"
322 # Name "Vim - Win32 Release vim"
323 # Name "Vim - Win32 Debug vim"
325 # Begin Source File
327 SOURCE=.\buffer.c
328 # End Source File
329 # Begin Source File
331 SOURCE=.\charset.c
332 # End Source File
333 # Begin Source File
335 SOURCE=.\diff.c
336 # End Source File
337 # Begin Source File
339 SOURCE=.\digraph.c
340 # End Source File
341 # Begin Source File
343 SOURCE=.\edit.c
344 # End Source File
345 # Begin Source File
347 SOURCE=.\eval.c
348 # End Source File
349 # Begin Source File
351 SOURCE=.\ex_cmds.c
352 # End Source File
353 # Begin Source File
355 SOURCE=.\ex_cmds2.c
356 # End Source File
357 # Begin Source File
359 SOURCE=.\ex_docmd.c
360 # End Source File
361 # Begin Source File
363 SOURCE=.\ex_eval.c
364 # End Source File
365 # Begin Source File
367 SOURCE=.\ex_getln.c
368 # End Source File
369 # Begin Source File
371 SOURCE=.\fileio.c
372 # End Source File
373 # Begin Source File
375 SOURCE=.\fold.c
376 # End Source File
377 # Begin Source File
379 SOURCE=.\getchar.c
380 # End Source File
381 # Begin Source File
383 SOURCE=.\hardcopy.c
384 # End Source File
385 # Begin Source File
387 SOURCE=.\hashtab.c
388 # End Source File
389 # Begin Source File
391 SOURCE=.\gui.c
393 !IF "$(CFG)" == "Vim - Win32 Release vim"
395 # PROP Exclude_From_Build 1
397 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
399 # PROP Exclude_From_Build 1
401 !ENDIF
403 # End Source File
404 # Begin Source File
406 SOURCE=.\gui_w32.c
408 !IF "$(CFG)" == "Vim - Win32 Release vim"
410 # PROP Exclude_From_Build 1
412 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
414 # PROP Exclude_From_Build 1
416 !ENDIF
418 # End Source File
419 # Begin Source File
421 SOURCE=.\gui_beval.c
423 !IF "$(CFG)" == "Vim - Win32 Release vim"
425 # PROP Exclude_From_Build 1
427 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
429 # PROP Exclude_From_Build 1
431 !ENDIF
433 # End Source File
434 # Begin Source File
436 SOURCE=.\os_w32exe.c
438 !IF "$(CFG)" == "Vim - Win32 Release vim"
440 # PROP Exclude_From_Build 1
442 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
444 # PROP Exclude_From_Build 1
446 !ENDIF
448 # End Source File
449 # Begin Source File
451 SOURCE=.\if_ole.cpp
453 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
455 # PROP Ignore_Default_Tool 1
456 # Begin Custom Build
458 "$(INTDIR)\if_ole.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
459 cl.exe /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c /Zi /O2 /D "NDEBUG" /D "FEAT_GUI_W32" /D "FEAT_OLE" /Fd.\oleRel/ /Fo.\oleRel/ /I ".\oleRel" .\if_ole.cpp
460 @rem This is the default rule with /I "$(IntDir)" added
462 # End Custom Build
464 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
466 # PROP Ignore_Default_Tool 1
467 # Begin Custom Build
469 "$(INTDIR)\if_ole.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
470 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
471 @rem This is the default rule with /I "$(IntDir)" added
473 # End Custom Build
475 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
477 # PROP Exclude_From_Build 1
479 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
481 # PROP Exclude_From_Build 1
483 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
485 # PROP Exclude_From_Build 1
487 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
489 # PROP Exclude_From_Build 1
491 !ENDIF
493 # End Source File
494 # Begin Source File
496 SOURCE=.\if_ole.idl
498 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
500 # PROP Ignore_Default_Tool 1
501 # Begin Custom Build
503 "$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)"
504 if exist .\if_ole.h del .\if_ole.h
505 midl /out .\oleRel /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl
507 # End Custom Build
509 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
511 # PROP Ignore_Default_Tool 1
512 # Begin Custom Build
514 "$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)"
515 if exist .\if_ole.h del .\if_ole.h
516 midl /out .\oleDbg /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl
518 # End Custom Build
520 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
522 # PROP Exclude_From_Build 1
524 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
526 # PROP Exclude_From_Build 1
528 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
530 # PROP Exclude_From_Build 1
532 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
534 # PROP Exclude_From_Build 1
536 !ENDIF
538 # End Source File
539 # Begin Source File
541 SOURCE=.\main.c
542 # End Source File
543 # Begin Source File
545 SOURCE=.\mark.c
546 # End Source File
547 # Begin Source File
549 SOURCE=.\mbyte.c
550 # End Source File
551 # Begin Source File
553 SOURCE=.\memfile.c
554 # End Source File
555 # Begin Source File
557 SOURCE=.\memline.c
558 # End Source File
559 # Begin Source File
561 SOURCE=.\menu.c
562 # End Source File
563 # Begin Source File
565 SOURCE=.\message.c
566 # End Source File
567 # Begin Source File
569 SOURCE=.\misc1.c
570 # End Source File
571 # Begin Source File
573 SOURCE=.\misc2.c
574 # End Source File
575 # Begin Source File
577 SOURCE=.\move.c
578 # End Source File
579 # Begin Source File
581 SOURCE=.\normal.c
582 # End Source File
583 # Begin Source File
585 SOURCE=.\ops.c
586 # End Source File
587 # Begin Source File
589 SOURCE=.\option.c
590 # End Source File
591 # Begin Source File
593 SOURCE=.\os_mswin.c
594 # End Source File
595 # Begin Source File
597 SOURCE=.\os_win32.c
598 # End Source File
599 # Begin Source File
601 SOURCE=.\popupmnu.c
602 # End Source File
603 # Begin Source File
605 SOURCE=.\quickfix.c
606 # End Source File
607 # Begin Source File
609 SOURCE=.\regexp.c
610 # End Source File
611 # Begin Source File
613 SOURCE=.\screen.c
614 # End Source File
615 # Begin Source File
617 SOURCE=.\search.c
618 # End Source File
619 # Begin Source File
621 SOURCE=.\spell.c
622 # End Source File
623 # Begin Source File
625 SOURCE=.\syntax.c
626 # End Source File
627 # Begin Source File
629 SOURCE=.\tag.c
630 # End Source File
631 # Begin Source File
633 SOURCE=.\term.c
634 # End Source File
635 # Begin Source File
637 SOURCE=.\ui.c
638 # End Source File
639 # Begin Source File
641 SOURCE=.\undo.c
642 # End Source File
643 # Begin Source File
645 SOURCE=.\version.c
646 # End Source File
647 # Begin Source File
649 SOURCE=.\vim.rc
651 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
653 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
655 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
657 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
659 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
661 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)"
663 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
665 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)"
667 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
669 # PROP Exclude_From_Build 1
671 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
673 # PROP Exclude_From_Build 1
675 !ENDIF
677 # End Source File
678 # Begin Source File
680 SOURCE=.\window.c
681 # End Source File
682 # End Target
683 # End Project