blob: a132949b8a43d60d638d3764219706f03cabd96f [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001# 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
20PreLink_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)" == ""
44CFG=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"
73NULL=
74DEL_TREE = rmdir /s /q
75!ELSE
76NULL=nul
77DEL_TREE = deltree /y
78!ENDIF
79
80# Begin Project
81# PROP Target_Last_Scanned "Vim - Win32 Debug vim"
82# PROP Use_MFC 0
83
84RSC=rc.exe
85CPP=cl.exe
86LINK32=link.exe
87
88CPP_PROJ= /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c
89# ADD CPP /nologo /MT /W3 /GX /I ".\proto" /D "WIN32" /c
90
91LINK32_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
95RSC_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
104INTDIR=.\oleRel
105VIM=gvim
Bram Moolenaar58e7f2b2005-03-16 09:48:18 +0000106EXTRAS="$(INTDIR)/if_ole.obj" "$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000107
108CPP_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
111RSC_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
114LINK32_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
123INTDIR=.\oleDbg
124VIM=gvimd
Bram Moolenaar58e7f2b2005-03-16 09:48:18 +0000125EXTRAS="$(INTDIR)/if_ole.obj" "$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000126
127CPP_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
130RSC_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
133LINK32_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
143INTDIR=.\gRel
144VIM=gvim
Bram Moolenaar58e7f2b2005-03-16 09:48:18 +0000145EXTRAS="$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000146
147CPP_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
150RSC_PROJ=$(RSC_PROJ) /d "NDEBUG" /fo.\gRel\vim.res
151# ADD RSC /d "NDEBUG" /fo.\gRel\vim.res
152
153LINK32_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
162INTDIR=.\gDbg
163VIM=gvimd
Bram Moolenaar58e7f2b2005-03-16 09:48:18 +0000164EXTRAS="$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj"
Bram Moolenaar071d4272004-06-13 20:20:40 +0000165
166CPP_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
169RSC_PROJ=$(RSC_PROJ) /d "_DEBUG" /fo.\gDbg\vim.res
170# ADD RSC /d "_DEBUG" /fo.\gDbg\vim.res
171
172LINK32_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
181INTDIR=.\Rel
182VIM=vim
183EXTRAS=
184
185CPP_PROJ=$(CPP_PROJ) /O2 /D "NDEBUG" /Fd.\Rel/ /Fo.\Rel/
186# ADD CPP /O2 /D "NDEBUG" /Fd.\Rel/ /Fo.\Rel/
187
188LINK32_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
197INTDIR=.\Dbg
198VIM=vimd
199EXTRAS=
200
201CPP_PROJ=$(CPP_PROJ) /Zi /Od /D "_DEBUG" /Fd.\Dbg/ /Fo.\Dbg/
202# ADD CPP /Zi /Od /D "_DEBUG" /Fd.\Dbg/ /Fo.\Dbg/
203
204LINK32_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
209ALL : .\$(VIM).exe vimrun.exe install.exe uninstal.exe xxd/xxd.exe GvimExt/gvimext.dll
210
211LINK32_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" \
Bram Moolenaar383f9bc2005-01-19 22:18:32 +0000227 "$(INTDIR)/hashtable.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000228 "$(INTDIR)/main.obj" \
229 "$(INTDIR)/mark.obj" \
230 "$(INTDIR)/mbyte.obj" \
231 "$(INTDIR)/memfile.obj" \
232 "$(INTDIR)/memline.obj" \
233 "$(INTDIR)/menu.obj" \
234 "$(INTDIR)/message.obj" \
235 "$(INTDIR)/misc1.obj" \
236 "$(INTDIR)/misc2.obj" \
237 "$(INTDIR)/move.obj" \
238 "$(INTDIR)/normal.obj" \
239 "$(INTDIR)/ops.obj" \
240 "$(INTDIR)/option.obj" \
241 "$(INTDIR)/os_mswin.obj" \
242 "$(INTDIR)/os_win32.obj" \
243 "$(INTDIR)/quickfix.obj" \
244 "$(INTDIR)/regexp.obj" \
245 "$(INTDIR)/screen.obj" \
246 "$(INTDIR)/search.obj" \
Bram Moolenaar2e4096b2005-03-20 22:25:45 +0000247 "$(INTDIR)/spell.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000248 "$(INTDIR)/syntax.obj" \
249 "$(INTDIR)/tag.obj" \
250 "$(INTDIR)/term.obj" \
251 "$(INTDIR)/ui.obj" \
252 "$(INTDIR)/undo.obj" \
253 "$(INTDIR)/version.obj" \
254 "$(INTDIR)/window.obj"
255
256".\$(VIM).exe" : "$(INTDIR)" $(EXTRAS) $(LINK32_OBJS)
257 @if exist $(INTDIR)\$(VIM).pdb del $(INTDIR)\$(VIM).pdb
258 $(LINK32) $(LINK32_FLAGS) $(LINK32_OBJS)
259
260"$(INTDIR)" :
261 if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
262
263CLEAN :
264 -@if exist "$(INTDIR)/$(NULL)" $(DEL_TREE) "$(INTDIR)"
265 -@if exist $(VIM).exe erase $(VIM).exe
266 -@if exist $(VIM).ilk erase $(VIM).ilk
267 -@if exist $(VIM).map erase $(VIM).map
268 -@if exist $(VIM).pdb erase $(VIM).pdb
269 -@if exist DLLDATA.C erase DLLDATA.C
270 -@if exist Make_ivc.bak attrib -r Make_ivc.bak
271 -@if exist Make_ivc.bak erase Make_ivc.bak
272 -@if exist Make_ivc.dsp erase Make_ivc.dsp
273 -@if exist Make_ivc.dsw erase Make_ivc.dsw
274 -@if exist Make_ivc.mdp erase Make_ivc.mdp
275 -@if exist Make_ivc.ncb erase Make_ivc.ncb
276 -@if exist Make_ivc.opt erase Make_ivc.opt
277 -@if exist Make_ivc.plg erase Make_ivc.plg
278 -@if exist dosinst.obj erase dosinst.obj
279 -@if exist install.exe erase install.exe
280 -@if exist uninstal.exe erase uninstal.exe
281 -@if exist uninstal.obj erase uninstal.obj
282 -@if exist vimrun.exe erase vimrun.exe
283 -@if exist vimrun.obj erase vimrun.obj
284
285
286install.exe: dosinst.c
287 $(CPP) /Fe$@ /nologo /W3 -DNDEBUG -DWIN32 dosinst.c kernel32.lib shell32.lib ole32.lib advapi32.lib uuid.lib
288
289uninstal.exe: uninstal.c
290 $(CPP) /nologo /W3 -DNDEBUG -DWIN32 uninstal.c shell32.lib advapi32.lib
291
292vimrun.exe: vimrun.c
293 $(CPP) /nologo /W3 -DNDEBUG vimrun.c
294
295xxd/xxd.exe: xxd/xxd.c
296 cd xxd
297 $(MAKE) /NOLOGO -f Make_mvc.mak
298 cd ..
299
300GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
301 cd GvimExt
302 $(MAKE) /NOLOGO -f Makefile
303 cd ..
304
305{.}.c{$(INTDIR)/}.obj:
306 $(CPP) $(CPP_PROJ) $<
307
308{.}.cpp{$(INTDIR)/}.obj:
309 $(CPP) $(CPP_PROJ) /I $(INTDIR) $<
310
311{.}.rc{$(INTDIR)/}.res:
312 $(RSC) $(RSC_PROJ) $<
313
314# Begin Target
315
316# Name "Vim - Win32 Release gvim OLE"
317# Name "Vim - Win32 Debug gvim OLE"
318# Name "Vim - Win32 Release gvim"
319# Name "Vim - Win32 Debug gvim"
320# Name "Vim - Win32 Release vim"
321# Name "Vim - Win32 Debug vim"
322
323# Begin Source File
324
325SOURCE=.\buffer.c
326# End Source File
327# Begin Source File
328
329SOURCE=.\charset.c
330# End Source File
331# Begin Source File
332
333SOURCE=.\diff.c
334# End Source File
335# Begin Source File
336
337SOURCE=.\digraph.c
338# End Source File
339# Begin Source File
340
341SOURCE=.\edit.c
342# End Source File
343# Begin Source File
344
345SOURCE=.\eval.c
346# End Source File
347# Begin Source File
348
349SOURCE=.\ex_cmds.c
350# End Source File
351# Begin Source File
352
353SOURCE=.\ex_cmds2.c
354# End Source File
355# Begin Source File
356
357SOURCE=.\ex_docmd.c
358# End Source File
359# Begin Source File
360
361SOURCE=.\ex_eval.c
362# End Source File
363# Begin Source File
364
365SOURCE=.\ex_getln.c
366# End Source File
367# Begin Source File
368
369SOURCE=.\fileio.c
370# End Source File
371# Begin Source File
372
373SOURCE=.\fold.c
374# End Source File
375# Begin Source File
376
377SOURCE=.\getchar.c
378# End Source File
379# Begin Source File
380
Bram Moolenaar383f9bc2005-01-19 22:18:32 +0000381SOURCE=.\hashtable.c
382# End Source File
383# Begin Source File
384
Bram Moolenaar071d4272004-06-13 20:20:40 +0000385SOURCE=.\gui.c
386
387!IF "$(CFG)" == "Vim - Win32 Release vim"
388
389# PROP Exclude_From_Build 1
390
391!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
392
393# PROP Exclude_From_Build 1
394
395!ENDIF
396
397# End Source File
398# Begin Source File
399
400SOURCE=.\gui_w32.c
401
402!IF "$(CFG)" == "Vim - Win32 Release vim"
403
404# PROP Exclude_From_Build 1
405
406!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
407
408# PROP Exclude_From_Build 1
409
410!ENDIF
411
412# End Source File
413# Begin Source File
414
Bram Moolenaar58e7f2b2005-03-16 09:48:18 +0000415SOURCE=.\gui_beval.c
416
417!IF "$(CFG)" == "Vim - Win32 Release vim"
418
419# PROP Exclude_From_Build 1
420
421!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
422
423# PROP Exclude_From_Build 1
424
425!ENDIF
426
427# End Source File
428# Begin Source File
429
Bram Moolenaar071d4272004-06-13 20:20:40 +0000430SOURCE=.\os_w32exe.c
431
432!IF "$(CFG)" == "Vim - Win32 Release vim"
433
434# PROP Exclude_From_Build 1
435
436!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
437
438# PROP Exclude_From_Build 1
439
440!ENDIF
441
442# End Source File
443# Begin Source File
444
445SOURCE=.\if_ole.cpp
446
447!IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
448
449# PROP Ignore_Default_Tool 1
450# Begin Custom Build
451
452"$(INTDIR)\if_ole.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
453 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
454 @rem This is the default rule with /I "$(IntDir)" added
455
456# End Custom Build
457
458!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
459
460# PROP Ignore_Default_Tool 1
461# Begin Custom Build
462
463"$(INTDIR)\if_ole.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
464 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
465 @rem This is the default rule with /I "$(IntDir)" added
466
467# End Custom Build
468
469!ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
470
471# PROP Exclude_From_Build 1
472
473!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
474
475# PROP Exclude_From_Build 1
476
477!ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
478
479# PROP Exclude_From_Build 1
480
481!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
482
483# PROP Exclude_From_Build 1
484
485!ENDIF
486
487# End Source File
488# Begin Source File
489
490SOURCE=.\if_ole.idl
491
492!IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
493
494# PROP Ignore_Default_Tool 1
495# Begin Custom Build
496
497"$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)"
498 if exist .\if_ole.h del .\if_ole.h
499 midl /out .\oleRel /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl
500
501# End Custom Build
502
503!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
504
505# PROP Ignore_Default_Tool 1
506# Begin Custom Build
507
508"$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)"
509 if exist .\if_ole.h del .\if_ole.h
510 midl /out .\oleDbg /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl
511
512# End Custom Build
513
514!ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
515
516# PROP Exclude_From_Build 1
517
518!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
519
520# PROP Exclude_From_Build 1
521
522!ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
523
524# PROP Exclude_From_Build 1
525
526!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
527
528# PROP Exclude_From_Build 1
529
530!ENDIF
531
532# End Source File
533# Begin Source File
534
535SOURCE=.\main.c
536# End Source File
537# Begin Source File
538
539SOURCE=.\mark.c
540# End Source File
541# Begin Source File
542
543SOURCE=.\mbyte.c
544# End Source File
545# Begin Source File
546
547SOURCE=.\memfile.c
548# End Source File
549# Begin Source File
550
551SOURCE=.\memline.c
552# End Source File
553# Begin Source File
554
555SOURCE=.\menu.c
556# End Source File
557# Begin Source File
558
559SOURCE=.\message.c
560# End Source File
561# Begin Source File
562
563SOURCE=.\misc1.c
564# End Source File
565# Begin Source File
566
567SOURCE=.\misc2.c
568# End Source File
569# Begin Source File
570
571SOURCE=.\move.c
572# End Source File
573# Begin Source File
574
575SOURCE=.\normal.c
576# End Source File
577# Begin Source File
578
579SOURCE=.\ops.c
580# End Source File
581# Begin Source File
582
583SOURCE=.\option.c
584# End Source File
585# Begin Source File
586
587SOURCE=.\os_mswin.c
588# End Source File
589# Begin Source File
590
591SOURCE=.\os_win32.c
592# End Source File
593# Begin Source File
594
595SOURCE=.\quickfix.c
596# End Source File
597# Begin Source File
598
599SOURCE=.\regexp.c
600# End Source File
601# Begin Source File
602
603SOURCE=.\screen.c
604# End Source File
605# Begin Source File
606
607SOURCE=.\search.c
608# End Source File
609# Begin Source File
610
Bram Moolenaar2e4096b2005-03-20 22:25:45 +0000611SOURCE=.\spell.c
612# End Source File
613# Begin Source File
614
Bram Moolenaar071d4272004-06-13 20:20:40 +0000615SOURCE=.\syntax.c
616# End Source File
617# Begin Source File
618
619SOURCE=.\tag.c
620# End Source File
621# Begin Source File
622
623SOURCE=.\term.c
624# End Source File
625# Begin Source File
626
627SOURCE=.\ui.c
628# End Source File
629# Begin Source File
630
631SOURCE=.\undo.c
632# End Source File
633# Begin Source File
634
635SOURCE=.\version.c
636# End Source File
637# Begin Source File
638
639SOURCE=.\vim.rc
640
641!IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
642
643"$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
644
645!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
646
647"$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
648
649!ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
650
651"$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)"
652
653!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
654
655"$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)"
656
657!ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
658
659# PROP Exclude_From_Build 1
660
661!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
662
663# PROP Exclude_From_Build 1
664
665!ENDIF
666
667# End Source File
668# Begin Source File
669
670SOURCE=.\window.c
671# End Source File
672# End Target
673# End Project