Mercurial > vim
annotate src/Make_ivc.mak @ 5766:b0a9df477096 v7.4.227
updated for version 7.4.227
Problem: Can't build with Ruby 1.8.
Solution: Do include a check for the Ruby version. (Ken Takata)
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Fri, 28 Mar 2014 21:58:21 +0100 |
parents | ff193256398a |
children | ab71bb81b84e |
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" \ | |
216 "$(INTDIR)/diff.obj" \ | |
217 "$(INTDIR)/digraph.obj" \ | |
218 "$(INTDIR)/edit.obj" \ | |
219 "$(INTDIR)/eval.obj" \ | |
220 "$(INTDIR)/ex_cmds.obj" \ | |
221 "$(INTDIR)/ex_cmds2.obj" \ | |
222 "$(INTDIR)/ex_docmd.obj" \ | |
223 "$(INTDIR)/ex_eval.obj" \ | |
224 "$(INTDIR)/ex_getln.obj" \ | |
225 "$(INTDIR)/fileio.obj" \ | |
226 "$(INTDIR)/fold.obj" \ | |
227 "$(INTDIR)/getchar.obj" \ | |
440 | 228 "$(INTDIR)/hardcopy.obj" \ |
799 | 229 "$(INTDIR)/hashtab.obj" \ |
7 | 230 "$(INTDIR)/main.obj" \ |
231 "$(INTDIR)/mark.obj" \ | |
232 "$(INTDIR)/mbyte.obj" \ | |
233 "$(INTDIR)/memfile.obj" \ | |
234 "$(INTDIR)/memline.obj" \ | |
235 "$(INTDIR)/menu.obj" \ | |
236 "$(INTDIR)/message.obj" \ | |
237 "$(INTDIR)/misc1.obj" \ | |
238 "$(INTDIR)/misc2.obj" \ | |
239 "$(INTDIR)/move.obj" \ | |
240 "$(INTDIR)/normal.obj" \ | |
241 "$(INTDIR)/ops.obj" \ | |
242 "$(INTDIR)/option.obj" \ | |
243 "$(INTDIR)/os_mswin.obj" \ | |
4168 | 244 "$(INTDIR)/winclip.obj" \ |
7 | 245 "$(INTDIR)/os_win32.obj" \ |
799 | 246 "$(INTDIR)/popupmnu.obj" \ |
7 | 247 "$(INTDIR)/quickfix.obj" \ |
248 "$(INTDIR)/regexp.obj" \ | |
249 "$(INTDIR)/screen.obj" \ | |
250 "$(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
|
251 "$(INTDIR)/sha256.obj" \ |
220 | 252 "$(INTDIR)/spell.obj" \ |
7 | 253 "$(INTDIR)/syntax.obj" \ |
254 "$(INTDIR)/tag.obj" \ | |
255 "$(INTDIR)/term.obj" \ | |
256 "$(INTDIR)/ui.obj" \ | |
257 "$(INTDIR)/undo.obj" \ | |
258 "$(INTDIR)/version.obj" \ | |
259 "$(INTDIR)/window.obj" | |
260 | |
261 ".\$(VIM).exe" : "$(INTDIR)" $(EXTRAS) $(LINK32_OBJS) | |
262 @if exist $(INTDIR)\$(VIM).pdb del $(INTDIR)\$(VIM).pdb | |
263 $(LINK32) $(LINK32_FLAGS) $(LINK32_OBJS) | |
264 | |
265 "$(INTDIR)" : | |
266 if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" | |
267 | |
268 CLEAN : | |
269 -@if exist "$(INTDIR)/$(NULL)" $(DEL_TREE) "$(INTDIR)" | |
270 -@if exist $(VIM).exe erase $(VIM).exe | |
271 -@if exist $(VIM).ilk erase $(VIM).ilk | |
272 -@if exist $(VIM).map erase $(VIM).map | |
273 -@if exist $(VIM).pdb erase $(VIM).pdb | |
274 -@if exist DLLDATA.C erase DLLDATA.C | |
275 -@if exist Make_ivc.bak attrib -r Make_ivc.bak | |
276 -@if exist Make_ivc.bak erase Make_ivc.bak | |
277 -@if exist Make_ivc.dsp erase Make_ivc.dsp | |
278 -@if exist Make_ivc.dsw erase Make_ivc.dsw | |
279 -@if exist Make_ivc.mdp erase Make_ivc.mdp | |
280 -@if exist Make_ivc.ncb erase Make_ivc.ncb | |
281 -@if exist Make_ivc.opt erase Make_ivc.opt | |
282 -@if exist Make_ivc.plg erase Make_ivc.plg | |
283 -@if exist dosinst.obj erase dosinst.obj | |
284 -@if exist install.exe erase install.exe | |
285 -@if exist uninstal.exe erase uninstal.exe | |
286 -@if exist uninstal.obj erase uninstal.obj | |
287 -@if exist vimrun.exe erase vimrun.exe | |
288 -@if exist vimrun.obj erase vimrun.obj | |
289 | |
290 | |
291 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
|
292 $(CPP) /Fe$@ /nologo /W3 -DNDEBUG -DWIN32 dosinst.c kernel32.lib shell32.lib user32.lib ole32.lib advapi32.lib uuid.lib |
7 | 293 |
294 uninstal.exe: uninstal.c | |
295 $(CPP) /nologo /W3 -DNDEBUG -DWIN32 uninstal.c shell32.lib advapi32.lib | |
296 | |
297 vimrun.exe: vimrun.c | |
298 $(CPP) /nologo /W3 -DNDEBUG vimrun.c | |
299 | |
300 xxd/xxd.exe: xxd/xxd.c | |
301 cd xxd | |
302 $(MAKE) /NOLOGO -f Make_mvc.mak | |
303 cd .. | |
304 | |
305 GvimExt/gvimext.dll: GvimExt/gvimext.cpp GvimExt/gvimext.rc GvimExt/gvimext.h | |
306 cd GvimExt | |
307 $(MAKE) /NOLOGO -f Makefile | |
308 cd .. | |
309 | |
310 {.}.c{$(INTDIR)/}.obj: | |
311 $(CPP) $(CPP_PROJ) $< | |
312 | |
313 {.}.cpp{$(INTDIR)/}.obj: | |
314 $(CPP) $(CPP_PROJ) /I $(INTDIR) $< | |
315 | |
316 {.}.rc{$(INTDIR)/}.res: | |
317 $(RSC) $(RSC_PROJ) $< | |
318 | |
319 # Begin Target | |
320 | |
321 # Name "Vim - Win32 Release gvim OLE" | |
322 # Name "Vim - Win32 Debug gvim OLE" | |
323 # Name "Vim - Win32 Release gvim" | |
324 # Name "Vim - Win32 Debug gvim" | |
325 # Name "Vim - Win32 Release vim" | |
326 # Name "Vim - Win32 Debug vim" | |
327 | |
328 # Begin Source File | |
329 | |
2257
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
330 SOURCE=.\blowfish.c |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
331 # End Source File |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
332 # Begin Source File |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
333 |
7 | 334 SOURCE=.\buffer.c |
335 # End Source File | |
336 # Begin Source File | |
337 | |
338 SOURCE=.\charset.c | |
339 # End Source File | |
340 # Begin Source File | |
341 | |
342 SOURCE=.\diff.c | |
343 # End Source File | |
344 # Begin Source File | |
345 | |
346 SOURCE=.\digraph.c | |
347 # End Source File | |
348 # Begin Source File | |
349 | |
350 SOURCE=.\edit.c | |
351 # End Source File | |
352 # Begin Source File | |
353 | |
354 SOURCE=.\eval.c | |
355 # End Source File | |
356 # Begin Source File | |
357 | |
358 SOURCE=.\ex_cmds.c | |
359 # End Source File | |
360 # Begin Source File | |
361 | |
362 SOURCE=.\ex_cmds2.c | |
363 # End Source File | |
364 # Begin Source File | |
365 | |
366 SOURCE=.\ex_docmd.c | |
367 # End Source File | |
368 # Begin Source File | |
369 | |
370 SOURCE=.\ex_eval.c | |
371 # End Source File | |
372 # Begin Source File | |
373 | |
374 SOURCE=.\ex_getln.c | |
375 # End Source File | |
376 # Begin Source File | |
377 | |
378 SOURCE=.\fileio.c | |
379 # End Source File | |
380 # Begin Source File | |
381 | |
382 SOURCE=.\fold.c | |
383 # End Source File | |
384 # Begin Source File | |
385 | |
386 SOURCE=.\getchar.c | |
387 # End Source File | |
388 # Begin Source File | |
389 | |
440 | 390 SOURCE=.\hardcopy.c |
391 # End Source File | |
392 # Begin Source File | |
393 | |
799 | 394 SOURCE=.\hashtab.c |
119 | 395 # End Source File |
396 # Begin Source File | |
397 | |
7 | 398 SOURCE=.\gui.c |
399 | |
400 !IF "$(CFG)" == "Vim - Win32 Release vim" | |
401 | |
402 # PROP Exclude_From_Build 1 | |
403 | |
404 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
405 | |
406 # PROP Exclude_From_Build 1 | |
407 | |
408 !ENDIF | |
409 | |
410 # End Source File | |
411 # Begin Source File | |
412 | |
413 SOURCE=.\gui_w32.c | |
414 | |
415 !IF "$(CFG)" == "Vim - Win32 Release vim" | |
416 | |
417 # PROP Exclude_From_Build 1 | |
418 | |
419 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
420 | |
421 # PROP Exclude_From_Build 1 | |
422 | |
423 !ENDIF | |
424 | |
425 # End Source File | |
426 # Begin Source File | |
427 | |
210 | 428 SOURCE=.\gui_beval.c |
429 | |
430 !IF "$(CFG)" == "Vim - Win32 Release vim" | |
431 | |
432 # PROP Exclude_From_Build 1 | |
433 | |
434 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
435 | |
436 # PROP Exclude_From_Build 1 | |
437 | |
438 !ENDIF | |
439 | |
440 # End Source File | |
441 # Begin Source File | |
442 | |
7 | 443 SOURCE=.\os_w32exe.c |
444 | |
445 !IF "$(CFG)" == "Vim - Win32 Release vim" | |
446 | |
447 # PROP Exclude_From_Build 1 | |
448 | |
449 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
450 | |
451 # PROP Exclude_From_Build 1 | |
452 | |
453 !ENDIF | |
454 | |
455 # End Source File | |
456 # Begin Source File | |
457 | |
458 SOURCE=.\if_ole.cpp | |
459 | |
460 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE" | |
461 | |
462 # PROP Ignore_Default_Tool 1 | |
463 # Begin Custom Build | |
464 | |
465 "$(INTDIR)\if_ole.obj" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h" | |
376 | 466 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 | 467 @rem This is the default rule with /I "$(IntDir)" added |
468 | |
469 # End Custom Build | |
470 | |
471 !ELSEIF "$(CFG)" == "Vim - Win32 Debug 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" | |
477 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 | |
478 @rem This is the default rule with /I "$(IntDir)" added | |
479 | |
480 # End Custom Build | |
481 | |
482 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim" | |
483 | |
484 # PROP Exclude_From_Build 1 | |
485 | |
486 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim" | |
487 | |
488 # PROP Exclude_From_Build 1 | |
489 | |
490 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim" | |
491 | |
492 # PROP Exclude_From_Build 1 | |
493 | |
494 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
495 | |
496 # PROP Exclude_From_Build 1 | |
497 | |
498 !ENDIF | |
499 | |
500 # End Source File | |
501 # Begin Source File | |
502 | |
503 SOURCE=.\if_ole.idl | |
504 | |
505 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE" | |
506 | |
507 # PROP Ignore_Default_Tool 1 | |
508 # Begin Custom Build | |
509 | |
510 "$(INTDIR)\if_ole.h" : $(SOURCE) "$(INTDIR)" | |
511 if exist .\if_ole.h del .\if_ole.h | |
512 midl /out .\oleRel /iid iid_ole.c /tlb vim.tlb /proxy nul /header if_ole.h .\if_ole.idl | |
513 | |
514 # End Custom Build | |
515 | |
516 !ELSEIF "$(CFG)" == "Vim - Win32 Debug 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 .\oleDbg /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 Release gvim" | |
528 | |
529 # PROP Exclude_From_Build 1 | |
530 | |
531 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim" | |
532 | |
533 # PROP Exclude_From_Build 1 | |
534 | |
535 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim" | |
536 | |
537 # PROP Exclude_From_Build 1 | |
538 | |
539 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
540 | |
541 # PROP Exclude_From_Build 1 | |
542 | |
543 !ENDIF | |
544 | |
545 # End Source File | |
546 # Begin Source File | |
547 | |
548 SOURCE=.\main.c | |
549 # End Source File | |
550 # Begin Source File | |
551 | |
552 SOURCE=.\mark.c | |
553 # End Source File | |
554 # Begin Source File | |
555 | |
556 SOURCE=.\mbyte.c | |
557 # End Source File | |
558 # Begin Source File | |
559 | |
560 SOURCE=.\memfile.c | |
561 # End Source File | |
562 # Begin Source File | |
563 | |
564 SOURCE=.\memline.c | |
565 # End Source File | |
566 # Begin Source File | |
567 | |
568 SOURCE=.\menu.c | |
569 # End Source File | |
570 # Begin Source File | |
571 | |
572 SOURCE=.\message.c | |
573 # End Source File | |
574 # Begin Source File | |
575 | |
576 SOURCE=.\misc1.c | |
577 # End Source File | |
578 # Begin Source File | |
579 | |
580 SOURCE=.\misc2.c | |
581 # End Source File | |
582 # Begin Source File | |
583 | |
584 SOURCE=.\move.c | |
585 # End Source File | |
586 # Begin Source File | |
587 | |
588 SOURCE=.\normal.c | |
589 # End Source File | |
590 # Begin Source File | |
591 | |
592 SOURCE=.\ops.c | |
593 # End Source File | |
594 # Begin Source File | |
595 | |
596 SOURCE=.\option.c | |
597 # End Source File | |
598 # Begin Source File | |
599 | |
600 SOURCE=.\os_mswin.c | |
601 # End Source File | |
602 # Begin Source File | |
603 | |
4168 | 604 SOURCE=.\winclip.c |
605 # End Source File | |
606 # Begin Source File | |
607 | |
7 | 608 SOURCE=.\os_win32.c |
609 # End Source File | |
610 # Begin Source File | |
611 | |
799 | 612 SOURCE=.\popupmnu.c |
539 | 613 # End Source File |
614 # Begin Source File | |
615 | |
7 | 616 SOURCE=.\quickfix.c |
617 # End Source File | |
618 # Begin Source File | |
619 | |
620 SOURCE=.\regexp.c | |
621 # End Source File | |
622 # Begin Source File | |
623 | |
624 SOURCE=.\screen.c | |
625 # End Source File | |
626 # Begin Source File | |
627 | |
628 SOURCE=.\search.c | |
629 # End Source File | |
630 # Begin Source File | |
631 | |
2257
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
632 SOURCE=.\sha256.c |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
633 # End Source File |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
634 # Begin Source File |
373ec436a82a
Fix Make_ivc.mak makefile. (Vince Negri)
Bram Moolenaar <bram@vim.org>
parents:
2220
diff
changeset
|
635 |
220 | 636 SOURCE=.\spell.c |
637 # End Source File | |
638 # Begin Source File | |
639 | |
7 | 640 SOURCE=.\syntax.c |
641 # End Source File | |
642 # Begin Source File | |
643 | |
644 SOURCE=.\tag.c | |
645 # End Source File | |
646 # Begin Source File | |
647 | |
648 SOURCE=.\term.c | |
649 # End Source File | |
650 # Begin Source File | |
651 | |
652 SOURCE=.\ui.c | |
653 # End Source File | |
654 # Begin Source File | |
655 | |
656 SOURCE=.\undo.c | |
657 # End Source File | |
658 # Begin Source File | |
659 | |
660 SOURCE=.\version.c | |
661 # End Source File | |
662 # Begin Source File | |
663 | |
664 SOURCE=.\vim.rc | |
665 | |
666 !IF "$(CFG)" == "Vim - Win32 Release gvim OLE" | |
667 | |
668 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h" | |
669 | |
670 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim OLE" | |
671 | |
672 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" "$(INTDIR)\if_ole.h" | |
673 | |
674 !ELSEIF "$(CFG)" == "Vim - Win32 Release gvim" | |
675 | |
676 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" | |
677 | |
678 !ELSEIF "$(CFG)" == "Vim - Win32 Debug gvim" | |
679 | |
680 "$(INTDIR)\vim.res" : $(SOURCE) "$(INTDIR)" | |
681 | |
682 !ELSEIF "$(CFG)" == "Vim - Win32 Release vim" | |
683 | |
684 # PROP Exclude_From_Build 1 | |
685 | |
686 !ELSEIF "$(CFG)" == "Vim - Win32 Debug vim" | |
687 | |
688 # PROP Exclude_From_Build 1 | |
689 | |
690 !ENDIF | |
691 | |
692 # End Source File | |
693 # Begin Source File | |
694 | |
695 SOURCE=.\window.c | |
696 # End Source File | |
697 # End Target | |
698 # End Project |