Skip to content

Commit

Permalink
use casesensitive link for 16-bit Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Jan 15, 2022
1 parent 20363cc commit ac10ed3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions build/bwlink.lnk
Expand Up @@ -67,7 +67,6 @@ system begin windows
libpath %OWSRCDIR%/cpplib/library/windows.086/ml
libpath %OWSRCDIR%/w16api/wini86/lib
library windows
option nocaseexact
option stack=8k, heapsize=1k
format windows ^
end
Expand All @@ -85,7 +84,6 @@ system begin windows_dll
libpath %OWSRCDIR%/cpplib/library/windows.086/ml
libpath %OWSRCDIR%/w16api/wini86/lib
library windows
option nocaseexact
option stack=8k, heapsize=1k
libfile %OWSRCDIR%/clib/startup/library/windows.086/ml/libentry.obj
format windows dll ^
Expand Down
2 changes: 1 addition & 1 deletion build/mif/bhost.mif
Expand Up @@ -48,7 +48,7 @@ bld_clflags = $(bld_gen_cflags) -fe=$@
# options for linking
bld_ldflags =

bld_libflags = -b-n-pa $@
bld_libflags = -b-c-n-pa $@

bld_cc = $(bcc) $(bld_cc_sys) $(bld_incs)
bld_cl = $(bcl) $(bld_cc_sys) $(bld_cl_sys) $(bld_incs)
Expand Down
2 changes: 1 addition & 1 deletion build/mif/cproj.mif
Expand Up @@ -598,7 +598,7 @@ libflags_zdos = -io

proj_lib_flags = $(extra_lib_flags) $(extra_lib_flags_$(host_cpu))

libflags_all = -b-n-pa $(mode_libflags)
libflags_all = -b-c-n-pa $(mode_libflags)
libflags = $(libflags_all) $(libflags_$(host_cpu)) $(libflags_$(host_os)) $(libflags_$(host_os)_$(host_cpu)) $(proj_lib_flags) $@

##############################
Expand Down

0 comments on commit ac10ed3

Please sign in to comment.