git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9c82b20
)
rx-nt-xdr-int64-support-20010212
author
Hartmut Reuter
<reuter@rzg.mpg.de>
Mon, 12 Feb 2001 19:06:11 +0000 (19:06 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Mon, 12 Feb 2001 19:06:11 +0000 (19:06 +0000)
compile xdr_int64 for nt
src/rx/NTMakefile
patch
|
blob
|
history
diff --git
a/src/rx/NTMakefile
b/src/rx/NTMakefile
index
a5f3ad8
..
004ad29
100644
(file)
--- a/
src/rx/NTMakefile
+++ b/
src/rx/NTMakefile
@@
-20,7
+20,8
@@
LIBFILE = $(DESTDIR)\lib\afsrx.lib
# Object files by category.
XDROBJS = xdr.obj xdr_array.obj xdr_arrayn.obj xdr_float.obj xdr_mem.obj \
- xdr_rec.obj xdr_refernce.obj xdr_rx.obj xdr_update.obj xdr_afsuuid.obj
+ xdr_rec.obj xdr_refernce.obj xdr_rx.obj xdr_update.obj \
+ xdr_afsuuid.obj xdr_int64.obj
RXOBJS = rx_clock_nt.obj rx_event.obj rx_user.obj rx_lwp.obj rx.obj \
rx_null.obj rx_globals.obj rx_getaddr.obj rx_misc.obj rx_packet.obj \