Skip to content

Commit

Permalink
DEBUG support
Browse files Browse the repository at this point in the history
  • Loading branch information
prokushev committed Nov 4, 2022
1 parent 60df1a6 commit 371528c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mk/appsdos.mk
Expand Up @@ -40,6 +40,9 @@ $(PATH)$(PROJ).lnk: $(OBJS) $(MYDIR)makefile .always
@%append $^@ NAME $^*
@%append $^@ libpath %WATCOM%/lib286
@%append $^@ libpath %WATCOM%/lib286/dos
!ifdef DEBUG
@%append $^@ DEBUG $(DEBUG)
!endif
!ifneq NOLIBS 1
!ifeq COM 1
@%append $^@ libfile cstart_t.obj
Expand Down

0 comments on commit 371528c

Please sign in to comment.