try to use cross-mingw if we can find it with WINDOZE=1
[k8jam.git] / defaults / Jambase.fix
blobf2c78bb25bbc4dbf006bdd9335d2b71351799626
2 # RELOCATE - for compilers with broken -o flags
4 if $(RELOCATE) {
5   actions C++ {
6     $(C++) -c $(C++FLAGS) $(OPTIM) $(CCDEFS) $(CCHDRS) $(>)
7   }
8   actions Cc {
9     $(CC) -c $(CCFLAGS) $(OPTIM) $(CCDEFS) $(CCHDRS) $(>)
10   }
11   actions ignore CcMv {
12     [ $(<) != $(>:BS=$(SUFOBJ)) ] && $(MV) $(>:BS=$(SUFOBJ)) $(<)
13   }
18 # NOARUPDATE - can't update an archive
20 if $(NOARUPDATE) {
21   actions Archive {
22     $(AR) $(<) $(>)
23   }
27 . fix/Jambase.fix.nix
28 . fix/Jambase.fix.nt