bc.mak
changeset 743 8c097495b727
parent 740 b225bc26eb31
child 747 e44a9c203e2f
equal deleted inserted replaced
742:412c5d8cd854 743:8c097495b727
     1 # $Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/bc.mak,v 1.13 2009/05/08 16:06:10 stefan Exp $
     1 # $Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/bc.mak,v 1.14 2009/10/06 07:59:48 cg Exp $
     2 #
     2 #
     3 # -- nt.mak created from project at 'From Smalltalk/X, Version:3.5.5 on 8-nov-1999 at 21:44:36'
     3 # -- nt.mak created from project at 'From Smalltalk/X, Version:3.5.5 on 8-nov-1999 at 21:44:36'
     4 #
     4 #
     5 # Warning: YOU SHOULD NOT MODIFY THIS FILE - MODIFY THE .prj FILE INSTEAD
     5 # Warning: YOU SHOULD NOT MODIFY THIS FILE - MODIFY THE .prj FILE INSTEAD
     6 # and let the ProjectBrowser recreate this file.
     6 # and let the ProjectBrowser recreate this file.
    91 # ********** OPTIONAL: MODIFY the next line ***
    91 # ********** OPTIONAL: MODIFY the next line ***
    92 # additional C targets or libraries should be added below
    92 # additional C targets or libraries should be added below
    93 LOCAL_EXTRA_TARGETS=
    93 LOCAL_EXTRA_TARGETS=
    94 
    94 
    95 #ALL:: preMake $(LIBDIR)\$(LIBNAME).lib $(OUTDIR)$(LIBNAME).dll postMake
    95 #ALL:: preMake $(LIBDIR)\$(LIBNAME).lib $(OUTDIR)$(LIBNAME).dll postMake
    96 ALL:: $(LIBDIR)\$(LIBNAME).lib $(OUTDIR)$(LIBNAME).dll
    96 ALL:: $(OUTDIR) $(LIBDIR)\$(LIBNAME).lib $(OUTDIR)$(LIBNAME).dll
    97 
    97 
    98 # add more preMake actions here
    98 # add more preMake actions here
    99 preMake:
    99 preMake:
   100 
   100 
   101 # add more postMake actions here
   101 # add more postMake actions here