From dfdc56a3b0659cbf7746ed43f8283ec30ba59b35 Mon Sep 17 00:00:00 2001 From: Michael Bedward Date: Sun, 29 Aug 1999 06:37:03 +0000 Subject: [PATCH] Regenerated from tmake to add imagpcx. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/makefile.b32 | 5 ++++- src/msw/makefile.bcc | 5 ++++- src/msw/makefile.g95 | 3 ++- src/msw/makefile.sc | 3 ++- src/msw/makefile.wat | 6 +++++- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/msw/makefile.b32 b/src/msw/makefile.b32 index 4c45022ad5..fe32f3f1c9 100644 --- a/src/msw/makefile.b32 +++ b/src/msw/makefile.b32 @@ -1,6 +1,6 @@ -# This file was automatically generated by tmake at 15:14, 1999/08/18 +# This file was automatically generated by tmake at 16:27, 1999/08/29 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE B32.T! # @@ -142,6 +142,7 @@ COMMONOBJS = \ $(MSWDIR)\image.obj \ $(MSWDIR)\imaggif.obj \ $(MSWDIR)\imagjpeg.obj \ + $(MSWDIR)\imagpcx.obj \ $(MSWDIR)\imagpng.obj \ $(MSWDIR)\imagpnm.obj \ $(MSWDIR)\intl.obj \ @@ -582,6 +583,8 @@ $(MSWDIR)\imaggif.obj: $(COMMDIR)\imaggif.$(SRCSUFF) $(MSWDIR)\imagjpeg.obj: $(COMMDIR)\imagjpeg.$(SRCSUFF) +$(MSWDIR)\imagpcx.obj: $(COMMDIR)\imagpcx.$(SRCSUFF) + $(MSWDIR)\imagpng.obj: $(COMMDIR)\imagpng.$(SRCSUFF) $(MSWDIR)\imagpnm.obj: $(COMMDIR)\imagpnm.$(SRCSUFF) diff --git a/src/msw/makefile.bcc b/src/msw/makefile.bcc index 3983f27a5e..e93b59d44d 100644 --- a/src/msw/makefile.bcc +++ b/src/msw/makefile.bcc @@ -1,6 +1,6 @@ -# This file was automatically generated by tmake at 15:14, 1999/08/18 +# This file was automatically generated by tmake at 16:27, 1999/08/29 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE BCC.T! # @@ -131,6 +131,7 @@ COMMONOBJS = \ $(MSWDIR)\image.obj \ $(MSWDIR)\imaggif.obj \ $(MSWDIR)\imagjpeg.obj \ + $(MSWDIR)\imagpcx.obj \ $(MSWDIR)\imagpng.obj \ $(MSWDIR)\imagpnm.obj \ $(MSWDIR)\intl.obj \ @@ -493,6 +494,8 @@ $(MSWDIR)\imaggif.obj: $(COMMDIR)\imaggif.$(SRCSUFF) $(MSWDIR)\imagjpeg.obj: $(COMMDIR)\imagjpeg.$(SRCSUFF) +$(MSWDIR)\imagpcx.obj: $(COMMDIR)\imagpcx.$(SRCSUFF) + $(MSWDIR)\imagpng.obj: $(COMMDIR)\imagpng.$(SRCSUFF) $(MSWDIR)\imagpnm.obj: $(COMMDIR)\imagpnm.$(SRCSUFF) diff --git a/src/msw/makefile.g95 b/src/msw/makefile.g95 index 7538d1186c..168e3e28ec 100644 --- a/src/msw/makefile.g95 +++ b/src/msw/makefile.g95 @@ -1,5 +1,5 @@ -# This file was automatically generated by tmake at 15:14, 1999/08/18 +# This file was automatically generated by tmake at 16:27, 1999/08/29 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE G95.T! # @@ -93,6 +93,7 @@ COMMONOBJS = \ $(COMMDIR)/image.$(OBJSUFF) \ $(COMMDIR)/imaggif.$(OBJSUFF) \ $(COMMDIR)/imagjpeg.$(OBJSUFF) \ + $(COMMDIR)/imagpcx.$(OBJSUFF) \ $(COMMDIR)/imagpng.$(OBJSUFF) \ $(COMMDIR)/imagpnm.$(OBJSUFF) \ $(COMMDIR)/intl.$(OBJSUFF) \ diff --git a/src/msw/makefile.sc b/src/msw/makefile.sc index 65371a5112..6c675825d9 100644 --- a/src/msw/makefile.sc +++ b/src/msw/makefile.sc @@ -1,6 +1,6 @@ -# This file was automatically generated by tmake at 15:14, 1999/08/18 +# This file was automatically generated by tmake at 16:27, 1999/08/29 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE SC.T! # Symantec C++ makefile for the msw objects @@ -81,6 +81,7 @@ COMMONOBJS = \ $(COMMDIR)\image.obj \ $(COMMDIR)\imaggif.obj \ $(COMMDIR)\imagjpeg.obj \ + $(COMMDIR)\imagpcx.obj \ $(COMMDIR)\imagpng.obj \ $(COMMDIR)\imagpnm.obj \ $(COMMDIR)\intl.obj \ diff --git a/src/msw/makefile.wat b/src/msw/makefile.wat index e440d57e10..2c203a130b 100644 --- a/src/msw/makefile.wat +++ b/src/msw/makefile.wat @@ -1,6 +1,6 @@ -# This file was automatically generated by tmake at 15:14, 1999/08/18 +# This file was automatically generated by tmake at 16:27, 1999/08/29 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE WAT.T! #!/binb/wmake.exe @@ -105,6 +105,7 @@ COMMONOBJS = & imagbmp.obj & image.obj & imaggif.obj & + imagpcx.obj & imagpng.obj & imagpnm.obj & intl.obj & @@ -641,6 +642,9 @@ image.obj: $(COMMDIR)\image.cpp imaggif.obj: $(COMMDIR)\imaggif.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< +imagpcx.obj: $(COMMDIR)\imagpcx.cpp + *$(CCC) $(CPPFLAGS) $(IFLAGS) $< + imagpng.obj: $(COMMDIR)\imagpng.cpp *$(CCC) $(CPPFLAGS) $(IFLAGS) $< -- 2.47.2