$(OUTPRE)loadfuncs.$(OBJEXT)
#TODO: Fix resource compilation
-#RESFILE = $(OUTPRE)lsh_pwd.res
+RESFILE = $(OUTPRE)lsh_pwd.res
XOBJS = $(RESFILE)
-RCFLAGS = /i $(BUILDTOP)\include
+RCFLAGS = -I$(BUILDTOP)\include -I$(BUILDTOP) -DLEASHDLL_LIB
###From another project inside K 1.9:
###VERSIONRC = $(BUILDTOP)\windows\version.rc
#TODO: Add dependencies on include files here
-#$(RESFILE): resource.rc
+$(RESFILE): lsh_pwd.rc
+
3 TEXTINCLUDE DISCARDABLE
BEGIN
"\r\n"
- "#include ""ver.rc""\r\n"
+ "#include ""..\\version.rc""\r\n"
"\0"
END
// Generated from the TEXTINCLUDE 3 resource.
//
-#include "ver.rc"
+#include "..\version.rc"
/////////////////////////////////////////////////////////////////////////////
#endif // not APSTUDIO_INVOKED
#endif
#endif /* GSSAPI */
+#ifdef LEASHDLL_LIB
+#define K5_DESCRIPTION "Leash Helper API - MIT GSS / Kerberos v5 distribution\0"
+#define K5_INTERNAL_NAME "leashw\0"
+#define K5_FILETYPE VFT_DLL
+#if !defined(_WIN32)
+#define K5_ORIGINAL_NAME "leashw.dll\0"
+#else
+#define K5_ORIGINAL_NAME "leashw32.dll\0"
+#endif
+#endif /* LEASHDLL_LIB */
#ifdef WSHELPER_LIB
#define K5_DESCRIPTION "Winsock Helper (wshelper) API - MIT GSS / Kerberos v5 distribution\0"