aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-02 19:50:35 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-02 19:50:35 +0000
commit47e4b9fdec5c6e4ba5317468fab381889682a4bc (patch)
treeeb8c489209bbed4a42717161d0dce18dad3a11ac /epan/Makefile.nmake
parent0908228dec84b5726b09f15df4c26981b2af03c6 (diff)
mkstemp cleanups.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28923 f5534014-38df-0310-8fa8-9805f1628bb7
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