Skip to content

Commit

Permalink
ow-build: rename verrc.mif build make file to ntverrc.mif
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed May 3, 2024
1 parent 4143d77 commit 453a786
Show file tree
Hide file tree
Showing 46 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion bld/afxapi/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ $(intname).lib: $(objs) $(__MAKEFILES__)
@rm tmp3.gdf

verrc_dll = $(dllname)
!include verrc.mif
!include ntverrc.mif

extra_l_flags_dll = export @export.gdf

Expand Down
2 changes: 1 addition & 1 deletion bld/as/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ libtarg_name = asinline
# rc and others
#
verrc_exe = $(exetarg_name)
!include verrc.mif
!include ntverrc.mif

wresui.res : $(as_dir)/h/as.rc msg.grh usage.gh $(__MAKEFILES__)
@%make echo_rc
Expand Down
2 changes: 1 addition & 1 deletion bld/browser/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ exetarg_name = wbrw
# rc and others
#
verrc_exe = $(exetarg_name)
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = -I"../res/bmp" -I"../res/dlg" -I"../res/cur" -I"../res" -I"../h"

Expand Down
2 changes: 1 addition & 1 deletion bld/cc/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ dlltarg_name = $(dlltarg_name)
#
verrc_dll = $(dllname)
verrc_exe = $(exename)
!include verrc.mif
!include ntverrc.mif

!ifeq target_cpu axp

Expand Down
2 changes: 1 addition & 1 deletion bld/dip/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ dlltarg_name = $(dllname)
# rc and others
#
verrc_dll = $(dllname)
!include verrc.mif
!include ntverrc.mif
2 changes: 1 addition & 1 deletion bld/dmpobj/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ exetarg_res_version_nt_x64 = exever.res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif
2 changes: 1 addition & 1 deletion bld/editdll/cw/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ dlltarg_name = wedit
# rc and others
#
verrc_dll = weditcw
!include verrc.mif
!include ntverrc.mif
2 changes: 1 addition & 1 deletion bld/editdll/viw/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ dlltarg_name = wedit
# rc and others
#
verrc_dll = weditviw
!include verrc.mif
!include ntverrc.mif
2 changes: 1 addition & 1 deletion bld/exedump/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ exetarg_res_version_nt_x64 = exever.res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif
2 changes: 1 addition & 1 deletion bld/f77/wfc/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ exetarg_res_wresui = wresui.res
# rc and others
#
verrc_exe = $(exetarg_name)
!include verrc.mif
!include ntverrc.mif

rcui_inc_dirs = -I. -I.. -I"$(f77wfc_dir)/h" -I"$(f77_dir)/h" &
$(asminline_inc_dirs) -I"$(comp_cfg_dir)/h" -I"$(fe_misc_dir)/h"
Expand Down
2 changes: 1 addition & 1 deletion bld/f77/wfl/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exetarg_res_wresui = wresui.res
# rc and others
#
verrc_exe = $(exetarg_name)
!include verrc.mif
!include ntverrc.mif

rcui_inc_dirs = -I. -I"$(f77wfl_dir)" -I"$(f77_dir)/h" -I"$(comp_cfg_dir)/h"

Expand Down
2 changes: 1 addition & 1 deletion bld/hcwin/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ exetarg_res_version_nt_x64 = exever.res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif
2 changes: 1 addition & 1 deletion bld/ide/ide/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ exetarg_res = $(proj_name).res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

ide_rc_inc_dirs = -I"../res/$(target_$(host_os))" -I"../res"

Expand Down
2 changes: 1 addition & 1 deletion bld/mad/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extra_l_flags_dll_nt_axp = op dosseg
dlltarg_name = mad$(dig_arch)

verrc_dll = $(dlltarg_name)
!include verrc.mif
!include ntverrc.mif

dlltarg_ext_os2_386 = .d32
dlltarg_ext_qnx_386 = .mad
Expand Down
2 changes: 1 addition & 1 deletion bld/mstools/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ exetarg_res_version_nt_386 = exever.res
exetarg_res_version_nt_x64 = exever.res

!include exetarg.mif
!include verrc.mif
!include ntverrc.mif

