~ubuntu-branches/ubuntu/saucy/glew/saucy

« back to all changes in this revision

Viewing changes to config/Makefile.cygming

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-11-12 12:29:37 UTC
  • mfrom: (1.1.10) (2.1.24 quantal)
  • Revision ID: package-import@ubuntu.com-20121112122937-nndbqb4zab320rou
Tags: 1.9.0.is.1.8.0-0ubuntu1
Re-upload 1.8.0, the new version breaks builds, including unity. It will
be reuploaded later once the rdepends are made to build

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
LD := gcc -mno-cygwin
9
9
LN :=
10
10
CFLAGS.SO = -DGLEW_BUILD
11
 
LDFLAGS.GL = -lopengl32 -lgdi32 -luser32 -lkernel32
 
11
LDFLAGS.GL = -lglu32 -lopengl32 -lgdi32 -luser32 -lkernel32
12
12
LDFLAGS.EXTRA = -L$(LIBDIR)
13
13
WARN = -Wall -W
14
14
POPT = -O2