~ubuntu-branches/ubuntu/quantal/libgc/quantal

« back to all changes in this revision

Viewing changes to digimars.mak

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2011-02-19 12:19:56 UTC
  • mfrom: (1.3.2 upstream) (0.1.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110219121956-67rb69xlt5nud3v2
Tags: 1:7.1-5
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Written by Walter Bright
4
4
 
5
5
 
6
 
DEFINES=-DNDEBUG -DSILENT -DGC_BUILD -D_WINDOWS -DGC_DLL -DALL_INTERIOR_POINTERS -D__STDC__ -DWIN32_THREADS
 
6
DEFINES=-DNDEBUG -DGC_BUILD -D_WINDOWS -DGC_DLL -DALL_INTERIOR_POINTERS -D__STDC__ -DWIN32_THREADS
7
7
CFLAGS=-Iinclude $(DEFINES) -wx -g
8
8
LFLAGS=/ma/implib/co
9
9
CC=sc
61
61
        sc -ogctest.exe tests\test.obj gc.lib
62
62
 
63
63
tests\test.obj : tests\test.c
64
 
        $(CC) -c -g -DNDEBUG -DSILENT -DGC_BUILD -D_WINDOWS -DGC_DLL \
 
64
        $(CC) -c -g -DNDEBUG -DGC_BUILD -D_WINDOWS -DGC_DLL \
65
65
        -DALL_INTERIOR_POINTERS -DWIN32_THREADS \
66
66
        -Iinclude tests\test.c -otests\test.obj
67
67