Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.os2
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/3rdparty/libpng/scripts/makefile.os2
r2 r561 1 1 # makefile for libpng on OS/2 with gcc 2 # For conditions of distribution and use, see copyright notice in png.h 2 3 # This code is released under the libpng license. 4 # For conditions of distribution and use, see the disclaimer 5 # and license in png.h 3 6 4 7 # Related files: pngos2.def … … 13 16 -Wmissing-declarations -Wtraditional -Wcast-align \ 14 17 -Wstrict-prototypes -Wmissing-prototypes #-Wconversion 15 CFLAGS=-I$(ZLIBINC) -W all -O6 -funroll-loops -malign-loops=2 \18 CFLAGS=-I$(ZLIBINC) -W -Wall -O6 -funroll-loops -malign-loops=2 \ 16 19 -malign-functions=2 #$(WARNMORE) -g -DPNG_DEBUG=5 17 20 LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lzdll -Zcrtdll
Note:
See TracChangeset
for help on using the changeset viewer.