Skip to content

Commit

Permalink
rename gml source files for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Jan 23, 2024
1 parent 4865c9f commit 44ea59d
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions bld/bdiff/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ exetarg_name = bdiff
#
rcui_inc_dirs = -I..

ppusage.gh : ../gml/patcopts.gml $(__MAKEFILES__)
ppusage.gh : ../gml/optionsp.gml $(__MAKEFILES__)
@%make echo_optencod
$(noecho)*optencod -q -rc=MSG_USAGE_BASE -utf8 $(optencod_opt_$(host_os)) $[@ . . $@ .

pdusage.gh : ../gml/dumpopts.gml $(__MAKEFILES__)
pdusage.gh : ../gml/optionsu.gml $(__MAKEFILES__)
@%make echo_optencod
$(noecho)*optencod -q -rc=MSG_USAGE_BASE -utf8 $(optencod_opt_$(host_os)) $[@ . . $@ .

dusage.gh : ../gml/diffopts.gml $(__MAKEFILES__)
dusage.gh : ../gml/optionsi.gml $(__MAKEFILES__)
@%make echo_optencod
$(noecho)*optencod -q -rc=MSG_USAGE_BASE -utf8 $(optencod_opt_$(host_os)) $[@ . . $@ .

Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions bld/wcl/master.mif
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ $(owcc_specs): $(wlink_dir)/lnk/specs.sp $(__MAKEFILES__)

# optencod options and targets for various hosts
!ifdef target_cpu
optencod_src = $(wcl_dir)/h/wclopts.gml
optencod_src = $(wcl_dir)/h/optionsw.gml
optencod_opt = -n
!else
optencod_src = $(wcl_dir)/h/owccopts.gml
optencod_src = $(wcl_dir)/h/optionso.gml
optencod_opt = -c
!endif
!ifdef exetarg_qnx_res
Expand Down

0 comments on commit 44ea59d

Please sign in to comment.