bc.mak
changeset 13 fa967c0e1827
parent 12 f98e97fd02ef
child 16 23e82cf19788
equal deleted inserted replaced
12:f98e97fd02ef 13:fa967c0e1827
    18 #  this used to contain only rules to make with borland
    18 #  this used to contain only rules to make with borland
    19 #    (called via bmake, by "make.exe -f bc.mak")
    19 #    (called via bmake, by "make.exe -f bc.mak")
    20 #  this has changed; it is now also possible to build using microsoft visual c
    20 #  this has changed; it is now also possible to build using microsoft visual c
    21 #    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
    21 #    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
    22 #
    22 #
    23 TOP=..\..\..\stx
    23 TOP=..\..\stx
    24 INCLUDE_TOP=$(TOP)\..
    24 INCLUDE_TOP=$(TOP)\..
    25 
    25 
    26 
    26 
    27 
    27 
    28 !INCLUDE $(TOP)\rules\stdHeader_bc
    28 !INCLUDE $(TOP)\rules\stdHeader_bc
    29 
    29 
    30 !INCLUDE Make.spec
    30 !INCLUDE Make.spec
    31 
    31 
    32 LIBNAME=libjv_llvm_s
    32 LIBNAME=libjv_llvm_s
    33 MODULE_PATH=libllvms
    33 MODULE_PATH=llvm_s
    34 RESFILES=libllvms.$(RES)
    34 RESFILES=llvm_s.$(RES)
    35 
    35 
    36 
    36 
    37 
    37 
    38 LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic
    38 LOCALINCLUDES= -I$(INCLUDE_TOP)\stx\libbasic
    39 LOCALDEFINES=
    39 LOCALDEFINES=