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:
parent
8e41796c6c
commit
5e3841bf80
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user