X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.fmil.core%2Fnative%2FFMILibrary%2FThirdParty%2FExpat%2Fexpat-2.1.0%2Fbcb5%2Fmakefile.mak;fp=org.simantics.fmil.core%2Fnative%2FFMILibrary%2FThirdParty%2FExpat%2Fexpat-2.1.0%2Fbcb5%2Fmakefile.mak;h=548815eafe7b865cea114a7e6b5ebe19aaac15e6;hb=4bed8078f3f6d15b8539d7357b8815f8bfeec2c4;hp=0000000000000000000000000000000000000000;hpb=87cc423aefd98832c6c8d0979afc21551f8ceca3;p=simantics%2Ffmil.git diff --git a/org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/makefile.mak b/org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/makefile.mak new file mode 100644 index 0000000..548815e --- /dev/null +++ b/org.simantics.fmil.core/native/FMILibrary/ThirdParty/Expat/expat-2.1.0/bcb5/makefile.mak @@ -0,0 +1,37 @@ +all: setup expat expatw expat_static expatw_static elements outline xmlwf + +setup: + setup + +expat: + make -l -fexpat.mak + +expatw: + make -l -fexpatw.mak + +expat_static: + make -l -fexpat_static.mak + +expatw_static: + make -l -fexpatw_static.mak + +elements: + make -l -felements.mak + +outline: + make -l -foutline.mak + +xmlwf: + make -l -fxmlwf.mak + +clean: +# works on Win98/ME +# deltree /y release\obj +# works on WinNT/2000 + del /s/f/q release\obj + +distclean: +# works on Win98/ME +# deltree /y release\*.* +# works on WinNT/2000 + del /s/f/q release\*