#optencod_enc_linux = -utf8
optencod_targets = $(target_cpu) $(host_os)
Expand Down
2 changes: 1 addition & 1 deletion bld/ndisasm/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exetarg_qnx_res = usage.u
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rcui_inc_dirs = -I"../stand/h" -I"../stand"

Expand Down
2 changes: 1 addition & 1 deletion bld/nwlib/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ dlltarg_res_wresui = wresui.res
#
verrc_exe = $(exetarg_name)
verrc_dll = $(dlltarg_name)
!include verrc.mif
!include ntverrc.mif

wresui.res : ../wlib.rc ../wlib.msg msg.grh $(__MAKEFILES__)
@%make echo_rc
Expand Down
2 changes: 1 addition & 1 deletion bld/pbide/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exetarg_res = $(name).res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

$(name).res : ../dlldbg.rc ../debugger.ico $(__MAKEFILES__)
@%make echo_rc
Expand Down
2 changes: 1 addition & 1 deletion bld/plusplus/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ dlltarg_res_version_nt_x64 = dllver.res
#
verrc_dll = $(dlltarg_name)
verrc_exe = $(exetarg_name)
!include verrc.mif
!include ntverrc.mif

./intlbin.exe: $(fe_misc_dir)/c/intlbin.c
@%make echo_bldccl
Expand Down
2 changes: 1 addition & 1 deletion bld/rc/rc/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ dlltarg_res_version_nt_x64 = dllver.res
#
verrc_exe = $(exetarg_name)
verrc_dll = $(dlltarg_name)
!include verrc.mif
!include ntverrc.mif

rc_defines = -D_STANDALONE_ $(parser_defines)

Expand Down
2 changes: 1 addition & 1 deletion bld/rcsdll/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ libtarg_name = rcsdll
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

2 changes: 1 addition & 1 deletion bld/rtdll/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ dlltarg_name = $(dllname)
#
verrc_dll_skel = ../verinfo.rc
verrc_dll = $(dllname)
!include verrc.mif
!include ntverrc.mif

$(dllname).lbc : $(dllname).dll $(rtdll_dir)/proclbc.awk $(static_objs)
@%make echo_awk
Expand Down
2 changes: 1 addition & 1 deletion bld/sdk/ddespy/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exetarg_nt_manif_x64 = ntmanif.res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = $(commonui_inc_dirs) $(wpi_inc_dirs)

Expand Down
2 changes: 1 addition & 1 deletion bld/sdk/drwat/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ exetarg_nt_manif_x64 = ntmanif.res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = -I"../res/$(host_os)" -I"../res" -I"../$(host_os)" -I"$(dig_dir)/h" $(commonui_inc_dirs)

Expand Down
2 changes: 1 addition & 1 deletion bld/sdk/fmedit/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dlltarg_res = $(proj_name).res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = -I"../res" -I"../dev"

Expand Down
2 changes: 1 addition & 1 deletion bld/sdk/imgedit/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exetarg_nt_manif_x64 = ntmanif.res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = -I"../res" $(commonui_inc_dirs) -Ih

Expand Down
2 changes: 1 addition & 1 deletion bld/sdk/spy/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dlltarg_name = $(dllname)
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = -I"../res" $(commonui_inc_dirs) $(wpi_inc_dirs)

Expand Down
2 changes: 1 addition & 1 deletion bld/sdk/wde/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ exetarg_nt_manif_x64 = ntmanif.res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = -I"../res" -I"$(fmedit_dir)/dev" $(commonui_inc_dirs)

Expand Down
2 changes: 1 addition & 1 deletion bld/sdk/wr/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ exetarg_name = test
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = -I"$(wrc_dir)/h" #$(wres_inc_dirs) -I"$(wrc_dir)/h" $(commonui_inc_dirs)

Expand Down
2 changes: 1 addition & 1 deletion bld/sdk/wre/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ exetarg_nt_manif_x64 = ntmanif.res
!include exetarg.mif

# rc and others
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = -I"../res" $(commonui_inc_dirs)

Expand Down
2 changes: 1 addition & 1 deletion bld/sdk/wresedit/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dlltarg_res = $(proj_name).res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = -I"../res" -I"../../res" -I"../../h" $(commonui_inc_dirs)

Expand Down
2 changes: 1 addition & 1 deletion bld/sdk/zoom/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ exetarg_res = $(proj_name)j.res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rc_inc_dirs = -I"../res" $(commonui_inc_dirs)

