fixed typo in library name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-01-25 12:13:36 +00:00
parent 8e41796c6c
commit 5e3841bf80
3 changed files with 4 additions and 2 deletions

View File

@ -69,7 +69,7 @@
# Makefile : Builds wxWindows library for Watcom C++, WIN32
!include ..\makewat.env
LIBTARGET = $(WXDIR)\lib\wx$(TOOLKIT)$(DEBGUSUFFIX)$(WATCOM_SUFFIX).lib
LIBTARGET = $(WXDIR)\lib\$(LIBNAME).lib
EXTRATARGETS = png zlib jpeg tiff regex
EXTRATARGETSCLEAN = clean_png clean_zlib clean_jpeg clean_tiff clean_regex

View File

@ -19,7 +19,9 @@ wxUSE_GUI=1
!endif
# set FINAL=1 to disable debug and enable optimizations
!ifndef FINAL
FINAL=0
!endif
# set WATCOM_SUFFIX to nothing if you use only Watcom compiler, set it to
# something Watcom-specific if you want to build wxWindows with more than one

View File

@ -11,7 +11,7 @@
# Makefile : Builds wxWindows library for Watcom C++, WIN32
!include ..\makewat.env
LIBTARGET = $(WXDIR)\lib\wx$(TOOLKIT)$(DEBGUSUFFIX)$(WATCOM_SUFFIX).lib
LIBTARGET = $(WXDIR)\lib\$(LIBNAME).lib
EXTRATARGETS = png zlib jpeg tiff regex
EXTRATARGETSCLEAN = clean_png clean_zlib clean_jpeg clean_tiff clean_regex