~mingw-w64/pthreads-w32/w64-patch

« back to all changes in this revision

Viewing changes to tests/Makefile

  • Committer: rpj
  • Date: 1999-08-12 01:32:02 UTC
  • Revision ID: git-v1:8ebfb39f7c2d5f78aaf98160f91023351deb08a6
Merged patches to main trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
#
12
12
# Mingw32
13
13
#
 
14
GLANG   = c
14
15
CC      = gcc
15
 
CFLAGS  = -g -O2 -UNDEBUG -Wall -o $@ $^
 
16
CFLAGS  = -g -O2 -UNDEBUG -Wall -x $(GLANG) -o $@ $^
16
17
BUILD_DIR       = ..
17
18
INCLUDES        = -I.
18
19
LIBS    = ./libpthread32.a