aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-05-23 00:25:20 +0000
committerBill Meier <wmeier@newsguy.com>2008-05-23 00:25:20 +0000
commitf572cd1a85465351c0a816803cf2eed7a87cc359 (patch)
tree634fec11e9a0f7b53dea9cbd14418054c7d0a823 /epan/Makefile.nmake
parent425861d4468f3aa5564559e80772caf93dd9f091 (diff)
Set for automatic overwrite for xcopy of mkstemp.c, etc
svn path=/trunk/; revision=25356
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index b746abe7a0..0dc7c3b7e4 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -263,20 +263,24 @@ asm_utils_win32_x86.obj: asm_utils_win32_x86.asm
!ENDIF
# (Windows only) Copy some sources from /trunk to /trunk/epan.
-# It is a cleaner to compile these sources seperately with this makefile than
+# It is a cleaner to compile these sources separately with this makefile than
# 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
inet_ntop.c: ..\inet_ntop.c
+ set copycmd=/y
xcopy ..\inet_ntop.c . /d
inet_pton.c: ..\inet_pton.c
+ set copycmd=/y
xcopy ..\inet_pton.c . /d
sminmpec.c: enterprise-numbers make-sminmpec.pl