remove old libnfs.def and update the buildscript to the new name libnfs-win32.def
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 3 Sep 2011 04:53:10 +0000 (14:53 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 3 Sep 2011 04:53:10 +0000 (14:53 +1000)
lib/libnfs.def [deleted file]
win32build.bat

diff --git a/lib/libnfs.def b/lib/libnfs.def
deleted file mode 100644 (file)
index e758a35..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-LIBRARY libnfs
-EXPORTS
-mount_free_export_list
-mount_getexports
-mount_getexports_async
-nfs_access
-nfs_access_async
-nfs_chmod
-nfs_chmod_async
-nfs_chown
-nfs_chown_async
-nfs_close
-nfs_close_async
-nfs_closedir
-nfs_creat
-nfs_creat_async
-nfs_destroy_context
-nfs_fchmod
-nfs_fchmod_async
-nfs_fchown
-nfs_fchown_async
-nfs_fstat
-nfs_fstat_async
-nfs_fsync
-nfs_fsync_async
-nfs_ftruncate
-nfs_ftruncate_async
-nfs_get_error
-nfs_get_fd
-nfs_get_readmax
-nfs_get_writemax
-nfs_init_context
-nfs_link
-nfs_link_async
-nfs_lseek
-nfs_lseek_async
-nfs_mkdir
-nfs_mkdir_async
-nfs_mount
-nfs_mount_async
-nfs_open
-nfs_open_async
-nfs_opendir
-nfs_opendir_async
-nfs_pread
-nfs_pread_async
-nfs_pwrite
-nfs_pwrite_async
-nfs_read
-nfs_read_async
-nfs_readdir
-nfs_readlink
-nfs_readlink_async
-nfs_rename
-nfs_rename_async
-nfs_rmdir
-nfs_rmdir_async
-nfs_service
-nfs_set_auth
-nfs_stat
-nfs_stat_async
-nfs_statvfs
-nfs_statvfs_async
-nfs_symlink
-nfs_symlink_async
-nfs_truncate
-nfs_truncate_async
-nfs_unlink
-nfs_unlink_async
-nfs_utime
-nfs_utime_async
-nfs_utimes
-nfs_utimes_async
-nfs_which_events
-nfs_write
-nfs_write_async
index 628e47cce10e3309ffefb1672402791f9d8bd61f..e690fa2e40b3a6e72ddec50e7fc643e931f1f477 100755 (executable)
@@ -67,7 +67,7 @@ cl /I. /Iinclude /I%RPCINCLUDE% /Imount /Infs -Zi -Od -c -DWIN32 -D_WIN32_WINNT=
 rem\r
 rem create a linklibrary/dll\r
 rem\r
-lib /out:lib\libnfs.lib /def:lib\libnfs.def nfs\nfs.obj nfs\nfsacl.obj nfs\libnfs-raw-nfs.obj rquota\rquota.obj rquota\libnfs-raw-rquota.obj mount\mount.obj mount\libnfs-raw-mount.obj portmap\portmap.obj portmap\libnfs-raw-portmap.obj lib\init.obj lib\pdu.obj lib\socket.obj lib\libnfs.obj lib\libnfs-sync.obj\r
+lib /out:lib\libnfs.lib /def:lib\libnfs-win32.def nfs\nfs.obj nfs\nfsacl.obj nfs\libnfs-raw-nfs.obj rquota\rquota.obj rquota\libnfs-raw-rquota.obj mount\mount.obj mount\libnfs-raw-mount.obj portmap\portmap.obj portmap\libnfs-raw-portmap.obj lib\init.obj lib\pdu.obj lib\socket.obj lib\libnfs.obj lib\libnfs-sync.obj\r
 \r
 link /DLL /out:lib\libnfs.dll /DEBUG /DEBUGTYPE:cv lib\libnfs.exp nfs\nfs.obj nfs\nfsacl.obj nfs\libnfs-raw-nfs.obj rquota\rquota.obj rquota\libnfs-raw-rquota.obj mount\mount.obj mount\libnfs-raw-mount.obj portmap\portmap.obj portmap\libnfs-raw-portmap.obj lib\init.obj lib\pdu.obj lib\socket.obj lib\libnfs.obj lib\libnfs-sync.obj %RPCLIB% ws2_32.lib\r
 \r