Skip to content

Commit

Permalink
Code cleanup: makedpnd now usse the "utils" implementation of filearg…
Browse files Browse the repository at this point in the history
…s instead of its own copy
  • Loading branch information
mgroeber9110 committed Jan 1, 2024
1 parent 0d5ceae commit 08255d2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 386 deletions.
6 changes: 3 additions & 3 deletions Installed/Tools/pmake/makedpnd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ DEFTARGET = linux
DEFTARGET = win32
#endif

MISRCS = fileargs.c makedpnd.c
MISRCS = makedpnd.c

win32SRCS = $(MISRCS) win32.md/
win32OBJS = win32.md/fileargs.obj win32.md/makedpnd.obj
win32OBJS = win32.md/makedpnd.obj
win32LIBS =

linuxSRCS = $(MISRCS) linux.md/
linuxOBJS = linux.md/fileargs.o linux.md/makedpnd.o
linuxOBJS = linux.md/makedpnd.o
linuxLIBS =

SUBDIRS =
Expand Down
335 changes: 0 additions & 335 deletions Tools/pmake/makedpnd/fileargs.c

This file was deleted.

44 changes: 0 additions & 44 deletions Tools/pmake/makedpnd/fileargs.h

This file was deleted.

Loading

0 comments on commit 08255d2

Please sign in to comment.