From 4b1097cde2eca9366c833805a529c23f7a7b02d6 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 3 Sep 2011 14:53:10 +1000 Subject: [PATCH] remove old libnfs.def and update the buildscript to the new name libnfs-win32.def --- lib/libnfs.def | 76 -------------------------------------------------- win32build.bat | 2 +- 2 files changed, 1 insertion(+), 77 deletions(-) delete mode 100644 lib/libnfs.def diff --git a/lib/libnfs.def b/lib/libnfs.def deleted file mode 100644 index e758a35..0000000 --- a/lib/libnfs.def +++ /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 diff --git a/win32build.bat b/win32build.bat index 628e47c..e690fa2 100755 --- a/win32build.bat +++ b/win32build.bat @@ -67,7 +67,7 @@ cl /I. /Iinclude /I%RPCINCLUDE% /Imount /Infs -Zi -Od -c -DWIN32 -D_WIN32_WINNT= rem rem create a linklibrary/dll rem -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 +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 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 -- 2.34.1