The libhack merge lost all the windows build instructions... fixed..
authorRichard Basch <probe@mit.edu>
Sat, 15 Feb 1997 21:26:10 +0000 (21:26 +0000)
committerRichard Basch <probe@mit.edu>
Sat, 15 Feb 1997 21:26:10 +0000 (21:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9867 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/Makefile.in

index 366ddf97344ae4934736aa78b71be714a4ebf156..756504db38db85caa27ad2deea48f3c9be79d33e 100644 (file)
@@ -1,3 +1,8 @@
+Sat Feb 15 01:58:19 1997  Richard Basch  <basch@lehman.com>
+
+       * Makefile.in (all-windows): Fixed win16/win32 build
+               after libhack merge broke it...
+
 Fri Feb  7 18:56:57 1997  Richard Basch  <basch@lehman.com>
 
        * prof_int.h:
index f7979f359342cef1b5cb71577bb112f2c49b9f33..aaf5654263bf935e56a0d2de440dc2c0cdea655a 100644 (file)
@@ -1,8 +1,9 @@
-CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(DOSDEFS)
+##DOS##BUILDTOP = ..\..
+##DOS##OBJFILE=profile.lst
+##DOS##LIBNAME=profile.lib
+##DOS##DOSDEFS=-DHAVE_STDLIB_H
 
-##DOSBUILDTOP = ..\..
-##DOSLIBNAME=profile.lib
-##DOSDOSDEFS=-DHAVE_STDLIB_H
+CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) $(DOSDEFS)
 
 LOCALINCLUDE=-I. -I$(srcdir)/../et
 
@@ -35,7 +36,13 @@ STOBJLISTS=OBJS.ST
 all-unix:: includes test_parse test_profile
 all-unix:: all-libs
 
-all-windows:: $(OBJS)
+all-windows:: $(OBJFILE)
+
+##DOS$(OBJFILE): $(LIBOBJS)
+##DOS  $(RM) $(OBJFILE)
+##WIN16##      $(CP) nul: $(OBJFILE)
+##WIN32##      $(LIBECHO) *.obj > $(OBJFILE)
+
 
 awk-windows:
        $(AWK) -f $(BUILDTOP)/util/et/et_h.awk outfile=prof_err.h prof_err.et