aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-07-02 19:50:35 +0000
committerGerald Combs <gerald@wireshark.org>2009-07-02 19:50:35 +0000
commitbfa7074d82dec5e36cc4437e12a017953a1e1b20 (patch)
treeeb8c489209bbed4a42717161d0dce18dad3a11ac /epan/Makefile.nmake
parentf0219f88ef755e037dff1e0f779d2e5ded8cb151 (diff)
mkstemp cleanups.
svn path=/trunk/; revision=28923
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