Expand Down
2 changes: 1 addition & 1 deletion bld/setupgui/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ depend_res = ../h/setup.h $(gui_dir)/h/gui.rc $(depend_res_$(host_os))
rc_inc_dirs = -I"../res/$(host_os)" -I"../res" $(gui_rc_inc_dirs)
rcui_inc_dirs = $(gui_rc_inc_dirs)

!include verrc.mif
!include ntverrc.mif

# UI resources
wresui.res : ../res/setupui.rc $(depend_res) $(__MAKEFILES__)
Expand Down
2 changes: 1 addition & 1 deletion bld/uninstal/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exetarg_nt_manif_x64 = ntmanif.res
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

$(proj_name).res : ../uninstal.rc $(__MAKEFILES__) .AUTODEPEND
@%make echo_rc
Expand Down
2 changes: 1 addition & 1 deletion bld/vi/mif/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exetarg_name = $(name)
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

$(name).res : $(vi_dir)/res/viw.rc $(__MAKEFILES__) $(vi_autodepends)
@%make echo_rc
Expand Down
2 changes: 1 addition & 1 deletion bld/wasm/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ exetarg_name = wasm
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

rcui_inc_dirs = -I. -I"../h"

Expand Down
2 changes: 1 addition & 1 deletion bld/wcl/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ exetarg_res_version_nt_x64 = exever.res
#
#verrc_exe = $(proj_name)
verrc_exe_skel = $(wcl_dir)/exever.rc
!include verrc.mif
!include ntverrc.mif

!ifdef owcc_specs
$(owcc_specs): $(wlink_dir)/lnk/specs.sp $(__MAKEFILES__)
Expand Down
2 changes: 1 addition & 1 deletion bld/wipfc/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ $(proj_name).exe : $(exetarg_res_version_$(host_os)_$(host_cpu)) $(__MAKEFILES__
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif
2 changes: 1 addition & 1 deletion bld/wl/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dlltarg_res_version_nt_x64 = dllver.res
#
verrc_exe = $(exetarg_name)
verrc_dll = $(dlltarg_name)
!include verrc.mif
!include ntverrc.mif

rcui_inc_dirs = -I. -I"$(wlink_dir)/h" -I"$(wrc_dir)/h"

Expand Down
2 changes: 1 addition & 1 deletion bld/wmake/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ exetarg_name = wmk
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

wsplice_opts_linux = -kUNIX
wsplice_opts_qnx = -kUNIX
Expand Down
2 changes: 1 addition & 1 deletion bld/wprof/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ exetarg_qnx_res = usage.u
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

#
# rcflags
Expand Down
2 changes: 1 addition & 1 deletion bld/wsample/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ rc_cpp_dos = $(rc_cpp_dos_$(target)_$(host_cpu))
!endif

verrc_exe = $(exetarg_name)
!include verrc.mif
!include ntverrc.mif

rcui_inc_dirs = -I"../h"

Expand Down
2 changes: 1 addition & 1 deletion bld/wstrip/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exetarg_name = $(exename)x
rcui_inc_dirs = -I. -I..

verrc_exe = $(exename)
!include verrc.mif
!include ntverrc.mif

wresui.res : ../wstrip.rc msg.grh usage.gh $(__MAKEFILES__)
@%make echo_rc
Expand Down
2 changes: 1 addition & 1 deletion bld/wtouch/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exetarg_qnx_res = usage.u
#
# rc and others
#
!include verrc.mif
!include ntverrc.mif

wresui.res : ../wtouch.rc ../wtouch.msg usage.gh msg.grh $(__MAKEFILES__)
@%make echo_rc
Expand Down
2 changes: 1 addition & 1 deletion bld/wv/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ rc_inc_dirs = -I. -I"../../res/$(target_$(host_os))" $(wv_res_inc_dirs) &
rcui_inc_dirs = -I. $(wv_res_inc_dirs) &
-I"../../h" $(aui_rc_inc_dirs) $(gui_rc_inc_dirs) -I"$(dig_dir)/h"

!include verrc.mif
!include ntverrc.mif

!ifeq sys_windowed 1

Expand Down
File renamed without changes.

0 comments on commit 453a786

Please sign in to comment.