Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libpng/scripts/makefile.os2

    r2 r561  
    11# 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
    36
    47# Related files: pngos2.def
     
    1316        -Wmissing-declarations -Wtraditional -Wcast-align \
    1417        -Wstrict-prototypes -Wmissing-prototypes #-Wconversion
    15 CFLAGS=-I$(ZLIBINC) -Wall -O6 -funroll-loops -malign-loops=2 \
     18CFLAGS=-I$(ZLIBINC) -W -Wall -O6 -funroll-loops -malign-loops=2 \
    1619        -malign-functions=2 #$(WARNMORE) -g -DPNG_DEBUG=5
    1720LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lzdll -Zcrtdll
Note: See TracChangeset for help on using the changeset viewer.