[BACK]Return to BCC_MAKEFILE CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc

Diff for /OpenXM_contrib2/asir2000/gc/BCC_MAKEFILE between version 1.4 and 1.5

version 1.4, 2002/07/24 08:00:05 version 1.5, 2003/06/24 05:11:31
Line 6  bcbin=    $(bc)\bin 
Line 6  bcbin=    $(bc)\bin 
 bclib=     $(bc)\lib  bclib=     $(bc)\lib
 bcinclude= $(bc)\include  bcinclude= $(bc)\include
   
 gcinclude= $(bc)\gc6.0\include  gcinclude1 = $(bc)\gc6.2\include
   gcinclude2 = $(bc)\gc6.2\cord
   
 cc=      $(bcbin)\bcc32  cc=      $(bcbin)\bcc32
 rc=      $(bcbin)\brc32  rc=      $(bcbin)\brc32
 lib=     $(bcbin)\tlib  lib=     $(bcbin)\tlib
 link=    $(bcbin)\tlink32  link=    $(bcbin)\ilink32
 cflags=  -O2 -R -v- -vi -H -H=gc.csm -I$(bcinclude);$(gcinclude);cord -L$(bclib) \  cflags=  -O2 -R -v- -vi -H -H=gc.csm -I$(bcinclude);$(gcinclude1);$(gcinclude2) -L$(bclib) \
          -w-pro -w-aus -w-par -w-ccc -w-rch -a4 -D__STDC__=0           -w-pro -w-aus -w-par -w-ccc -w-rch -a4 -D__STDC__=0
 #defines= -DSILENT  #defines= -DSILENT
 defines= -DSMALL_CONFIG -DSILENT -DALL_INTERIOR_POINTERS -DUSE_GENERIC -DNO_DEBUGGING -DNO_GETENV -DJAVA_FINALIZATION  defines= -DSMALL_CONFIG -DSILENT -DALL_INTERIOR_POINTERS -DUSE_GENERIC -DNO_GETENV -DJAVA_FINALIZATION -DGC_OPERATOR_NEW_ARRAY
   
 .c.obj:  .c.obj:
         $(cc) @&&|          $(cc) @&&|
Line 53  gctest.exe: tests\test.obj gc.lib 
Line 54  gctest.exe: tests\test.obj gc.lib 
         $(cflags) -W -e$* tests\test.obj gc.lib          $(cflags) -W -e$* tests\test.obj gc.lib
 |  |
   
 cord\de.obj cord\de_win.obj: cord\cord.h cord\private\cord_pos.h cord\de_win.h \  cord\de.obj cord\de_win.obj: include\cord.h include\private\cord_pos.h cord\de_win.h \
     cord\de_cmds.h      cord\de_cmds.h
   
 cord\de.exe: cord\cordbscs.obj cord\cordxtra.obj cord\de.obj cord\de_win.obj \  cord\de.exe: cord\cordbscs.obj cord\cordxtra.obj cord\de.obj cord\de_win.obj \
Line 72  gc_cpp.cpp: gc_cpp.cc 
Line 73  gc_cpp.cpp: gc_cpp.cc 
 test_cpp.cpp: tests\test_cpp.cc  test_cpp.cpp: tests\test_cpp.cc
         copy tests\test_cpp.cc test_cpp.cpp          copy tests\test_cpp.cc test_cpp.cpp
   
 test_cpp.exe: test_cpp.obj gc_cpp.h gc.h gc.lib  test_cpp.exe: test_cpp.obj include\gc_cpp.h include\gc.h gc.lib
     $(cc) @&&|      $(cc) @&&|
         $(cflags) -W -e$* test_cpp.obj gc.lib          $(cflags) -W -e$* test_cpp.obj gc.lib
 |  |

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>