Mercurial > vim
annotate src/Make_ivc.mak @ 9125:bcc132f80109 v7.4.1846
commit https://github.com/vim/vim/commit/54c10ccf9274880e83093a99690e7bfa9a2d2fa8
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed May 25 22:00:11 2016 +0200
patch 7.4.1846
Problem: Ubsan detects a multiplication overflow.
Solution: Don't use orig_mouse_time when it's zero. (Dominique Pelle)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 25 May 2016 22:15:04 +0200 |
parents | bce3b5ddb393 |
children | 9b048dced116 |
rev | line source |
---|---|
7 | 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 | |
446 | 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 | |
7 | 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 | |
210 | 106 EXTRAS="$(INTDIR)/if_ole.obj" "$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj" |
7 | 107 |
376 | 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/ | |
7 | 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 | |
376 | 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 | |
7 | 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 | |
210 | 125 EXTRAS="$(INTDIR)/if_ole.obj" "$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj" |
7 | 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 | |
376 | 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 | |
7 | 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 | |
210 | 145 EXTRAS="$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj" |
7 | 146 |
376 | 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/ | |
7 | 149 |
150 RSC_PROJ=$(RSC_PROJ) /d "NDEBUG" /fo.\gRel\vim.res | |
151 # ADD RSC /d "NDEBUG" /fo.\gRel\vim.res | |
152 | |
376 | 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 | |
7 | 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 | |
210 | 164 EXTRAS="$(INTDIR)/vim.res" "$(INTDIR)/gui.obj" "$(INTDIR)/gui_w32.obj" "$(INTDIR)/gui_beval.obj" "$(INTDIR)/os_w32exe.obj" |
7 | 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 | |
376 | 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 | |
7 | 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 | |
376 | 185 CPP_PROJ=$(CPP_PROJ) /Zi /O2 /D "NDEBUG" /Fd.\Rel/ /Fo.\Rel/ |
186 # ADD CPP /Zi /O2 /D "NDEBUG" /Fd.\Rel/ /Fo.\Rel/ | |
7 | 187 |
376 | 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 | |
7 | 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 | |
376 | 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 | |
7 | 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) \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
799
diff
changeset
|
213 "$(INTDIR)/blowfish.obj" \ |
7 | 214 "$(INTDIR)/buffer.obj" \ |
215 "$(INTDIR)/charset.obj" \ | |
6126 | 216 "$(INTDIR)/crypt.obj" \ |
217 "$(INTDIR)/crypt_zip.obj" \ | |
7 | 218 "$(INTDIR)/diff.obj" \ |
219 "$(INTDIR)/digraph.obj" \ | |
220 "$(INTDIR)/edit.obj" \ | |
221 "$(INTDIR)/eval.obj" \ | |
222 "$(INTDIR)/ex_cmds.obj" \ | |
223 "$(INTDIR)/ex_cmds2.obj" \ | |
224 "$(INTDIR)/ex_docmd.obj" \ | |
225 "$(INTDIR)/ex_eval.obj" \ | |
226 "$(INTDIR)/ex_getln.obj" \ | |
227 "$(INTDIR)/fileio.obj" \ | |
228 "$(INTDIR)/fold.obj" \ | |
229 "$(INTDIR)/getchar.obj" \ | |
440 | 230 "$(INTDIR)/hardcopy.obj" \ |
799 | 231 "$(INTDIR)/hashtab.obj" \ |
7712
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
6126
diff
changeset
|
232 "$(INTDIR)/json.obj" \ |
7 | 233 "$(INTDIR)/main.obj" \ |
234 "$(INTDIR)/mark.obj" \ | |
235 "$(INTDIR)/mbyte.obj" \ | |
236 "$(INTDIR)/memfile.obj" \ | |
237 "$(INTDIR)/memline.obj" \ | |
238 "$(INTDIR)/menu.obj" \ | |
239 "$(INTDIR)/message.obj" \ | |
240 "$(INTDIR)/misc1.obj" \ | |
241 "$(INTDIR)/misc2.obj" \ | |
242 "$(INTDIR)/move.obj" \ | |
243 "$(INTDIR)/normal.obj" \ | |
244 "$(INTDIR)/ops.obj" \ | |
245 "$(INTDIR)/option.obj" \ | |
246 "$(INTDIR)/os_mswin.obj" \ | |
4168 | 247 "$(INTDIR)/winclip.obj" \ |
7 | 248 "$(INTDIR)/os_win32.obj" \ |
799 | 249 "$(INTDIR)/popupmnu.obj" \ |
7 | 250 "$(INTDIR)/quickfix.obj" \ |
251 "$(INTDIR)/regexp.obj" \ | |
252 "$(INTDIR)/screen.obj" \ | |
253 "$(INTDIR)/search.obj" \ | |
2180
f60a0c9cbe6c
Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.
Bram Moolenaar <bram@vim.org>
parents:
799
diff
changeset
|
254 "$(INTDIR)/sha256.obj" \ |
220 | 255 "$(INTDIR)/spell.obj" \ |
7 | 256 "$(INTDIR)/syntax.obj" \ |
257 "$(INTDIR)/tag.obj" \ | |
258 "$(INTDIR)/term.obj" \ | |
259 "$(INTDIR)/ui.obj" \ | |
260 "$(INTDIR)/undo.obj" \ | |
261 "$(INTDIR)/version.obj" \ | |
262 "$(INTDIR)/window.obj" | |
263 | |
264 ".\$(VIM).exe" : "$(INTDIR)" $(EXTRAS) $(LINK32_OBJS) | |
265 @if exist $(INTDIR)\$(VIM).pdb del $(INTDIR)\$(VIM).pdb | |
266 $(LINK32) $(LINK32_FLAGS) $(LINK32_OBJS) | |
267 | |
268 "$(INTDIR)" : | |
269 if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" | |
270 | |
271 CLEAN : | |
272 -@if exist "$(INTDIR)/$(NULL)" $(DEL_TREE) "$(INTDIR)" | |
273 -@if exist $(VIM).exe erase $(VIM).exe | |
274 -@if exist $(VIM).ilk erase $(VIM).ilk | |
275 -@if exist $(VIM).map erase $(VIM).map | |
276 -@if exist $(VIM).pdb erase $(VIM).pdb | |
277 -@if exist DLLDATA.C erase DLLDATA.C | |
278 -@if exist Make_ivc.bak attrib -r Make_ivc.bak | |
279 -@if exist Make_ivc.bak erase Make_ivc.bak | |
280 -@if exist Make_ivc.dsp erase Make_ivc.dsp | |
281 -@if exist Make_ivc.dsw erase Make_ivc.dsw | |
282 -@if exist Make_ivc.mdp erase Make_ivc.mdp | |
283 -@if exist Make_ivc.ncb erase Make_ivc.ncb | |
284 -@if exist Make_ivc.opt erase Make_ivc.opt | |
285 -@if exist Make_ivc.plg erase Make_ivc.plg | |
286 -@if exist dosinst.obj erase dosinst.obj | |
287 -@if exist install.exe erase install.exe | |
288 -@if exist uninstal.exe erase uninstal.exe | |
289 -@if exist uninstal.obj erase uninstal.obj | |
290 -@if exist vimrun.exe erase vimrun.exe | |
291 -@if exist vimrun.obj erase vimrun.obj | |
292 | |
293 | |
294 install.exe: dosinst.c | |
2220
b1c70c500de4
Found a way to make the MS-Windows installer wait for the uninstaller to
Bram Moolenaar <bram@vim.org>
parents:
2180
diff
changeset
|
295 $(CPP) /Fe$@ /nologo /W3 -DNDEBUG -DWIN32 dosinst.c kernel32.lib shell32.lib user32.lib ole32.lib advapi32.lib uuid.lib |
7 | 296 |
297 uninstal.exe: uninstal.c | |
298 $(CPP) /nologo /W3 -DNDEBUG -DWIN32 uninstal.c shell32.lib advapi32.lib | |
299 | |
300 vimrun.exe: vimrun.c | |
301 $(CPP) /nologo /W3 -DNDEBUG vimrun.c | |
302 | |
303 xxd/xxd.exe: xxd/xxd.c | |
304 cd xxd | |
305 $(MAKE) /NOLOGO -f Make_mvc.mak | |
306 cd .. | |
307 | |
308 GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h | |
309 cd GvimExt | |
310 $(MAKE) /NOLOGO -f Makefile | |
311 cd .. | |
312 | |
313 {.}.c{$(INTDIR)/}.obj: | |
314 $(CPP) $(CPP_PROJ) $< | |
315 | |
316 {.}.cpp{$(INTDIR)/}.obj: | |
317 $(CPP) $(CPP_PROJ) /I $(INTDIR) $< | |
318 | |
319 {.}.rc{$(INTDIR)/}.res: | |
320 $(RSC) $(RSC_PROJ) $< | |
321 | |
322 # Begin Target | |
323 | |
324 # Name "Vim - Win32 Release gvim OLE" | |
325 # Name "Vim - Win32 Debug gvim OLE" | |
326 # Name "Vim - Win32 Release gvim" | |
327 # Name "Vim - Win32 Debug gvim" | |
328 # Name "Vim - Win32 Release vim" | |
329 # Name "Vim - Win32 Debug vim" | |
330 | |
331 # Begin Source File | |
332 | |
2257
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
333 SOURCE=.\blowfish.c |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
334 # End Source File |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
335 # Begin Source File |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
336 |
7 | 337 SOURCE=.\buffer.c |
338 # End Source File | |
339 # Begin Source File | |
340 | |
341 SOURCE=.\charset.c | |
342 # End Source File | |
343 # Begin Source File | |
344 | |
6126 | 345 SOURCE=.\crypt.c |
346 # End Source File | |
347 # Begin Source File | |
348 | |
349 SOURCE=.\crypt_zip.c | |
350 # End Source File | |
351 # Begin Source File | |
352 | |
7 | 353 SOURCE=.\diff.c |
354 # End Source File | |
355 # Begin Source File | |
356 | |
357 SOURCE=.\digraph.c | |
358 # End Source File | |
359 # Begin Source File | |
360 | |
361 SOURCE=.\edit.c | |
362 # End Source File | |
363 # Begin Source File | |
364 | |
365 SOURCE=.\eval.c | |
366 # End Source File | |
367 # Begin Source File | |
368 | |
369 SOURCE=.\ex_cmds.c | |
370 # End Source File | |
371 # Begin Source File | |
372 | |
373 SOURCE=.\ex_cmds2.c | |
374 # End Source File | |
375 # Begin Source File | |
376 | |
377 SOURCE=.\ex_docmd.c | |
378 # End Source File | |
379 # Begin Source File | |
380 | |
381 SOURCE=.\ex_eval.c | |
382 # End Source File | |
383 # Begin Source File | |
384 | |
385 SOURCE=.\ex_getln.c | |
386 # End Source File | |
387 # Begin Source File | |
388 | |
389 SOURCE=.\fileio.c | |
390 # End Source File | |
391 # Begin Source File | |
392 | |
393 SOURCE=.\fold.c | |
394 # End Source File | |
395 # Begin Source File | |
396 | |
397 SOURCE=.\getchar.c | |
398 # End Source File | |
399 # Begin Source File | |
400 | |
440 | 401 SOURCE=.\hardcopy.c |
402 # End Source File | |
403 # Begin Source File | |
404 | |
799 | 405 SOURCE=.\hashtab.c |
119 | 406 # End Source File |
407 # Begin Source File | |
408 | |
7 | 409 SOURCE=.\gui.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=.\gui_w32.c | |
425 | |
426 !IF "$(CFG)" == "Vim - Win32 Release vim" | |
427 | |
428 # PROP Exclude_From_Build 1 | |
429 | |
430 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
431 | |
432 # PROP Exclude_From_Build 1 | |
433 | |
434 !ENDIF | |
435 | |
436 # End Source File | |
437 # Begin Source File | |
438 | |
210 | 439 SOURCE=.\gui_beval.c |
440 | |
441 !IF "$(CFG)" == "Vim - Win32 Release vim" | |
442 | |
443 # PROP Exclude_From_Build 1 | |
444 | |
445 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
446 | |
447 # PROP Exclude_From_Build 1 | |
448 | |
449 !ENDIF | |
450 | |
451 # End Source File | |
452 # Begin Source File | |
453 | |
7 | 454 SOURCE=.\os_w32exe.c |
455 | |
456 !IF "$(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.cpp | |
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.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h" | |
376 | 477 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 |
7 | 478 @rem This is the default rule with /I "$(IntDir)" added |
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.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h" | |
488 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 | |
489 @rem This is the default rule with /I "$(IntDir)" added | |
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=.\if_ole.idl | |
515 | |
516 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE" | |
517 | |
518 # PROP Ignore_Default_Tool 1 | |
519 # Begin Custom Build | |
520 | |
521 "$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)" | |
522 if exist .\if_ole.h del .\if_ole.h | |
523 midl /out .\oleRel /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl | |
524 | |
525 # End Custom Build | |
526 | |
527 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE" | |
528 | |
529 # PROP Ignore_Default_Tool 1 | |
530 # Begin Custom Build | |
531 | |
532 "$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)" | |
533 if exist .\if_ole.h del .\if_ole.h | |
534 midl /out .\oleDbg /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl | |
535 | |
536 # End Custom Build | |
537 | |
538 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim" | |
539 | |
540 # PROP Exclude_From_Build 1 | |
541 | |
542 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim" | |
543 | |
544 # PROP Exclude_From_Build 1 | |
545 | |
546 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim" | |
547 | |
548 # PROP Exclude_From_Build 1 | |
549 | |
550 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
551 | |
552 # PROP Exclude_From_Build 1 | |
553 | |
554 !ENDIF | |
555 | |
556 # End Source File | |
557 # Begin Source File | |
558 | |
7712
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
6126
diff
changeset
|
559 SOURCE=.\json.c |
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
6126
diff
changeset
|
560 # End Source File |
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
6126
diff
changeset
|
561 # Begin Source File |
bce3b5ddb393
commit https://github.com/vim/vim/commit/520e1e41f35b063ede63b41738c82d6636e78c34
Christian Brabandt <cb@256bit.org>
parents:
6126
diff
changeset
|
562 |
7 | 563 SOURCE=.\main.c |
564 # End Source File | |
565 # Begin Source File | |
566 | |
567 SOURCE=.\mark.c | |
568 # End Source File | |
569 # Begin Source File | |
570 | |
571 SOURCE=.\mbyte.c | |
572 # End Source File | |
573 # Begin Source File | |
574 | |
575 SOURCE=.\memfile.c | |
576 # End Source File | |
577 # Begin Source File | |
578 | |
579 SOURCE=.\memline.c | |
580 # End Source File | |
581 # Begin Source File | |
582 | |
583 SOURCE=.\menu.c | |
584 # End Source File | |
585 # Begin Source File | |
586 | |
587 SOURCE=.\message.c | |
588 # End Source File | |
589 # Begin Source File | |
590 | |
591 SOURCE=.\misc1.c | |
592 # End Source File | |
593 # Begin Source File | |
594 | |
595 SOURCE=.\misc2.c | |
596 # End Source File | |
597 # Begin Source File | |
598 | |
599 SOURCE=.\move.c | |
600 # End Source File | |
601 # Begin Source File | |
602 | |
603 SOURCE=.\normal.c | |
604 # End Source File | |
605 # Begin Source File | |
606 | |
607 SOURCE=.\ops.c | |
608 # End Source File | |
609 # Begin Source File | |
610 | |
611 SOURCE=.\option.c | |
612 # End Source File | |
613 # Begin Source File | |
614 | |
615 SOURCE=.\os_mswin.c | |
616 # End Source File | |
617 # Begin Source File | |
618 | |
4168 | 619 SOURCE=.\winclip.c |
620 # End Source File | |
621 # Begin Source File | |
622 | |
7 | 623 SOURCE=.\os_win32.c |
624 # End Source File | |
625 # Begin Source File | |
626 | |
799 | 627 SOURCE=.\popupmnu.c |
539 | 628 # End Source File |
629 # Begin Source File | |
630 | |
7 | 631 SOURCE=.\quickfix.c |
632 # End Source File | |
633 # Begin Source File | |
634 | |
635 SOURCE=.\regexp.c | |
636 # End Source File | |
637 # Begin Source File | |
638 | |
639 SOURCE=.\screen.c | |
640 # End Source File | |
641 # Begin Source File | |
642 | |
643 SOURCE=.\search.c | |
644 # End Source File | |
645 # Begin Source File | |
646 | |
2257
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
647 SOURCE=.\sha256.c |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
648 # End Source File |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
649 # Begin Source File |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
650 |
220 | 651 SOURCE=.\spell.c |
652 # End Source File | |
653 # Begin Source File | |
654 | |
7 | 655 SOURCE=.\syntax.c |
656 # End Source File | |
657 # Begin Source File | |
658 | |
659 SOURCE=.\tag.c | |
660 # End Source File | |
661 # Begin Source File | |
662 | |
663 SOURCE=.\term.c | |
664 # End Source File | |
665 # Begin Source File | |
666 | |
667 SOURCE=.\ui.c | |
668 # End Source File | |
669 # Begin Source File | |
670 | |
671 SOURCE=.\undo.c | |
672 # End Source File | |
673 # Begin Source File | |
674 | |
675 SOURCE=.\version.c | |
676 # End Source File | |
677 # Begin Source File | |
678 | |
679 SOURCE=.\vim.rc | |
680 | |
681 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE" | |
682 | |
683 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h" | |
684 | |
685 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE" | |
686 | |
687 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h" | |
688 | |
689 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim" | |
690 | |
691 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" | |
692 | |
693 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim" | |
694 | |
695 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" | |
696 | |
697 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim" | |
698 | |
699 # PROP Exclude_From_Build 1 | |
700 | |
701 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
702 | |
703 # PROP Exclude_From_Build 1 | |
704 | |
705 !ENDIF | |
706 | |
707 # End Source File | |
708 # Begin Source File | |
709 | |
710 SOURCE=.\window.c | |
711 # End Source File | |
712 # End Target | |
713 # End Project |