Makefile.in, cnsres5.rc: Add a version resource to the executable
authorTheodore Tso <tytso@mit.edu>
Tue, 5 Aug 1997 22:45:23 +0000 (22:45 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 5 Aug 1997 22:45:23 +0000 (22:45 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10155 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/cns/ChangeLog
src/windows/cns/Makefile.in
src/windows/cns/cnsres5.rc

index 85f44e31d643b736c9b0f2c4752cedcbd3a6f130..d6c555f2e857e71f76f2a1030cb6d5ce9bb4d595 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug  5 18:44:45 1997  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * Makefile.in, cnsres5.rc: Add a version resource to the
+               executable.
+
 Mon Jul 28 23:33:11 1997  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * Makefile.in: Take out the /nod option, and remove libc.lib from
index 130e8ad2b74a8849ce28ed0385312899f8594f17..8d4a6f26b780e18095160e2b914e29ef267bdd7e 100644 (file)
@@ -13,8 +13,7 @@ KRB    = KRB$(KVERSION)
 BUILDTOP =..\..
 INCLUDES = /I$(BUILDTOP)\include /I$(BUILDTOP)\include\krb5
 
-##WIN16##XOBJS    = kpasswd.obj
-##WIN32##XOBJS    = cnsres5.obj kpasswd.obj
+##DOS##XOBJS    = kpasswd.obj
 
 CFLAGS = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1
 
@@ -34,13 +33,10 @@ all:: makefile $(NAME).exe
 $(NAME).exe: $*.def $(OBJS) $(XOBJS) $(LIBS)
 ##WIN16##      $(LINK) $(LFLAGS) $(OBJS) $(XOBJS), $@, $*.map, \
 ##WIN16##        $(LIBS) $(SYSLIBS), $*.def
-##WIN16##      $(RC) $(RFLAGS) /k cnsres5.rc $@
+##WIN16##      $(RC) $(RFLAGS) /k -DKRB5_APP cnsres5.rc $@
+##WIN32##      $(RC) $(RFLAGS) /r -D_WIN32 -DKRB5_APP cnsres5.rc
 ##WIN32##      $(LINK) $(LFLAGS) /map:$*.map /out:$@ $(OBJS) $(XOBJS) \
-##WIN32##        $(LIBS) $(SYSLIBS)
-
-##WIN32##.rc.obj:
-##WIN32##      $(RC) $(RFLAGS) /r $*.rc
-##WIN32##      $(CVTRES) /nologo /out:$*.obj $*.res
+##WIN32##        $(LIBS) $(SYSLIBS) cnsres5.res
 
 install::
        $(CP) $(NAME).exe $(DESTDIR)
index a62c682b3947b63db30d72585c5f4ea0bca9f463..e29ab5ac5ba8e16bd3cc48468ea3a22b0ddee109 100644 (file)
@@ -1,5 +1,6 @@
 //Microsoft Developer Studio generated resource script.
 //
+// XXX Since modified by hand!
 
 #define APSTUDIO_READONLY_SYMBOLS
 /////////////////////////////////////////////////////////////////////////////
@@ -208,3 +209,5 @@ END
 
 /////////////////////////////////////////////////////////////////////////////
 #endif    // not APSTUDIO_INVOKED
+
+#include "..\version.rc"