compilation fix for libtiff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-01-25 00:34:38 +00:00
parent 9650797667
commit 00d90a911f
5 changed files with 37 additions and 37 deletions

View File

@@ -130,8 +130,8 @@ WXJPEG_OBJECTS = \
$(OBJS)\wxjpeg_jquant2.obj \
$(OBJS)\wxjpeg_jdmerge.obj
WXTIFF_CFLAGS = $(__RUNTIME_LIBS) -I$(BCCDIR)\include $(__DEBUGINFO) \
$(__OPTIMIZEFLAG) -tWM -w-8004 -w-8012 -w-8057 -w-8060 -w-8066 $(CPPFLAGS) \
$(CFLAGS)
$(__OPTIMIZEFLAG) -tWM -I..\..\src\jpeg -w-8004 -w-8012 -w-8057 -w-8060 -w-8066 \
$(CPPFLAGS) $(CFLAGS)
WXTIFF_OBJECTS = \
$(OBJS)\wxtiff_tif_win32.obj \
$(OBJS)\wxtiff_tif_aux.obj \