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

src/windows/wintel/ChangeLog
src/windows/wintel/Makefile.in
src/windows/wintel/telnet.rc

index c6ba91e6c62ef06e3bb325c7d5453a4562538ad1..50ebe6e9929223467524d81db61edf6ab0f8ec16 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug  5 18:47:02 1997  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * Makefile.in, telnet.rc: Add version resource to the executable.
+
 Mon Jul 28 23:35:49 1997  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * Makefile.in: Take out the /nod option, and remove libc.lib from
index 6f2dd8836fda7e906287e895a28722d25aa8f7da..c27992cb29857ab467bda73d908c41057b85c4d0 100644 (file)
@@ -24,8 +24,8 @@ CFLAGS         = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1 $(KRBOPT) /Zi
 CFLAGS          = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1 $(KRBOPT)
 !endif
 
-##WIN32##RFLAGS  = /D$(KRB)=1 $(INCLUDES)
-##WIN16##RFLAGS  = /nologo /D$(KRB)=1 $(INCLUDES)
+##WIN32##RFLAGS  = $(INCLUDES)
+##WIN16##RFLAGS  = /nologo $(INCLUDES)
 
 
 ##### Linker
@@ -44,15 +44,15 @@ LIBS         = $(KLIB) $(CLIB) $(WLIB)
 
 all:: makefile telnet.exe
 
-telnet.exe: $*.def $*.res $(OBJS) $(XOBJS) $(LIBS)
+telnet.exe: $*.def $(OBJS) $(XOBJS) $(LIBS)
 ##WIN16##      $(LINK) $(LFLAGS) $(OBJS) $(XOBJS), $@, $*.map, \
 ##WIN16##        $(LIBS) $(SYSLIBS), $*.def
-##WIN16##      $(RC) $(RFLAGS) /k telnet.rc $@
+##WIN16##      $(RC) $(RFLAGS) /k -DTELNET_APP telnet.rc $@
 ##WIN32##      $(LINK) $(LFLAGS) /map:$*.map /out:$@ $(OBJS) $(XOBJS) \
 ##WIN32##        $(LIBS) $(SYSLIBS)
 
 ##WIN32##telnet.res: telnet.rc
-##WIN32##      $(RC) $(RFLAGS) /r $*.rc
+##WIN32##      $(RC) $(RFLAGS) -D_WIN32 -DTELNET_APP /r $*.rc
 ##WIN32##resource.obj: telnet.res
 ##WIN32##      $(CVTRES) /nologo /out:resource.obj telnet.res
 
index bdd18d973c38614b89ed48f62c66c759c046663c..6fd62c21eb02c3a9c743354224f33dce34e71fa9 100644 (file)
@@ -1,5 +1,7 @@
 //Microsoft Developer Studio generated resource script.
 //
+// XXX since modified by hand...
+
 #include "resource.h"
 
 #define APSTUDIO_READONLY_SYMBOLS
@@ -242,3 +244,4 @@ END
 /////////////////////////////////////////////////////////////////////////////
 #endif    // not APSTUDIO_INVOKED
 
+#include "..\version.rc"