blob: a02ba960f199a09f63f61932414dcc6271371162 [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
Bram Moolenaar828c3d72018-06-19 18:58:07 +020091LINK32_FLAGS= oldnames.lib kernel32.lib user32.lib gdi32.lib version.lib comdlg32.lib comctl32.lib advapi32.lib shell32.lib ole32.lib netapi32.lib uuid.lib /nologo /machine:I386 /nodefaultlib
Bram Moolenaar87e25fd2005-07-27 21:13:01 +000092# 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
Bram Moolenaar071d4272004-06-13 20:20:40 +000093# 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
Bram Moolenaar9c96f592005-06-30 21:52:39 +0000108CPP_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/
Bram Moolenaar071d4272004-06-13 20:20:40 +0000110
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
Bram Moolenaar9c96f592005-06-30 21:52:39 +0000114LINK32_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
Bram Moolenaar071d4272004-06-13 20:20:40 +0000116
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
Bram Moolenaar9c96f592005-06-30 21:52:39 +0000133LINK32_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
Bram Moolenaar071d4272004-06-13 20:20:40 +0000135
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
Bram Moolenaar9c96f592005-06-30 21:52:39 +0000147CPP_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/
Bram Moolenaar071d4272004-06-13 20:20:40 +0000149
150RSC_PROJ=$(RSC_PROJ) /d "NDEBUG" /fo.\gRel\vim.res
151# ADD RSC /d "NDEBUG" /fo.\gRel\vim.res
152
Bram Moolenaar9c96f592005-06-30 21:52:39 +0000153LINK32_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
Bram Moolenaar071d4272004-06-13 20:20:40 +0000155
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
Bram Moolenaar9c96f592005-06-30 21:52:39 +0000172LINK32_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
Bram Moolenaar071d4272004-06-13 20:20:40 +0000174
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
Bram Moolenaar9c96f592005-06-30 21:52:39 +0000185CPP_PROJ=$(CPP_PROJ) /Zi /O2 /D "NDEBUG" /Fd.\Rel/ /Fo.\Rel/
186# ADD CPP /Zi /O2 /D "NDEBUG" /Fd.\Rel/ /Fo.\Rel/
Bram Moolenaar071d4272004-06-13 20:20:40 +0000187
Bram Moolenaar9c96f592005-06-30 21:52:39 +0000188LINK32_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
Bram Moolenaar071d4272004-06-13 20:20:40 +0000190
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
Bram Moolenaar9c96f592005-06-30 21:52:39 +0000204LINK32_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
Bram Moolenaar071d4272004-06-13 20:20:40 +0000206
207!ENDIF
208
209ALL : .\$(VIM).exe vimrun.exe install.exe uninstal.exe xxd/xxd.exe GvimExt/gvimext.dll
210
211LINK32_OBJS= \
212 $(EXTRAS) \
Bram Moolenaar75464dc2016-07-02 20:27:50 +0200213 "$(INTDIR)/arabic.obj" \
Bram Moolenaar3e460fd2019-01-26 16:21:07 +0100214 "$(INTDIR)/autocmd.obj" \
Bram Moolenaar40e6a712010-05-16 22:32:54 +0200215 "$(INTDIR)/blowfish.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000216 "$(INTDIR)/buffer.obj" \
217 "$(INTDIR)/charset.obj" \
Bram Moolenaar07cf3822014-08-10 16:31:50 +0200218 "$(INTDIR)/crypt.obj" \
219 "$(INTDIR)/crypt_zip.obj" \
Bram Moolenaar6583c442016-07-17 18:41:47 +0200220 "$(INTDIR)/dict.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000221 "$(INTDIR)/diff.obj" \
222 "$(INTDIR)/digraph.obj" \
223 "$(INTDIR)/edit.obj" \
224 "$(INTDIR)/eval.obj" \
Bram Moolenaar73dad1e2016-07-17 22:13:49 +0200225 "$(INTDIR)/evalfunc.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000226 "$(INTDIR)/ex_cmds.obj" \
227 "$(INTDIR)/ex_cmds2.obj" \
228 "$(INTDIR)/ex_docmd.obj" \
229 "$(INTDIR)/ex_eval.obj" \
230 "$(INTDIR)/ex_getln.obj" \
Bram Moolenaar75464dc2016-07-02 20:27:50 +0200231 "$(INTDIR)/farsi.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000232 "$(INTDIR)/fileio.obj" \
Bram Moolenaar5fd0f502019-02-13 23:13:28 +0100233 "$(INTDIR)/findfile.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000234 "$(INTDIR)/fold.obj" \
235 "$(INTDIR)/getchar.obj" \
Bram Moolenaar58d98232005-07-23 22:25:46 +0000236 "$(INTDIR)/hardcopy.obj" \
Bram Moolenaarc01140a2006-03-24 22:21:52 +0000237 "$(INTDIR)/hashtab.obj" \
Bram Moolenaar4b471622019-01-31 13:48:09 +0100238 "$(INTDIR)/indent.obj" \
Bram Moolenaar520e1e42016-01-23 19:46:28 +0100239 "$(INTDIR)/json.obj" \
Bram Moolenaar6583c442016-07-17 18:41:47 +0200240 "$(INTDIR)/list.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000241 "$(INTDIR)/main.obj" \
242 "$(INTDIR)/mark.obj" \
243 "$(INTDIR)/mbyte.obj" \
244 "$(INTDIR)/memfile.obj" \
245 "$(INTDIR)/memline.obj" \
246 "$(INTDIR)/menu.obj" \
247 "$(INTDIR)/message.obj" \
248 "$(INTDIR)/misc1.obj" \
249 "$(INTDIR)/misc2.obj" \
250 "$(INTDIR)/move.obj" \
251 "$(INTDIR)/normal.obj" \
252 "$(INTDIR)/ops.obj" \
253 "$(INTDIR)/option.obj" \
254 "$(INTDIR)/os_mswin.obj" \
Bram Moolenaar693e40c2013-02-26 14:56:42 +0100255 "$(INTDIR)/winclip.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000256 "$(INTDIR)/os_win32.obj" \
Bram Moolenaarc01140a2006-03-24 22:21:52 +0000257 "$(INTDIR)/popupmnu.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000258 "$(INTDIR)/quickfix.obj" \
259 "$(INTDIR)/regexp.obj" \
260 "$(INTDIR)/screen.obj" \
261 "$(INTDIR)/search.obj" \
Bram Moolenaar40e6a712010-05-16 22:32:54 +0200262 "$(INTDIR)/sha256.obj" \
Bram Moolenaarbbea4702019-01-01 13:20:31 +0100263 "$(INTDIR)/sign.obj" \
Bram Moolenaar2e4096b2005-03-20 22:25:45 +0000264 "$(INTDIR)/spell.obj" \
Bram Moolenaar9ccfebd2016-07-19 16:39:08 +0200265 "$(INTDIR)/spellfile.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000266 "$(INTDIR)/syntax.obj" \
267 "$(INTDIR)/tag.obj" \
268 "$(INTDIR)/term.obj" \
269 "$(INTDIR)/ui.obj" \
270 "$(INTDIR)/undo.obj" \
Bram Moolenaar6583c442016-07-17 18:41:47 +0200271 "$(INTDIR)/userfunc.obj" \
Bram Moolenaar071d4272004-06-13 20:20:40 +0000272 "$(INTDIR)/version.obj" \
273 "$(INTDIR)/window.obj"
274
275".\$(VIM).exe" : "$(INTDIR)" $(EXTRAS) $(LINK32_OBJS)
276 @if exist $(INTDIR)\$(VIM).pdb del $(INTDIR)\$(VIM).pdb
277 $(LINK32) $(LINK32_FLAGS) $(LINK32_OBJS)
278
279"$(INTDIR)" :
280 if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"
281
282CLEAN :
283 -@if exist "$(INTDIR)/$(NULL)" $(DEL_TREE) "$(INTDIR)"
284 -@if exist $(VIM).exe erase $(VIM).exe
285 -@if exist $(VIM).ilk erase $(VIM).ilk
286 -@if exist $(VIM).map erase $(VIM).map
287 -@if exist $(VIM).pdb erase $(VIM).pdb
288 -@if exist DLLDATA.C erase DLLDATA.C
289 -@if exist Make_ivc.bak attrib -r Make_ivc.bak
290 -@if exist Make_ivc.bak erase Make_ivc.bak
291 -@if exist Make_ivc.dsp erase Make_ivc.dsp
292 -@if exist Make_ivc.dsw erase Make_ivc.dsw
293 -@if exist Make_ivc.mdp erase Make_ivc.mdp
294 -@if exist Make_ivc.ncb erase Make_ivc.ncb
295 -@if exist Make_ivc.opt erase Make_ivc.opt
296 -@if exist Make_ivc.plg erase Make_ivc.plg
297 -@if exist dosinst.obj erase dosinst.obj
298 -@if exist install.exe erase install.exe
299 -@if exist uninstal.exe erase uninstal.exe
300 -@if exist uninstal.obj erase uninstal.obj
301 -@if exist vimrun.exe erase vimrun.exe
302 -@if exist vimrun.obj erase vimrun.obj
303
304
305install.exe: dosinst.c
Bram Moolenaarb230bd52010-05-25 21:02:00 +0200306 $(CPP) /Fe$@ /nologo /W3 -DNDEBUG -DWIN32 dosinst.c kernel32.lib shell32.lib user32.lib ole32.lib advapi32.lib uuid.lib
Bram Moolenaar071d4272004-06-13 20:20:40 +0000307
308uninstal.exe: uninstal.c
309 $(CPP) /nologo /W3 -DNDEBUG -DWIN32 uninstal.c shell32.lib advapi32.lib
310
311vimrun.exe: vimrun.c
312 $(CPP) /nologo /W3 -DNDEBUG vimrun.c
313
314xxd/xxd.exe: xxd/xxd.c
315 cd xxd
316 $(MAKE) /NOLOGO -f Make_mvc.mak
317 cd ..
318
319GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h
320 cd GvimExt
321 $(MAKE) /NOLOGO -f Makefile
322 cd ..
323
324{.}.c{$(INTDIR)/}.obj:
325 $(CPP) $(CPP_PROJ) $<
326
327{.}.cpp{$(INTDIR)/}.obj:
328 $(CPP) $(CPP_PROJ) /I $(INTDIR) $<
329
330{.}.rc{$(INTDIR)/}.res:
331 $(RSC) $(RSC_PROJ) $<
332
333# Begin Target
334
335# Name "Vim - Win32 Release gvim OLE"
336# Name "Vim - Win32 Debug gvim OLE"
337# Name "Vim - Win32 Release gvim"
338# Name "Vim - Win32 Debug gvim"
339# Name "Vim - Win32 Release vim"
340# Name "Vim - Win32 Debug vim"
341
342# Begin Source File
343
Bram Moolenaar75464dc2016-07-02 20:27:50 +0200344SOURCE=.\arabic.c
345# End Source File
346# Begin Source File
Bram Moolenaar3e460fd2019-01-26 16:21:07 +0100347#
348SOURCE=.\autocmd.c
349# End Source File
350# Begin Source File
Bram Moolenaar75464dc2016-07-02 20:27:50 +0200351
Bram Moolenaar6a3c9972010-06-07 22:50:29 +0200352SOURCE=.\blowfish.c
353# End Source File
354# Begin Source File
355
Bram Moolenaar071d4272004-06-13 20:20:40 +0000356SOURCE=.\buffer.c
357# End Source File
358# Begin Source File
359
360SOURCE=.\charset.c
361# End Source File
362# Begin Source File
363
Bram Moolenaar07cf3822014-08-10 16:31:50 +0200364SOURCE=.\crypt.c
365# End Source File
366# Begin Source File
367
368SOURCE=.\crypt_zip.c
369# End Source File
370# Begin Source File
371
Bram Moolenaar6583c442016-07-17 18:41:47 +0200372SOURCE=.\dict.c
373# End Source File
374# Begin Source File
375
Bram Moolenaar071d4272004-06-13 20:20:40 +0000376SOURCE=.\diff.c
377# End Source File
378# Begin Source File
379
380SOURCE=.\digraph.c
381# End Source File
382# Begin Source File
383
384SOURCE=.\edit.c
385# End Source File
386# Begin Source File
387
388SOURCE=.\eval.c
389# End Source File
390# Begin Source File
391
Bram Moolenaar73dad1e2016-07-17 22:13:49 +0200392SOURCE=.\evalfunc.c
393# End Source File
394# Begin Source File
395
Bram Moolenaar071d4272004-06-13 20:20:40 +0000396SOURCE=.\ex_cmds.c
397# End Source File
398# Begin Source File
399
400SOURCE=.\ex_cmds2.c
401# End Source File
402# Begin Source File
403
404SOURCE=.\ex_docmd.c
405# End Source File
406# Begin Source File
407
408SOURCE=.\ex_eval.c
409# End Source File
410# Begin Source File
411
412SOURCE=.\ex_getln.c
413# End Source File
414# Begin Source File
415
Bram Moolenaar75464dc2016-07-02 20:27:50 +0200416SOURCE=.\farsi.c
417# End Source File
418# Begin Source File
419
Bram Moolenaar071d4272004-06-13 20:20:40 +0000420SOURCE=.\fileio.c
421# End Source File
422# Begin Source File
Bram Moolenaar5fd0f502019-02-13 23:13:28 +0100423#
424SOURCE=.\findfile.c
425# End Source File
426# Begin Source File
Bram Moolenaar071d4272004-06-13 20:20:40 +0000427
428SOURCE=.\fold.c
429# End Source File
430# Begin Source File
431
432SOURCE=.\getchar.c
433# End Source File
434# Begin Source File
435
Bram Moolenaar58d98232005-07-23 22:25:46 +0000436SOURCE=.\hardcopy.c
437# End Source File
438# Begin Source File
439
Bram Moolenaarc01140a2006-03-24 22:21:52 +0000440SOURCE=.\hashtab.c
Bram Moolenaar383f9bc2005-01-19 22:18:32 +0000441# End Source File
442# Begin Source File
Bram Moolenaar4b471622019-01-31 13:48:09 +0100443#
444SOURCE=.\indent.c
445# End Source File
446# Begin Source File
Bram Moolenaar383f9bc2005-01-19 22:18:32 +0000447
Bram Moolenaar071d4272004-06-13 20:20:40 +0000448SOURCE=.\gui.c
449
450!IF "$(CFG)" == "Vim - Win32 Release vim"
451
452# PROP Exclude_From_Build 1
453
454!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
455
456# PROP Exclude_From_Build 1
457
458!ENDIF
459
460# End Source File
461# Begin Source File
462
463SOURCE=.\gui_w32.c
464
465!IF "$(CFG)" == "Vim - Win32 Release vim"
466
467# PROP Exclude_From_Build 1
468
469!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
470
471# PROP Exclude_From_Build 1
472
473!ENDIF
474
475# End Source File
476# Begin Source File
477
Bram Moolenaar58e7f2b2005-03-16 09:48:18 +0000478SOURCE=.\gui_beval.c
479
480!IF "$(CFG)" == "Vim - Win32 Release vim"
481
482# PROP Exclude_From_Build 1
483
484!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
485
486# PROP Exclude_From_Build 1
487
488!ENDIF
489
490# End Source File
491# Begin Source File
492
Bram Moolenaar071d4272004-06-13 20:20:40 +0000493SOURCE=.\os_w32exe.c
494
495!IF "$(CFG)" == "Vim - Win32 Release vim"
496
497# PROP Exclude_From_Build 1
498
499!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
500
501# PROP Exclude_From_Build 1
502
503!ENDIF
504
505# End Source File
506# Begin Source File
507
508SOURCE=.\if_ole.cpp
509
510!IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
511
512# PROP Ignore_Default_Tool 1
513# Begin Custom Build
514
515"$(INTDIR)\if_ole.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
Bram Moolenaar9c96f592005-06-30 21:52:39 +0000516 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
Bram Moolenaar071d4272004-06-13 20:20:40 +0000517 @rem This is the default rule with /I "$(IntDir)" added
518
519# End Custom Build
520
521!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
522
523# PROP Ignore_Default_Tool 1
524# Begin Custom Build
525
526"$(INTDIR)\if_ole.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
527 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
528 @rem This is the default rule with /I "$(IntDir)" added
529
530# End Custom Build
531
532!ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
533
534# PROP Exclude_From_Build 1
535
536!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
537
538# PROP Exclude_From_Build 1
539
540!ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
541
542# PROP Exclude_From_Build 1
543
544!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
545
546# PROP Exclude_From_Build 1
547
548!ENDIF
549
550# End Source File
551# Begin Source File
552
553SOURCE=.\if_ole.idl
554
555!IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
556
557# PROP Ignore_Default_Tool 1
558# Begin Custom Build
559
560"$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)"
561 if exist .\if_ole.h del .\if_ole.h
562 midl /out .\oleRel /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl
563
564# End Custom Build
565
566!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
567
568# PROP Ignore_Default_Tool 1
569# Begin Custom Build
570
571"$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)"
572 if exist .\if_ole.h del .\if_ole.h
573 midl /out .\oleDbg /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl
574
575# End Custom Build
576
577!ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
578
579# PROP Exclude_From_Build 1
580
581!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
582
583# PROP Exclude_From_Build 1
584
585!ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
586
587# PROP Exclude_From_Build 1
588
589!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
590
591# PROP Exclude_From_Build 1
592
593!ENDIF
594
595# End Source File
596# Begin Source File
597
Bram Moolenaar520e1e42016-01-23 19:46:28 +0100598SOURCE=.\json.c
599# End Source File
600# Begin Source File
601
Bram Moolenaar6583c442016-07-17 18:41:47 +0200602SOURCE=.\list.c
603# End Source File
604# Begin Source File
605
Bram Moolenaar071d4272004-06-13 20:20:40 +0000606SOURCE=.\main.c
607# End Source File
608# Begin Source File
609
610SOURCE=.\mark.c
611# End Source File
612# Begin Source File
613
614SOURCE=.\mbyte.c
615# End Source File
616# Begin Source File
617
618SOURCE=.\memfile.c
619# End Source File
620# Begin Source File
621
622SOURCE=.\memline.c
623# End Source File
624# Begin Source File
625
626SOURCE=.\menu.c
627# End Source File
628# Begin Source File
629
630SOURCE=.\message.c
631# End Source File
632# Begin Source File
633
634SOURCE=.\misc1.c
635# End Source File
636# Begin Source File
637
638SOURCE=.\misc2.c
639# End Source File
640# Begin Source File
641
642SOURCE=.\move.c
643# End Source File
644# Begin Source File
645
646SOURCE=.\normal.c
647# End Source File
648# Begin Source File
649
650SOURCE=.\ops.c
651# End Source File
652# Begin Source File
653
654SOURCE=.\option.c
655# End Source File
656# Begin Source File
657
658SOURCE=.\os_mswin.c
659# End Source File
660# Begin Source File
661
Bram Moolenaar693e40c2013-02-26 14:56:42 +0100662SOURCE=.\winclip.c
663# End Source File
664# Begin Source File
665
Bram Moolenaar071d4272004-06-13 20:20:40 +0000666SOURCE=.\os_win32.c
667# End Source File
668# Begin Source File
669
Bram Moolenaarc01140a2006-03-24 22:21:52 +0000670SOURCE=.\popupmnu.c
Bram Moolenaarbb15b652005-10-03 21:52:09 +0000671# End Source File
672# Begin Source File
673
Bram Moolenaar071d4272004-06-13 20:20:40 +0000674SOURCE=.\quickfix.c
675# End Source File
676# Begin Source File
677
678SOURCE=.\regexp.c
679# End Source File
680# Begin Source File
681
682SOURCE=.\screen.c
683# End Source File
684# Begin Source File
685
686SOURCE=.\search.c
687# End Source File
688# Begin Source File
689
Bram Moolenaar6a3c9972010-06-07 22:50:29 +0200690SOURCE=.\sha256.c
691# End Source File
692# Begin Source File
693
Bram Moolenaarbbea4702019-01-01 13:20:31 +0100694SOURCE=.\sign.c
695# End Source File
696# Begin Source File
697
Bram Moolenaar2e4096b2005-03-20 22:25:45 +0000698SOURCE=.\spell.c
699# End Source File
700# Begin Source File
701
Bram Moolenaar9ccfebd2016-07-19 16:39:08 +0200702SOURCE=.\spellfile.c
703# End Source File
704# Begin Source File
705
Bram Moolenaar071d4272004-06-13 20:20:40 +0000706SOURCE=.\syntax.c
707# End Source File
708# Begin Source File
709
710SOURCE=.\tag.c
711# End Source File
712# Begin Source File
713
714SOURCE=.\term.c
715# End Source File
716# Begin Source File
717
718SOURCE=.\ui.c
719# End Source File
720# Begin Source File
721
722SOURCE=.\undo.c
723# End Source File
724# Begin Source File
725
Bram Moolenaar6583c442016-07-17 18:41:47 +0200726SOURCE=.\userfunc.c
727# End Source File
728# Begin Source File
729
Bram Moolenaar071d4272004-06-13 20:20:40 +0000730SOURCE=.\version.c
731# End Source File
732# Begin Source File
733
734SOURCE=.\vim.rc
735
736!IF "$(CFG)" == "Vim - Win32 Release gvim OLE"
737
738"$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
739
740!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE"
741
742"$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h"
743
744!ELSEIF "$(CFG)" == "Vim - Win32 Release gvim"
745
746"$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)"
747
748!ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim"
749
750"$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)"
751
752!ELSEIF "$(CFG)" == "Vim - Win32 Release vim"
753
754# PROP Exclude_From_Build 1
755
756!ELSEIF "$(CFG)" == "Vim - Win32 Debug vim"
757
758# PROP Exclude_From_Build 1
759
760!ENDIF
761
762# End Source File
763# Begin Source File
764
765SOURCE=.\window.c
766# End Source File
767# End Target
768# End Project