init.cpp isn't included in the makefiles for wxMSW any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3988 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-10-14 12:55:26 +00:00
parent be4c1d33a7
commit 791a21023f
13 changed files with 180 additions and 171 deletions

View 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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE UNX.T!
# #
@ -1627,6 +1627,7 @@ MSW_GUIOBJS = \
settings.o \ settings.o \
slider95.o \ slider95.o \
spinbutt.o \ spinbutt.o \
spinctrl.o \
statbmp.o \ statbmp.o \
statbox.o \ statbox.o \
statbr95.o \ statbr95.o \
@ -1713,6 +1714,7 @@ MSW_GUIDEPS = \
settings.d \ settings.d \
slider95.d \ slider95.d \
spinbutt.d \ spinbutt.d \
spinctrl.d \
statbmp.d \ statbmp.d \
statbox.d \ statbox.d \
statbr95.d \ statbr95.d \
@ -1733,6 +1735,7 @@ MSW_GUIDEPS = \
xpmhand.d xpmhand.d
BASE_OBJS = \ BASE_OBJS = \
init.o \
config.o \ config.o \
date.o \ date.o \
dynarray.o \ dynarray.o \
@ -1745,7 +1748,6 @@ BASE_OBJS = \
filefn.o \ filefn.o \
filesys.o \ filesys.o \
hash.o \ hash.o \
init.o \
intl.o \ intl.o \
list.o \ list.o \
log.o \ log.o \
@ -1767,6 +1769,7 @@ BASE_OBJS = \
utilsunx.o utilsunx.o
BASE_DEPS = \ BASE_DEPS = \
init.d \
config.d \ config.d \
date.d \ date.d \
dynarray.d \ dynarray.d \
@ -1779,7 +1782,6 @@ BASE_DEPS = \
filefn.d \ filefn.d \
filesys.d \ filesys.d \
hash.d \ hash.d \
init.d \
intl.d \ intl.d \
list.d \ list.d \
log.d \ log.d \

View File

