aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 7b82c8387b..17b1432ec9 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -63,7 +63,6 @@ EXTRA_OBJECTS = \
inet_aton.obj \
inet_pton.obj \
inet_ntop.obj \
- mkstemp.obj \
strptime.obj \
!IF defined(NASM) && "$(WIRESHARK_TARGET_PLATFORM)" == "win32"
asm_utils_win32_x86.obj
@@ -280,10 +279,6 @@ asm_utils_win32_x86.obj: asm_utils_win32_x86.asm
# using the object code compiled by the makefile in /trunk for both dynamically
# and statically linking
-mkstemp.c: ..\mkstemp.c
- set copycmd=/y
- xcopy ..\mkstemp.c . /d
-
strptime.c: ..\strptime.c
set copycmd=/y
xcopy ..\strptime.c . /d