minor makefile updates

This commit is contained in:
Gered 2019-11-03 13:52:59 -05:00
parent 973f983d2c
commit 4321b7751d
5 changed files with 33 additions and 24 deletions

View file

@ -27,7 +27,7 @@ object_files = &
cc_flags_debug = /d2 /zp1 /4r /fp3 /j
cc_flags_release = /d1+ /zp1 /4r /fp3 /ontx /oe=40 /j
cc_flags_release = /d1+ /zp1 /4r /fp3 /onetx /j
cc_flags = /mf $(cc_flags_$(target_config))
link_flags_debug = debug all
@ -39,6 +39,10 @@ asm_flags_release = /zi
asm_flags = /m /ml $(asm_flags_$(target_config))
.NOCHECK
build : $(target_name).lib
.c.obj: .AUTODEPEND
wcc386 $[. /zq $(cc_flags)
@ -62,9 +66,5 @@ clean : .SYMBOLIC
del $(target_name).lnk
del $(target_name).lbc
.NOCHECK
build : $(target_name).lib
.NOCHECK
library : $(target_name).lib

View file

@ -6,13 +6,16 @@ object_files = bpic.obj
cc_flags_debug = /d2 /zp1 /4r /fp3 /j
cc_flags_release = /d1+ /zp1 /4r /fp3 /ontx /oe=40 /j
cc_flags_release = /d1+ /zp1 /4r /fp3 /onetx /j
cc_flags = /mf $(cc_flags_$(target_config))
link_flags_debug = debug all
link_flags_release = debug all
link_flags = $(link_flags_$(target_config))
.NOCHECK
build : $(target_name).exe
.c.obj: .AUTODEPEND
wcc386 $[. /zq $(cc_flags)
@ -36,9 +39,6 @@ clean : .SYMBOLIC
del $(target_name).exe
del $(target_name).lnk
.NOCHECK
build : $(target_name).exe
.NOCHECK
run : $(target_name).exe
$(target_name).exe

View file

@ -10,15 +10,21 @@ object_files = &
modplay.obj &
mouse.obj
cc_flags_debug = /d2 /zp1 /4r /fp3 /j
cc_flags_release = /d1+ /zp1 /4r /fp3 /ontx /oe=40 /j
cc_flags_release = /d1+ /zp1 /4r /fp3 /onetx /j
cc_flags = /mf /i=$(acklib_incdir) $(cc_flags_$(target_config))
link_flags_debug = debug all
link_flags_release = debug all
link_flags = $(link_flags_$(target_config))
asm_flags_debug = /zi
asm_flags_release = /zi
asm_flags = /m /ml $(asm_flags_$(target_config))
.NOCHECK
build : $(target_name).exe
.c.obj: .AUTODEPEND
wcc386 $[. /zq $(cc_flags)
@ -43,9 +49,6 @@ clean : .SYMBOLIC
del $(target_name).exe
del $(target_name).lnk
.NOCHECK
build : $(target_name).exe
.NOCHECK
run : $(target_name).exe
$(target_name).exe

View file

@ -10,15 +10,21 @@ object_files = &
modplay.obj &
mouse.obj
cc_flags_debug = /d2 /zp1 /4r /fp3 /j
cc_flags_release = /d1+ /zp1 /4r /fp3 /ontx /oe=40 /j
cc_flags_release = /d1+ /zp1 /4r /fp3 /onetx /j
cc_flags = /mf /i=$(acklib_incdir) $(cc_flags_$(target_config))
link_flags_debug = debug all
link_flags_release = debug all
link_flags = $(link_flags_$(target_config))
asm_flags_debug = /zi
asm_flags_release = /zi
asm_flags = /m /ml $(asm_flags_$(target_config))
.NOCHECK
build : $(target_name).exe
.c.obj: .AUTODEPEND
wcc386 $[. /zq $(cc_flags)
@ -43,9 +49,6 @@ clean : .SYMBOLIC
del $(target_name).exe
del $(target_name).lnk
.NOCHECK
build : $(target_name).exe
.NOCHECK
run : $(target_name).exe
$(target_name).exe

View file

@ -19,15 +19,21 @@ object_files = &
measm.obj &
mouse.obj
cc_flags_debug = /d2 /zp1 /4r /fp3 /j
cc_flags_release = /d1+ /zp1 /4r /fp3 /ontx /oe=40 /j
cc_flags_release = /d1+ /zp1 /4r /fp3 /onetx /j
cc_flags = /mf /i=$(acklib_incdir) $(cc_flags_$(target_config))
link_flags_debug = debug all
link_flags_release = debug all
link_flags = $(link_flags_$(target_config))
asm_flags_debug = /zi
asm_flags_release = /zi
asm_flags = /m /ml $(asm_flags_$(target_config))
.NOCHECK
build : $(target_name).exe
.c.obj: .AUTODEPEND
wcc386 $[. /zq $(cc_flags)
@ -56,9 +62,6 @@ clean : .SYMBOLIC
del $(target_name).exe
del $(target_name).lnk
.NOCHECK
build : $(target_name).exe
.NOCHECK
run : $(target_name).exe
copy $(target_name).exe $(test_map_files_dir)