@ -47,6 +47,8 @@
$wxHTML{$fields[0]} = $fields[2]; $wxHTML{$fields[0]} = $fields[2];
} elsif ( $fields[1] eq "U" ) { } elsif ( $fields[1] eq "U" ) {
$wxUNIX{$fields[0]} = $fields[2]; $wxUNIX{$fields[0]} = $fields[2];
} elsif ( $fields[1] eq "B" ) {
$wxBase{$fields[0]} = $fields[2];
} elsif ( $fields[1] eq "W" ) { } elsif ( $fields[1] eq "W" ) {
$wxWXINCLUDE{$fields[0]} = $fields[2]; $wxWXINCLUDE{$fields[0]} = $fields[2];
} elsif ( $fields[1] eq "P" ) { } elsif ( $fields[1] eq "P" ) {
@ -55,7 +57,7 @@
$wxHTMLINCLUDE{$fields[0]} = $fields[2]; $wxHTMLINCLUDE{$fields[0]} = $fields[2];
} elsif ( $fields[1] eq "F" ) { } elsif ( $fields[1] eq "F" ) {
$wxMOTIFINCLUDE{$fields[0]} = $fields[2]; $wxMOTIFINCLUDE{$fields[0]} = $fields[2];
} elsif ( $fields[1] eq "B" ) { } elsif ( $fields[1] eq "9" ) {
$wxMSWINCLUDE{$fields[0]} = $fields[2]; $wxMSWINCLUDE{$fields[0]} = $fields[2];
} elsif ( $fields[1] eq "K" ) { } elsif ( $fields[1] eq "K" ) {
$wxGTKINCLUDE{$fields[0]} = $fields[2]; $wxGTKINCLUDE{$fields[0]} = $fields[2];

View File

@ -7,6 +7,7 @@
# #
# Format of this file: TAB separated columns. The first column contains the # Format of this file: TAB separated columns. The first column contains the
# filename, the second a letter corresonding a directory: # filename, the second a letter corresonding a directory:
# B /src/common but only needed for the wxBase compilation
# G /src/generic # G /src/generic
# C /src/common # C /src/common
# M /src/msw # M /src/msw
@ -17,7 +18,7 @@
# W /include/wx # W /include/wx
# K /include/wx/gtk K for gtK # K /include/wx/gtk K for gtK
# F /include/wx/motif F for motiF # 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 # N /include/wx/generic N for geNeric
# L /include/wx/html L for htmL # L /include/wx/html L for htmL
# P /include/wx/protocol # P /include/wx/protocol
@ -29,7 +30,6 @@
# #
# Known flags: # Known flags:
# B makes part of the base library too # B makes part of the base library too
# BO only for the base library
# 16 a generic file implementing Win32 control for Win16 # 16 a generic file implementing Win32 control for Win16
# 32 only can be compiled under Win32 # 32 only can be compiled under Win32
# PS PostScript related file, normally not compiled under Windows # PS PostScript related file, normally not compiled under Windows
@ -130,7 +130,7 @@ imagjpeg.cpp C 32
imagpcx.cpp C 32 imagpcx.cpp C 32
imagpng.cpp C 32 imagpng.cpp C 32
imagpnm.cpp C 32 imagpnm.cpp C 32
init.cpp C B,BO init.cpp B
intl.cpp C B intl.cpp C B
ipcbase.cpp C ipcbase.cpp C
layout.cpp C layout.cpp C
@ -713,119 +713,119 @@ timer.h F
toolbar.h F toolbar.h F
window.h F window.h F
accel.h B accel.h 9
app.h B app.h 9
bitmap.h B bitmap.h 9
bmpbuttn.h B bmpbuttn.h 9
brush.h B brush.h 9
button.h B button.h 9
caret.h B caret.h 9
checkbox.h B checkbox.h 9
checklst.h B checklst.h 9
choice.h B choice.h 9
clipbrd.h B clipbrd.h 9
colordlg.h B colordlg.h 9
colour.h B colour.h 9
combobox.h B combobox.h 9
control.h B control.h 9
curico.h B curico.h 9
curicop.h B curicop.h 9
cursor.h B cursor.h 9
dc.h B dc.h 9
dcclient.h B dcclient.h 9
dcmemory.h B dcmemory.h 9
dcprint.h B dcprint.h 9
dcscreen.h B dcscreen.h 9
dde.h B dde.h 9
dialog.h B dialog.h 9
dib.h B dib.h 9
dibutils.h B dibutils.h 9
dirdlg.h B dirdlg.h 9
dragimag.h B dragimag.h 9
filedlg.h B filedlg.h 9
font.h B font.h 9
fontdlg.h B fontdlg.h 9
frame.h B frame.h 9
gauge.h B gauge.h 9
gauge95.h B gauge95.h 9
gaugemsw.h B gaugemsw.h 9
gdiobj.h B gdiobj.h 9
helpwin.h B helpwin.h 9
icon.h B icon.h 9
imaglist.h B imaglist.h 9
iniconf.h B iniconf.h 9
joystick.h B joystick.h 9
listbox.h B listbox.h 9
listctrl.h B listctrl.h 9
mdi.h B mdi.h 9
menu.h B menu.h 9
menuitem.h B menuitem.h 9
metafile.h B metafile.h 9
minifram.h B minifram.h 9
msgdlg.h B msgdlg.h 9
msvcrt.h B msvcrt.h 9
notebook.h B notebook.h 9
palette.h B palette.h 9
pen.h B pen.h 9
pnghand.h B pnghand.h 9
pngread.h B pngread.h 9
printdlg.h B printdlg.h 9
printwin.h B printwin.h 9
private.h B private.h 9
radiobox.h B radiobox.h 9
radiobut.h B radiobut.h 9
regconf.h B regconf.h 9
region.h B region.h 9
registry.h B registry.h 9
scrolbar.h B scrolbar.h 9
settings.h B settings.h 9
setup0.h B setup0.h 9
slider.h B slider.h 9
slider95.h B slider95.h 9
slidrmsw.h B slidrmsw.h 9
spinbutt.h B spinbutt.h 9
statbmp.h B statbmp.h 9
statbox.h B statbox.h 9
statbr95.h B statbr95.h 9
statline.h B statline.h 9
stattext.h B stattext.h 9
tabctrl.h B tabctrl.h 9
taskbar.h B taskbar.h 9
tbar95.h B tbar95.h 9
tbarmsw.h B tbarmsw.h 9
textctrl.h B textctrl.h 9
timer.h B timer.h 9
tooltip.h B tooltip.h 9
treectrl.h B treectrl.h 9
wave.h B wave.h 9
window.h B window.h 9
winundef.h B winundef.h 9
xpmhand.h B xpmhand.h 9
# blank.cur B # blank.cur 9
# bullseye.cur B # bullseye.cur 9
# child.ico B # child.ico 9
# clock.cur B # clock.cur 9
# error.ico B # error.ico 9
# hand.cur B # hand.cur 9
# heart.cur B # heart.cur 9
# info.ico B # info.ico 9
# magnif1.cur B # magnif1.cur 9
# mdi.ico B # mdi.ico 9
# noentry.cur B # noentry.cur 9
# pbrush.cur B # pbrush.cur 9
# pencil.cur B # pencil.cur 9
# pntleft.cur B # pntleft.cur 9
# pntright.cur B # pntright.cur 9
# query.cur B # query.cur 9
# question.ico B # question.ico 9
# roller.cur B # roller.cur 9
# size.cur B # size.cur 9
# std.ico B # std.ico 9
# tip.ico B # tip.ico 9
# warning.ico B # warning.ico 9
# watch1.cur B # watch1.cur 9
# disable.bmp B # disable.bmp 9
# wx.rc B # wx.rc 9
execute.h S execute.h S

View File

@ -12,7 +12,7 @@
IncludeTemplate("filelist.t"); IncludeTemplate("filelist.t");
#! Generic #! Generic
foreach $file (sort keys %wxGeneric) { foreach $file (sort keys %wxGeneric) {
#! native wxDirDlg can't be compiled due to GnuWin32/OLE limitations, #! native wxDirDlg can't be compiled due to GnuWin32/OLE limitations,
#! so take the generic version #! so take the generic version
@ -48,8 +48,18 @@
$project{"WXMOTIF_GENERICDEPS"} .= $file2 . " " $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 #! Common
foreach $file (sort keys %wxCommon) { foreach $file (sort keys %wxCommon) {
($fileobj = $file) =~ s/cp?p?$/\o/; ($fileobj = $file) =~ s/cp?p?$/\o/;
($filedep = $file) =~ s/cp?p?$/\d/; ($filedep = $file) =~ s/cp?p?$/\d/;
@ -60,9 +70,6 @@
$project{"BASE_DEPS"} .= $filedep . " "; $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 if ( $wxCommon{$file} !~ /\bR\b/ ) { #! unless not for GTK
$project{"WXGTK_COMMONOBJS"} .= $fileobj . " "; $project{"WXGTK_COMMONOBJS"} .= $fileobj . " ";
$project{"WXGTK_COMMONDEPS"} .= $filedep . " " $project{"WXGTK_COMMONDEPS"} .= $filedep . " "
@ -80,7 +87,7 @@
} }
#! GUI #! GUI
foreach $file (sort keys %wxMSW) { foreach $file (sort keys %wxMSW) {
#! Mingw32 doesn't have the OLE headers and has some troubles with #! Mingw32 doesn't have the OLE headers and has some troubles with
#! socket code #! socket code

View File

@ -19,7 +19,6 @@
foreach $file (sort keys %wxCommon) { foreach $file (sort keys %wxCommon) {
next if $wxCommon{$file} =~ /\b16\b/; next if $wxCommon{$file} =~ /\b16\b/;
next if $wxCommon{$file} =~ /\bBO\b/;
my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS"; my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS";
$project{$tag} .= $file . " " $project{$tag} .= $file . " "
@ -29,8 +28,8 @@
next if $wxMSW{$file} =~ /\b16\b/; next if $wxMSW{$file} =~ /\b16\b/;
my $tag; my $tag;
if ( $wxMSW{$file} =~ /\bO\b/ ) { $tag = "WXOLESRCS" } if ( $wxMSW{$file} =~ /\bO\b/ ) { $tag = "WXOLESRCS" }
else { $tag = $file =~ /\.c$/ ? "WXMSWCSRCS" : "WXMSWSRCS" } else { $tag = $file =~ /\.c$/ ? "WXMSWCSRCS" : "WXMSWSRCS" }
$project{$tag} .= $file . " " $project{$tag} .= $file . " "
} }

View File

@ -19,7 +19,6 @@
foreach $file (sort keys %wxCommon) { foreach $file (sort keys %wxCommon) {
next if $wxCommon{$file} =~ /\b16\b/; next if $wxCommon{$file} =~ /\b16\b/;
next if $wxCommon{$file} =~ /\bBO\b/;
my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS"; my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS";
$project{$tag} .= $file . " " $project{$tag} .= $file . " "

View 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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE B32.T!
# #
@ -148,7 +148,6 @@ COMMONOBJS = \
$(MSWDIR)\imagpcx.obj \ $(MSWDIR)\imagpcx.obj \
$(MSWDIR)\imagpng.obj \ $(MSWDIR)\imagpng.obj \
$(MSWDIR)\imagpnm.obj \ $(MSWDIR)\imagpnm.obj \
$(MSWDIR)\init.obj \
$(MSWDIR)\intl.obj \ $(MSWDIR)\intl.obj \
$(MSWDIR)\ipcbase.obj \ $(MSWDIR)\ipcbase.obj \
$(MSWDIR)\layout.obj \ $(MSWDIR)\layout.obj \
@ -269,6 +268,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \
$(MSWDIR)\settings.obj \ $(MSWDIR)\settings.obj \
$(MSWDIR)\slider95.obj \ $(MSWDIR)\slider95.obj \
$(MSWDIR)\spinbutt.obj \ $(MSWDIR)\spinbutt.obj \
$(MSWDIR)\spinctrl.obj \
$(MSWDIR)\statbmp.obj \ $(MSWDIR)\statbmp.obj \
$(MSWDIR)\statbox.obj \ $(MSWDIR)\statbox.obj \
$(MSWDIR)\statbr95.obj \ $(MSWDIR)\statbr95.obj \
@ -480,6 +480,8 @@ $(MSWDIR)\slider95.obj: $(MSWDIR)\slider95.$(SRCSUFF)
$(MSWDIR)\spinbutt.obj: $(MSWDIR)\spinbutt.$(SRCSUFF) $(MSWDIR)\spinbutt.obj: $(MSWDIR)\spinbutt.$(SRCSUFF)
$(MSWDIR)\spinctrl.obj: $(MSWDIR)\spinctrl.$(SRCSUFF)
$(MSWDIR)\statbmp.obj: $(MSWDIR)\statbmp.$(SRCSUFF) $(MSWDIR)\statbmp.obj: $(MSWDIR)\statbmp.$(SRCSUFF)
$(MSWDIR)\statbox.obj: $(MSWDIR)\statbox.$(SRCSUFF) $(MSWDIR)\statbox.obj: $(MSWDIR)\statbox.$(SRCSUFF)
@ -601,8 +603,6 @@ $(MSWDIR)\imagpng.obj: $(COMMDIR)\imagpng.$(SRCSUFF)
$(MSWDIR)\imagpnm.obj: $(COMMDIR)\imagpnm.$(SRCSUFF) $(MSWDIR)\imagpnm.obj: $(COMMDIR)\imagpnm.$(SRCSUFF)
$(MSWDIR)\init.obj: $(COMMDIR)\init.$(SRCSUFF)
$(MSWDIR)\intl.obj: $(COMMDIR)\intl.$(SRCSUFF) $(MSWDIR)\intl.obj: $(COMMDIR)\intl.$(SRCSUFF)
$(MSWDIR)\ipcbase.obj: $(COMMDIR)\ipcbase.$(SRCSUFF) $(MSWDIR)\ipcbase.obj: $(COMMDIR)\ipcbase.$(SRCSUFF)

View 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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BCC.T!
# #
@ -133,7 +133,6 @@ COMMONOBJS = \
$(MSWDIR)\imagbmp.obj \ $(MSWDIR)\imagbmp.obj \
$(MSWDIR)\image.obj \ $(MSWDIR)\image.obj \
$(MSWDIR)\imaggif.obj \ $(MSWDIR)\imaggif.obj \
$(MSWDIR)\init.obj \
$(MSWDIR)\intl.obj \ $(MSWDIR)\intl.obj \
$(MSWDIR)\ipcbase.obj \ $(MSWDIR)\ipcbase.obj \
$(MSWDIR)\layout.obj \ $(MSWDIR)\layout.obj \
@ -235,6 +234,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \
$(MSWDIR)\settings.obj \ $(MSWDIR)\settings.obj \
$(MSWDIR)\slidrmsw.obj \ $(MSWDIR)\slidrmsw.obj \
$(MSWDIR)\spinbutt.obj \ $(MSWDIR)\spinbutt.obj \
$(MSWDIR)\spinctrl.obj \
$(MSWDIR)\statbmp.obj \ $(MSWDIR)\statbmp.obj \
$(MSWDIR)\statbox.obj \ $(MSWDIR)\statbox.obj \
$(MSWDIR)\statline.obj \ $(MSWDIR)\statline.obj \
@ -400,6 +400,8 @@ $(MSWDIR)\slidrmsw.obj: $(MSWDIR)\slidrmsw.$(SRCSUFF)
$(MSWDIR)\spinbutt.obj: $(MSWDIR)\spinbutt.$(SRCSUFF) $(MSWDIR)\spinbutt.obj: $(MSWDIR)\spinbutt.$(SRCSUFF)
$(MSWDIR)\spinctrl.obj: $(MSWDIR)\spinctrl.$(SRCSUFF)
$(MSWDIR)\statbmp.obj: $(MSWDIR)\statbmp.$(SRCSUFF) $(MSWDIR)\statbmp.obj: $(MSWDIR)\statbmp.$(SRCSUFF)
$(MSWDIR)\statbox.obj: $(MSWDIR)\statbox.$(SRCSUFF) $(MSWDIR)\statbox.obj: $(MSWDIR)\statbox.$(SRCSUFF)
@ -497,8 +499,6 @@ $(MSWDIR)\image.obj: $(COMMDIR)\image.$(SRCSUFF)
$(MSWDIR)\imaggif.obj: $(COMMDIR)\imaggif.$(SRCSUFF) $(MSWDIR)\imaggif.obj: $(COMMDIR)\imaggif.$(SRCSUFF)
$(MSWDIR)\init.obj: $(COMMDIR)\init.$(SRCSUFF)
$(MSWDIR)\intl.obj: $(COMMDIR)\intl.$(SRCSUFF) $(MSWDIR)\intl.obj: $(COMMDIR)\intl.$(SRCSUFF)
$(MSWDIR)\ipcbase.obj: $(COMMDIR)\ipcbase.$(SRCSUFF) $(MSWDIR)\ipcbase.obj: $(COMMDIR)\ipcbase.$(SRCSUFF)

View 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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE DOS.T!
# #
@ -120,7 +120,6 @@ COMMONOBJS = \
$(COMMDIR)\imagbmp.obj \ $(COMMDIR)\imagbmp.obj \
$(COMMDIR)\image.obj \ $(COMMDIR)\image.obj \
$(COMMDIR)\imaggif.obj \ $(COMMDIR)\imaggif.obj \
$(COMMDIR)\init.obj \
$(COMMDIR)\intl.obj \ $(COMMDIR)\intl.obj \
$(COMMDIR)\ipcbase.obj \ $(COMMDIR)\ipcbase.obj \
$(COMMDIR)\layout.obj \ $(COMMDIR)\layout.obj \
@ -222,6 +221,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \
$(MSWDIR)\settings.obj \ $(MSWDIR)\settings.obj \
$(MSWDIR)\slidrmsw.obj \ $(MSWDIR)\slidrmsw.obj \
$(MSWDIR)\spinbutt.obj \ $(MSWDIR)\spinbutt.obj \
$(MSWDIR)\spinctrl.obj \
$(MSWDIR)\statbmp.obj \ $(MSWDIR)\statbmp.obj \
$(MSWDIR)\statbox.obj \ $(MSWDIR)\statbox.obj \
$(MSWDIR)\statline.obj \ $(MSWDIR)\statline.obj \
@ -607,6 +607,11 @@ $(MSWDIR)/spinbutt.obj: $*.$(SRCSUFF)
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
<< <<
$(MSWDIR)/spinctrl.obj: $*.$(SRCSUFF)
cl @<<
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
<<
$(MSWDIR)/statbmp.obj: $*.$(SRCSUFF) $(MSWDIR)/statbmp.obj: $*.$(SRCSUFF)
cl @<< cl @<<
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
@ -837,11 +842,6 @@ $(COMMDIR)/imaggif.obj: $*.$(SRCSUFF)
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
<< <<
$(COMMDIR)/init.obj: $*.$(SRCSUFF)
cl @<<
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)
<<
$(COMMDIR)/intl.obj: $*.$(SRCSUFF) $(COMMDIR)/intl.obj: $*.$(SRCSUFF)
cl @<< cl @<<
$(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF) $(CPPFLAGS) /Fo$@ /c /Tp $*.$(SRCSUFF)

View 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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE G95.T!
# #
@ -99,7 +99,6 @@ COMMONOBJS = \
$(COMMDIR)/imagpcx.$(OBJSUFF) \ $(COMMDIR)/imagpcx.$(OBJSUFF) \
$(COMMDIR)/imagpng.$(OBJSUFF) \ $(COMMDIR)/imagpng.$(OBJSUFF) \
$(COMMDIR)/imagpnm.$(OBJSUFF) \ $(COMMDIR)/imagpnm.$(OBJSUFF) \
$(COMMDIR)/init.$(OBJSUFF) \
$(COMMDIR)/intl.$(OBJSUFF) \ $(COMMDIR)/intl.$(OBJSUFF) \
$(COMMDIR)/ipcbase.$(OBJSUFF) \ $(COMMDIR)/ipcbase.$(OBJSUFF) \
$(COMMDIR)/layout.$(OBJSUFF) \ $(COMMDIR)/layout.$(OBJSUFF) \
@ -235,6 +234,7 @@ MSWOBJS = \
$(MSWDIR)/settings.$(OBJSUFF) \ $(MSWDIR)/settings.$(OBJSUFF) \
$(MSWDIR)/slider95.$(OBJSUFF) \ $(MSWDIR)/slider95.$(OBJSUFF) \
$(MSWDIR)/spinbutt.$(OBJSUFF) \ $(MSWDIR)/spinbutt.$(OBJSUFF) \
$(MSWDIR)/spinctrl.$(OBJSUFF) \
$(MSWDIR)/statbmp.$(OBJSUFF) \ $(MSWDIR)/statbmp.$(OBJSUFF) \
$(MSWDIR)/statbox.$(OBJSUFF) \ $(MSWDIR)/statbox.$(OBJSUFF) \
$(MSWDIR)/statbr95.$(OBJSUFF) \ $(MSWDIR)/statbr95.$(OBJSUFF) \
@ -399,21 +399,21 @@ $(COMMDIR)/lex_yy.c: $(COMMDIR)/doslex.c
# mv y.tab.c $(COMMDIR)/y_tab.c # mv y.tab.c $(COMMDIR)/y_tab.c
clean: clean:
rm -f *.o -erase *.o
rm -f *.bak -erase *.bak
rm -f core -erase core
rm -f ..\common\y_tab.c -erase ..\common\y_tab.c
rm -f ..\common\lex_yy.c -erase ..\common\lex_yy.c
rm -f ..\common\*.o -erase ..\common\*.o
rm -f ..\common\*.bak -erase ..\common\*.bak
rm -f ..\generic\*.o -erase ..\generic\*.o
rm -f ..\generic\*.bak -erase ..\generic\*.bak
rm -f ..\html\*.o -erase ..\html\*.o
rm -f ..\png\*.o -erase ..\png\*.o
rm -f ..\png\*.bak -erase ..\png\*.bak
rm -f ..\zlib\*.o -erase ..\zlib\*.o
rm -f ..\zlib\*.bak -erase ..\zlib\*.bak
rm -f ..\jpeg\*.o -erase ..\jpeg\*.o
rm -f ..\..\lib\libwx.a -erase ..\..\lib\libwx.a
cleanall: clean cleanall: clean

View 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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T!
# Symantec C++ makefile for the msw objects # Symantec C++ makefile for the msw objects
@ -87,7 +87,6 @@ COMMONOBJS = \
$(COMMDIR)\imagpcx.obj \ $(COMMDIR)\imagpcx.obj \
$(COMMDIR)\imagpng.obj \ $(COMMDIR)\imagpng.obj \
$(COMMDIR)\imagpnm.obj \ $(COMMDIR)\imagpnm.obj \
$(COMMDIR)\init.obj \
$(COMMDIR)\intl.obj \ $(COMMDIR)\intl.obj \
$(COMMDIR)\ipcbase.obj \ $(COMMDIR)\ipcbase.obj \
$(COMMDIR)\layout.obj \ $(COMMDIR)\layout.obj \
@ -207,6 +206,7 @@ MSWOBJS = $(MSWDIR)\accel.obj \
$(MSWDIR)\slider95.obj \ $(MSWDIR)\slider95.obj \
$(MSWDIR)\slidrmsw.obj \ $(MSWDIR)\slidrmsw.obj \
$(MSWDIR)\spinbutt.obj \ $(MSWDIR)\spinbutt.obj \
$(MSWDIR)\spinctrl.obj \
$(MSWDIR)\statbmp.obj \ $(MSWDIR)\statbmp.obj \
$(MSWDIR)\statbox.obj \ $(MSWDIR)\statbox.obj \
$(MSWDIR)\statbr95.obj \ $(MSWDIR)\statbr95.obj \

View 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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE VC.T!
# File: makefile.vc # File: makefile.vc

View 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! # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE WAT.T!
#!/binb/wmake.exe #!/binb/wmake.exe
@ -112,7 +112,6 @@ COMMONOBJS = &
imagpcx.obj & imagpcx.obj &
imagpng.obj & imagpng.obj &
imagpnm.obj & imagpnm.obj &
init.obj &
intl.obj & intl.obj &
ipcbase.obj & ipcbase.obj &
layout.obj & layout.obj &
@ -233,6 +232,7 @@ MSWOBJS = accel.obj &
slider95.obj & slider95.obj &
slidrmsw.obj & slidrmsw.obj &
spinbutt.obj & spinbutt.obj &
spinctrl.obj &
statbmp.obj & statbmp.obj &
statbox.obj & statbox.obj &
statbr95.obj & statbr95.obj &
@ -491,6 +491,9 @@ slidrmsw.obj: $(MSWDIR)\slidrmsw.cpp
spinbutt.obj: $(MSWDIR)\spinbutt.cpp spinbutt.obj: $(MSWDIR)\spinbutt.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $< *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
spinctrl.obj: $(MSWDIR)\spinctrl.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
statbmp.obj: $(MSWDIR)\statbmp.cpp statbmp.obj: $(MSWDIR)\statbmp.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $< *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
@ -667,9 +670,6 @@ imagpng.obj: $(COMMDIR)\imagpng.cpp
imagpnm.obj: $(COMMDIR)\imagpnm.cpp imagpnm.obj: $(COMMDIR)\imagpnm.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $< *$(CCC) $(CPPFLAGS) $(IFLAGS) $<
init.obj: $(COMMDIR)\init.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $<
intl.obj: $(COMMDIR)\intl.cpp intl.obj: $(COMMDIR)\intl.cpp
*$(CCC) $(CPPFLAGS) $(IFLAGS) $< *$(CCC) $(CPPFLAGS) $(IFLAGS) $<