]> git.saurik.com Git - wxWidgets.git/commitdiff
init.cpp isn't included in the makefiles for wxMSW any more
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Oct 1999 12:55:26 +0000 (12:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 14 Oct 1999 12:55:26 +0000 (12:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

13 files changed:
Makefile.in
distrib/msw/tmake/filelist.t
distrib/msw/tmake/filelist.txt
distrib/msw/tmake/unx.t
distrib/msw/tmake/vc6.t
distrib/msw/tmake/vc6dll.t
src/msw/makefile.b32
src/msw/makefile.bcc
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.sc
src/msw/makefile.vc
src/msw/makefile.wat

index f5cf478c72411cfe80d9a634ba0f9c90d5c8f077..2d7560d84a5d6da2b28542151a9b28766c9e8a9a 100644 (file)
@@ -1,5 +1,5 @@
 #
-# This file was automatically generated by tmake at 15:31, 1999/10/14
+# This file was automatically generated by tmake at 14:54, 1999/10/14
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T!
 
 #
@@ -1627,6 +1627,7 @@ MSW_GUIOBJS = \
                settings.o \
                slider95.o \
                spinbutt.o \
+               spinctrl.o \
                statbmp.o \
                statbox.o \
                statbr95.o \
@@ -1713,6 +1714,7 @@ MSW_GUIDEPS = \
                settings.d \
                slider95.d \
                spinbutt.d \
+               spinctrl.d \
                statbmp.d \
                statbox.d \
                statbr95.d \
@@ -1733,6 +1735,7 @@ MSW_GUIDEPS = \
                xpmhand.d
 
 BASE_OBJS = \
+               init.o \
                config.o \
                date.o \
                dynarray.o \
@@ -1745,7 +1748,6 @@ BASE_OBJS = \
                filefn.o \
                filesys.o \
                hash.o \
-               init.o \
                intl.o \
                list.o \
                log.o \
@@ -1767,6 +1769,7 @@ BASE_OBJS = \
                utilsunx.o
 
 BASE_DEPS = \
+               init.d \
                config.d \
                date.d \
                dynarray.d \
@@ -1779,7 +1782,6 @@ BASE_DEPS = \
                filefn.d \
                filesys.d \
                hash.d \
-               init.d \
                intl.d \
                list.d \
                log.d \
index e2536e11086c2f4f8039be1de4d74308429a57c2..18ce139b371bc9934d63e0ab51e47d696f54fd7a 100644 (file)
@@ -47,6 +47,8 @@
             $wxHTML{$fields[0]} = $fields[2];
         } elsif ( $fields[1] eq "U" ) {
             $wxUNIX{$fields[0]} = $fields[2];
+        } elsif ( $fields[1] eq "B" ) {
+            $wxBase{$fields[0]} = $fields[2];
         } elsif ( $fields[1] eq "W" ) {
             $wxWXINCLUDE{$fields[0]} = $fields[2];
         } elsif ( $fields[1] eq "P" ) {
@@ -55,7 +57,7 @@
             $wxHTMLINCLUDE{$fields[0]} = $fields[2];
         } elsif ( $fields[1] eq "F" ) {
             $wxMOTIFINCLUDE{$fields[0]} = $fields[2];
-        } elsif ( $fields[1] eq "B" ) {
+        } elsif ( $fields[1] eq "9" ) {
             $wxMSWINCLUDE{$fields[0]} = $fields[2];
         } elsif ( $fields[1] eq "K" ) {
             $wxGTKINCLUDE{$fields[0]} = $fields[2];
index ea044999ae40d671df9e0b458906c1f917127221..5ddfbf0a736a1f1b5dc6bd8e345c766a1aba0fce 100644 (file)
@@ -7,6 +7,7 @@
 #
 # Format of this file: TAB separated columns. The first column contains the
 # filename, the second a letter corresonding a directory:
+#  B   /src/common but only needed for the wxBase compilation
 #  G   /src/generic
 #  C   /src/common
 #  M   /src/msw
@@ -17,7 +18,7 @@
 #  W   /include/wx
 #  K   /include/wx/gtk        K for gtK
 #  F   /include/wx/motif      F for motiF
-#  B   /include/wx/msw        B for Bill Gates
+#  9   /include/wx/msw        9 for Windows 9x
 #  N   /include/wx/generic    N for geNeric
 #  L   /include/wx/html       L for htmL
 #  P   /include/wx/protocol
@@ -29,7 +30,6 @@
 #
 # Known flags:
 #  B   makes part of the base library too
-#  BO  only for the base library
 #  16  a generic file implementing Win32 control for Win16
 #  32  only can be compiled under Win32
 #  PS  PostScript related file, normally not compiled under Windows
@@ -130,7 +130,7 @@ imagjpeg.cpp        C       32
 imagpcx.cpp    C       32
 imagpng.cpp    C       32
 imagpnm.cpp    C       32
-init.cpp       C       B,BO
+init.cpp       B
 intl.cpp       C       B
 ipcbase.cpp    C
 layout.cpp     C
@@ -713,119 +713,119 @@ timer.h F
 toolbar.h      F
 window.h       F
 
-accel.h        B
-app.h  B
-bitmap.h       B
-bmpbuttn.h     B
-brush.h        B
-button.h       B
-caret.h        B
-checkbox.h     B
-checklst.h     B
-choice.h       B
-clipbrd.h      B
-colordlg.h     B
-colour.h       B
-combobox.h     B
-control.h      B
-curico.h       B
-curicop.h      B
-cursor.h       B
-dc.h   B
-dcclient.h     B
-dcmemory.h     B
-dcprint.h      B
-dcscreen.h     B
-dde.h  B
-dialog.h       B
-dib.h  B
-dibutils.h     B
-dirdlg.h       B
-dragimag.h     B
-filedlg.h      B
-font.h B
-fontdlg.h      B
-frame.h        B
-gauge.h        B
-gauge95.h      B
-gaugemsw.h     B
-gdiobj.h       B
-helpwin.h      B
-icon.h B
-imaglist.h     B
-iniconf.h      B
-joystick.h     B
-listbox.h      B
-listctrl.h     B
-mdi.h  B
-menu.h B
-menuitem.h     B
-metafile.h     B
-minifram.h     B
-msgdlg.h       B
-msvcrt.h       B
-notebook.h     B
-palette.h      B
-pen.h  B
-pnghand.h      B
-pngread.h      B
-printdlg.h     B
-printwin.h     B
-private.h      B
-radiobox.h     B
-radiobut.h     B
-regconf.h      B
-region.h       B
-registry.h     B
-scrolbar.h     B
-settings.h     B
-setup0.h       B
-slider.h       B
-slider95.h     B
-slidrmsw.h     B
-spinbutt.h     B
-statbmp.h      B
-statbox.h      B
-statbr95.h     B
-statline.h     B
-stattext.h     B
-tabctrl.h      B
-taskbar.h      B
-tbar95.h       B
-tbarmsw.h      B
-textctrl.h     B
-timer.h        B
-tooltip.h      B
-treectrl.h     B
-wave.h B
-window.h       B
-winundef.h     B
-xpmhand.h      B
-# blank.cur    B
-# bullseye.cur B
-# child.ico    B
-# clock.cur    B
-# error.ico    B
-# hand.cur     B
-# heart.cur    B
-# info.ico     B
-# magnif1.cur  B
-# mdi.ico      B
-# noentry.cur  B
-# pbrush.cur   B
-# pencil.cur   B
-# pntleft.cur  B
-# pntright.cur B
-# query.cur    B
-# question.ico B
-# roller.cur   B
-# size.cur     B
-# std.ico      B
-# tip.ico      B
-# warning.ico  B
-# watch1.cur   B
-# disable.bmp  B
-# wx.rc        B
+accel.h        9
+app.h  9
+bitmap.h       9
+bmpbuttn.h     9
+brush.h        9
+button.h       9
+caret.h        9
+checkbox.h     9
+checklst.h     9
+choice.h       9
+clipbrd.h      9
+colordlg.h     9
+colour.h       9
+combobox.h     9
+control.h      9
+curico.h       9
+curicop.h      9
+cursor.h       9
+dc.h   9
+dcclient.h     9
+dcmemory.h     9
+dcprint.h      9
+dcscreen.h     9
+dde.h  9
+dialog.h       9
+dib.h  9
+dibutils.h     9
+dirdlg.h       9
+dragimag.h     9
+filedlg.h      9
+font.h 9
+fontdlg.h      9
+frame.h        9
+gauge.h        9
+gauge95.h      9
+gaugemsw.h     9
+gdiobj.h       9
+helpwin.h      9
+icon.h 9
+imaglist.h     9
+iniconf.h      9
+joystick.h     9
+listbox.h      9
+listctrl.h     9
+mdi.h  9
+menu.h 9
+menuitem.h     9
+metafile.h     9
+minifram.h     9
+msgdlg.h       9
+msvcrt.h       9
+notebook.h     9
+palette.h      9
+pen.h  9
+pnghand.h      9
+pngread.h      9
+printdlg.h     9
+printwin.h     9
+private.h      9
+radiobox.h     9
+radiobut.h     9
+regconf.h      9
+region.h       9
+registry.h     9
+scrolbar.h     9
+settings.h     9
+setup0.h       9
+slider.h       9
+slider95.h     9
+slidrmsw.h     9
+spinbutt.h     9
+statbmp.h      9
+statbox.h      9
+statbr95.h     9
+statline.h     9
+stattext.h     9
+tabctrl.h      9
+taskbar.h      9
+tbar95.h       9
+tbarmsw.h      9
+textctrl.h     9
+timer.h        9
+tooltip.h      9
+treectrl.h     9
+wave.h 9
+window.h       9
+winundef.h     9
+xpmhand.h      9
+# blank.cur    9
+# bullseye.cur 9
+# child.ico    9
+# clock.cur    9
+# error.ico    9
+# hand.cur     9
+# heart.cur    9
+# info.ico     9
+# magnif1.cur  9
+# mdi.ico      9
+# noentry.cur  9
+# pbrush.cur   9
+# pencil.cur   9
+# pntleft.cur  9
+# pntright.cur 9
+# query.cur    9
+# question.ico 9
+# roller.cur   9
+# size.cur     9
+# std.ico      9
+# tip.ico      9
+# warning.ico  9
+# watch1.cur   9
+# disable.bmp  9
+# wx.rc        9
 
 execute.h      S
 
index 6e7d6cd0ceeb125191ba1c0b857cdc60a7a9ad97..13b1f1e07d33d0df21cbca4d7b4f12915ee6ce6e 100644 (file)
@@ -12,7 +12,7 @@
     IncludeTemplate("filelist.t");
 
     #! Generic
-    
+
     foreach $file (sort keys %wxGeneric) {
         #! native wxDirDlg can't be compiled due to GnuWin32/OLE limitations,
         #! so take the generic version
         $project{"WXMOTIF_GENERICDEPS"} .= $file2 . " "
     }
 
+    #! Base
+
+    foreach $file (sort keys %wxBase) {
+        ($fileobj = $file) =~ s/cp?p?$/\o/;
+        ($filedep = $file) =~ s/cp?p?$/\d/;
+
+        $project{"BASE_OBJS"} .= $fileobj . " ";
+        $project{"BASE_DEPS"} .= $filedep . " ";
+    }
+
     #! Common
-    
+
     foreach $file (sort keys %wxCommon) {
         ($fileobj = $file) =~ s/cp?p?$/\o/;
         ($filedep = $file) =~ s/cp?p?$/\d/;
@@ -60,9 +70,6 @@
             $project{"BASE_DEPS"} .= $filedep . " ";
         }
 
-        #! if it's the wxBase-only file, nothing more to do with it
-        next if $wxCommon{$file} =~ /\bBO\b/;
-
         if ( $wxCommon{$file} !~ /\bR\b/ ) {    #! unless not for GTK
             $project{"WXGTK_COMMONOBJS"} .= $fileobj . " ";
             $project{"WXGTK_COMMONDEPS"} .= $filedep . " "
@@ -80,7 +87,7 @@
     }
 
     #! GUI
-    
+
     foreach $file (sort keys %wxMSW) {
         #! Mingw32 doesn't have the OLE headers and has some troubles with
         #! socket code
index e7220215eb25a453da3cdfaf0044739c76c0b78c..79796d7e75d1e24be29a5450d7412de915a1f749 100644 (file)
@@ -19,7 +19,6 @@
 
     foreach $file (sort keys %wxCommon) {
         next if $wxCommon{$file} =~ /\b16\b/;
-        next if $wxCommon{$file} =~ /\bBO\b/;
 
         my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS";
         $project{$tag} .= $file . " "
@@ -29,8 +28,8 @@
         next if $wxMSW{$file} =~ /\b16\b/;
 
         my $tag;
-       if ( $wxMSW{$file} =~ /\bO\b/ ) { $tag = "WXOLESRCS" }
-       else { $tag = $file =~ /\.c$/ ? "WXMSWCSRCS" : "WXMSWSRCS" }
+        if ( $wxMSW{$file} =~ /\bO\b/ ) { $tag = "WXOLESRCS" }
+        else { $tag = $file =~ /\.c$/ ? "WXMSWCSRCS" : "WXMSWSRCS" }
         $project{$tag} .= $file . " "
     }
 
index af3a6facc57a873bdd8fe0e7d38074f603144af2..ce5182d4f9a8b4ffc8b6ca1ee40b8b62b3b7fc37 100644 (file)
@@ -19,7 +19,6 @@
 
     foreach $file (sort keys %wxCommon) {
         next if $wxCommon{$file} =~ /\b16\b/;
-        next if $wxCommon{$file} =~ /\bBO\b/;
 
         my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS";
         $project{$tag} .= $file . " "
index 87f9c9ac701c13d7c629f3d06c268171261ec6e8..4a13bde399373c9192236c7279b0504be2d5ba6a 100644 (file)
@@ -1,6 +1,6 @@
 
 
-# This file was automatically generated by tmake at 15:31, 1999/10/14
+# This file was automatically generated by tmake at 14:54, 1999/10/14
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE B32.T!
 
 #
@@ -148,7 +148,6 @@ COMMONOBJS = \
                $(MSWDIR)\imagpcx.obj \
                $(MSWDIR)\imagpng.obj \
                $(MSWDIR)\imagpnm.obj \
-               $(MSWDIR)\init.obj \
                $(MSWDIR)\intl.obj \
                $(MSWDIR)\ipcbase.obj \
                $(MSWDIR)\layout.obj \
@@ -269,6 +268,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \
                $(MSWDIR)\settings.obj \
                $(MSWDIR)\slider95.obj \
                $(MSWDIR)\spinbutt.obj \
+               $(MSWDIR)\spinctrl.obj \
                $(MSWDIR)\statbmp.obj \
                $(MSWDIR)\statbox.obj \
                $(MSWDIR)\statbr95.obj \
@@ -480,6 +480,8 @@ $(MSWDIR)\slider95.obj: $(MSWDIR)\slider95.$(SRCSUFF)
 
 $(MSWDIR)\spinbutt.obj: $(MSWDIR)\spinbutt.$(SRCSUFF)
 
+$(MSWDIR)\spinctrl.obj: $(MSWDIR)\spinctrl.$(SRCSUFF)
+
 $(MSWDIR)\statbmp.obj: $(MSWDIR)\statbmp.$(SRCSUFF)
 
 $(MSWDIR)\statbox.obj: $(MSWDIR)\statbox.$(SRCSUFF)
@@ -601,8 +603,6 @@ $(MSWDIR)\imagpng.obj: $(COMMDIR)\imagpng.$(SRCSUFF)
 
 $(MSWDIR)\imagpnm.obj: $(COMMDIR)\imagpnm.$(SRCSUFF)
 
-$(MSWDIR)\init.obj: $(COMMDIR)\init.$(SRCSUFF)
-
 $(MSWDIR)\intl.obj: $(COMMDIR)\intl.$(SRCSUFF)
 
 $(MSWDIR)\ipcbase.obj: $(COMMDIR)\ipcbase.$(SRCSUFF)
index 7c14c2ec44b653c5bf88e309ec2433f283ee0c06..b25de61c34bd15302597a8549ba194377fe6b304 100644 (file)
@@ -1,6 +1,6 @@
 
 
-# This file was automatically generated by tmake at 15:31, 1999/10/14
+# This file was automatically generated by tmake at 14:54, 1999/10/14
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BCC.T!
 
 #
@@ -133,7 +133,6 @@ COMMONOBJS = \
                $(MSWDIR)\imagbmp.obj \
                $(MSWDIR)\image.obj \
                $(MSWDIR)\imaggif.obj \
-               $(MSWDIR)\init.obj \
                $(MSWDIR)\intl.obj \
                $(MSWDIR)\ipcbase.obj \
                $(MSWDIR)\layout.obj \
@@ -235,6 +234,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \
                $(MSWDIR)\settings.obj \
                $(MSWDIR)\slidrmsw.obj \
                $(MSWDIR)\spinbutt.obj \
+               $(MSWDIR)\spinctrl.obj \
                $(MSWDIR)\statbmp.obj \
                $(MSWDIR)\statbox.obj \
                $(MSWDIR)\statline.obj \
@@ -400,6 +400,8 @@ $(MSWDIR)\slidrmsw.obj: $(MSWDIR)\slidrmsw.$(SRCSUFF)
 
 $(MSWDIR)\spinbutt.obj: $(MSWDIR)\spinbutt.$(SRCSUFF)
 
+$(MSWDIR)\spinctrl.obj: $(MSWDIR)\spinctrl.$(SRCSUFF)
+
 $(MSWDIR)\statbmp.obj: $(MSWDIR)\statbmp.$(SRCSUFF)
 
 $(MSWDIR)\statbox.obj: $(MSWDIR)\statbox.$(SRCSUFF)
@@ -497,8 +499,6 @@ $(MSWDIR)\image.obj: $(COMMDIR)\image.$(SRCSUFF)
 
 $(MSWDIR)\imaggif.obj: $(COMMDIR)\imaggif.$(SRCSUFF)
 
-$(MSWDIR)\init.obj: $(COMMDIR)\init.$(SRCSUFF)
-
 $(MSWDIR)\intl.obj: $(COMMDIR)\intl.$(SRCSUFF)
 
 $(MSWDIR)\ipcbase.obj: $(COMMDIR)\ipcbase.$(SRCSUFF)
index 27e6602963261f72a03d845f451aa43c2146a7ad..c717c3c56e2d4270548e72abfb624d83b5c73522 100644 (file)
@@ -1,6 +1,6 @@
 
 
-# This file was automatically generated by tmake at 15:31, 1999/10/14
+# This file was automatically generated by tmake at 14:54, 1999/10/14
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE DOS.T!
 
 #
@@ -120,7 +120,6 @@ COMMONOBJS = \
                $(COMMDIR)\imagbmp.obj \
                $(COMMDIR)\image.obj \
                $(COMMDIR)\imaggif.obj \
-               $(COMMDIR)\init.obj \
                $(COMMDIR)\intl.obj \
                $(COMMDIR)\ipcbase.obj \
                $(COMMDIR)\layout.obj \
@@ -222,6 +221,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \
                $(MSWDIR)\settings.obj \
                $(MSWDIR)\slidrmsw.obj \
                $(MSWDIR)\spinbutt.obj \
+               $(MSWDIR)\spinctrl.obj \
                $(MSWDIR)\statbmp.obj \
                $(MSWDIR)\statbox.obj \
                $(MSWDIR)\statline.obj \
@@ -607,6 +607,11 @@ $(MSWDIR)/spinbutt.obj:     $*.$(SRCSUFF)
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
 <<
 
+$(MSWDIR)/spinctrl.obj:     $*.$(SRCSUFF)
+        cl @<<
+$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
+<<
+
 $(MSWDIR)/statbmp.obj:     $*.$(SRCSUFF)
         cl @<<
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
@@ -837,11 +842,6 @@ $(COMMDIR)/imaggif.obj:     $*.$(SRCSUFF)
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
 <<
 
-$(COMMDIR)/init.obj:     $*.$(SRCSUFF)
-        cl @<<
-$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
-<<
-
 $(COMMDIR)/intl.obj:     $*.$(SRCSUFF)
         cl @<<
 $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
index ea2c4489767ac55c8d4bde80b359c5cf8d4d284e..3f3fe7b866c6537eadd477b27a480523256e0f50 100644 (file)
@@ -1,5 +1,5 @@
 
-# This file was automatically generated by tmake at 15:31, 1999/10/14
+# This file was automatically generated by tmake at 14:54, 1999/10/14
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE G95.T!
 
 #
@@ -99,7 +99,6 @@ COMMONOBJS  = \
                $(COMMDIR)/imagpcx.$(OBJSUFF) \
                $(COMMDIR)/imagpng.$(OBJSUFF) \
                $(COMMDIR)/imagpnm.$(OBJSUFF) \
-               $(COMMDIR)/init.$(OBJSUFF) \
                $(COMMDIR)/intl.$(OBJSUFF) \
                $(COMMDIR)/ipcbase.$(OBJSUFF) \
                $(COMMDIR)/layout.$(OBJSUFF) \
@@ -235,6 +234,7 @@ MSWOBJS     = \
                $(MSWDIR)/settings.$(OBJSUFF) \
                $(MSWDIR)/slider95.$(OBJSUFF) \
                $(MSWDIR)/spinbutt.$(OBJSUFF) \
+               $(MSWDIR)/spinctrl.$(OBJSUFF) \
                $(MSWDIR)/statbmp.$(OBJSUFF) \
                $(MSWDIR)/statbox.$(OBJSUFF) \
                $(MSWDIR)/statbr95.$(OBJSUFF) \
@@ -399,21 +399,21 @@ $(COMMDIR)/lex_yy.c:    $(COMMDIR)/doslex.c
 #      mv y.tab.c $(COMMDIR)/y_tab.c
 
 clean:
-       rm -f *.o
-       rm -f *.bak
-       rm -f core
-       rm -f ..\common\y_tab.c
-       rm -f ..\common\lex_yy.c
-       rm -f ..\common\*.o
-       rm -f ..\common\*.bak
-       rm -f ..\generic\*.o
-       rm -f ..\generic\*.bak
-       rm -f ..\html\*.o
-       rm -f ..\png\*.o
-       rm -f ..\png\*.bak
-       rm -f ..\zlib\*.o
-       rm -f ..\zlib\*.bak
-       rm -f ..\jpeg\*.o
-       rm -f ..\..\lib\libwx.a
+       -erase *.o
+       -erase *.bak
+       -erase core
+       -erase ..\common\y_tab.c
+       -erase ..\common\lex_yy.c
+       -erase ..\common\*.o
+       -erase ..\common\*.bak
+       -erase ..\generic\*.o
+       -erase ..\generic\*.bak
+       -erase ..\html\*.o
+       -erase ..\png\*.o
+       -erase ..\png\*.bak
+       -erase ..\zlib\*.o
+       -erase ..\zlib\*.bak
+       -erase ..\jpeg\*.o
+       -erase ..\..\lib\libwx.a
 
 cleanall: clean
index 501d0accdc1a1abebedb214ae2f823b70bd3b01f..342f65c38fb2787d46c0a5cd70e8552d46509421 100644 (file)
@@ -1,6 +1,6 @@
 
 
-# This file was automatically generated by tmake at 15:31, 1999/10/14
+# This file was automatically generated by tmake at 14:54, 1999/10/14
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T!
 
 # Symantec C++ makefile for the msw objects
@@ -87,7 +87,6 @@ COMMONOBJS = \
                $(COMMDIR)\imagpcx.obj \
                $(COMMDIR)\imagpng.obj \
                $(COMMDIR)\imagpnm.obj \
-               $(COMMDIR)\init.obj \
                $(COMMDIR)\intl.obj \
                $(COMMDIR)\ipcbase.obj \
                $(COMMDIR)\layout.obj \
@@ -207,6 +206,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \
                $(MSWDIR)\slider95.obj \
                $(MSWDIR)\slidrmsw.obj \
                $(MSWDIR)\spinbutt.obj \
+               $(MSWDIR)\spinctrl.obj \
                $(MSWDIR)\statbmp.obj \
                $(MSWDIR)\statbox.obj \
                $(MSWDIR)\statbr95.obj \
index 8af82bc42dd62cc390da4dca42891d522e903c68..64c55f907d90f9b051441937cbcfd4c2113dfbcd 100644 (file)
@@ -1,4 +1,4 @@
-# This file was automatically generated by tmake at 11:44, 1999/10/14
+# This file was automatically generated by tmake at 14:54, 1999/10/14
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T!
 
 # File:     makefile.vc
index e3442ce62278865a15b3449e7aefab56bcf57509..c8e0ca2d00db9e80efc4b44d05993d57fe67d5d7 100644 (file)
@@ -1,6 +1,6 @@
 
 
-# This file was automatically generated by tmake at 15:31, 1999/10/14
+# This file was automatically generated by tmake at 14:54, 1999/10/14
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE WAT.T!
 
 #!/binb/wmake.exe
@@ -112,7 +112,6 @@ COMMONOBJS = &
        imagpcx.obj &
        imagpng.obj &
        imagpnm.obj &
-       init.obj &
        intl.obj &
        ipcbase.obj &
        layout.obj &
@@ -233,6 +232,7 @@ MSWOBJS = accel.obj &
        slider95.obj &
        slidrmsw.obj &
        spinbutt.obj &
+       spinctrl.obj &
        statbmp.obj &
        statbox.obj &
        statbr95.obj &
@@ -491,6 +491,9 @@ slidrmsw.obj:     $(MSWDIR)\slidrmsw.cpp
 spinbutt.obj:     $(MSWDIR)\spinbutt.cpp
   *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
 
+spinctrl.obj:     $(MSWDIR)\spinctrl.cpp
+  *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
+
 statbmp.obj:     $(MSWDIR)\statbmp.cpp
   *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
 
@@ -667,9 +670,6 @@ imagpng.obj:     $(COMMDIR)\imagpng.cpp
 imagpnm.obj:     $(COMMDIR)\imagpnm.cpp
   *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
 
-init.obj:     $(COMMDIR)\init.cpp
-  *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
-
 intl.obj:     $(COMMDIR)\intl.cpp
   *$(CCC) $(CPPFLAGS) $(IFLAGS) $<