Author Topic: EzBuild, programmer's scripting tool  (Read 23341 times)

Vortex

  • Member
  • *****
  • Posts: 2787
EzBuild, programmer's scripting tool
« on: December 02, 2013, 07:50:53 AM »
EzBuild is the new generation script interpreter to build programming projects. It's a compiler agnostic tool powered by conditional statements, extended MAKE command, environment variable assignment, keyboard input and many other features.

Supporting both 32-bit and 64-bit operating systems, EzBuild is providing an easy way of running compilers instructed by the datewise Make keyword in a script.

Tested on various compilers and assemblers, EzBuild is the modern approach to the traditional MAKE tools. EzBuild can be downloaded from :

http://home.cogeco.ca/~ezb/index.html


Gunther

  • Member
  • *****
  • Posts: 4196
  • Forgive your enemies, but never forget their names
Re: EzBuild, programmer's scripting tool
« Reply #1 on: December 02, 2013, 08:17:08 AM »
Erol,

good work.  :t Thank you. I'm missing YASM and NASM inside the assembler section. Is it tested with these tools?

Gunther
You have to know the facts before you can distort them.

Vortex

  • Member
  • *****
  • Posts: 2787
Re: EzBuild, programmer's scripting tool
« Reply #2 on: December 02, 2013, 08:20:25 AM »
Hi Gunther,

The author of EzBuild is a close friend of mine. Thanks for your support. As EzBuild is compiler agnostic, it can be used with any development tool.

dedndave

  • Member
  • *****
  • Posts: 8828
  • Still using Abacus 2.0
    • DednDave
Re: EzBuild, programmer's scripting tool
« Reply #3 on: December 02, 2013, 08:53:19 AM »
 :t

Gunther

  • Member
  • *****
  • Posts: 4196
  • Forgive your enemies, but never forget their names
Re: EzBuild, programmer's scripting tool
« Reply #4 on: December 02, 2013, 09:41:06 AM »
Erol,

The author of EzBuild is a close friend of mine. Thanks for your support. As EzBuild is compiler agnostic, it can be used with any development tool.

yes, I've seen that. Thank you both for providing it.

Gunther
You have to know the facts before you can distort them.

Vortex

  • Member
  • *****
  • Posts: 2787
Re: EzBuild, programmer's scripting tool
« Reply #5 on: December 13, 2013, 05:29:51 AM »
Updated installer to add Lcc-Win and GoAsm examples.

Gunther

  • Member
  • *****
  • Posts: 4196
  • Forgive your enemies, but never forget their names
Re: EzBuild, programmer's scripting tool
« Reply #6 on: December 13, 2013, 07:46:37 AM »
Erol,

thank you.  :t Good work, rock solid.

Gunther
You have to know the facts before you can distort them.

Vortex

  • Member
  • *****
  • Posts: 2787
Re: EzBuild, programmer's scripting tool
« Reply #7 on: February 09, 2014, 09:20:27 PM »
Version 2.0.1 is available :

http://home.cogeco.ca/~ezb/

Gunther

  • Member
  • *****
  • Posts: 4196
  • Forgive your enemies, but never forget their names
Re: EzBuild, programmer's scripting tool
« Reply #8 on: February 09, 2014, 10:42:33 PM »
Erol,

are you the author of the tool?

Gunther
You have to know the facts before you can distort them.

TWell

  • Member
  • ****
  • Posts: 743
Re: EzBuild, programmer's scripting tool
« Reply #9 on: February 09, 2014, 11:27:30 PM »
Download problem:
PellesC hello.exe 32-bit is still a problem for virus scanners :(
It should be removed from there  :icon_confused:

EDIT:
This time
Samples\JWAsm\GUI\Windows.EXE
Samples\SolAsm\GUI\Windows.exe

PS:
great work from L D Blake, as can be found from help file ;)
« Last Edit: February 10, 2014, 08:51:54 AM by TWell »

Gunther

  • Member
  • *****
  • Posts: 4196
  • Forgive your enemies, but never forget their names
Re: EzBuild, programmer's scripting tool
« Reply #10 on: February 10, 2014, 12:15:53 AM »
Hi TWell,

PellesC hello.exe 32-bit is still a problem for virus scanners :(

that's a false positive.

Gunther
You have to know the facts before you can distort them.

Vortex

  • Member
  • *****
  • Posts: 2787
Re: EzBuild, programmer's scripting tool
« Reply #11 on: February 10, 2014, 07:01:22 AM »
Hi Gunther,

The author of EzBuild is LD Blake, a close friend of mine.

Hi TWell,

As Gunther explained, it's a false positive. Probably, a script kiddie used Pelles C to write some malware and the AV engine is not identifying correctly the code.

TWell

  • Member
  • ****
  • Posts: 743
Re: EzBuild, programmer's scripting tool
« Reply #12 on: February 10, 2014, 08:18:56 AM »
Hi TWell,

As Gunther explained, it's a false positive. Probably, a script kiddie used Pelles C to write some malware and the AV engine is not identifying correctly the code.
Blocked download isn't good advertisement :(

Vortex

  • Member
  • *****
  • Posts: 2787
Re: EzBuild, programmer's scripting tool
« Reply #13 on: February 10, 2014, 08:51:17 AM »
Hi TWell,

We have a dedicated subforum here just only because of the false positive problems :

http://masm32.com/board/index.php?board=23.0

I strongly recommend you to visit this section. Believe me, you will be surprised to see that most of the AV software are nothing more than pure junk. An AV program will simply use the heuristics engine to analyze code and fail miserably to identify corrctly an executable. Try to change your AV software or try to rebuild a project marked as "positive"

TWell

  • Member
  • ****
  • Posts: 743
Re: EzBuild, programmer's scripting tool
« Reply #14 on: February 10, 2014, 09:07:05 AM »
Is it better to split examples to different downloads, as we are aware of those problems.

I strongly recommend you to visit this section. Believe me, you will be surprised to see that most of the AV software are nothing more than pure junk. An AV program will simply use the heuristics engine to analyze code and fail miserably to identify corrctly an executable. Try to change your AV software or try to rebuild a project marked as "positive"
I may just visit to nearest alcohol store and buy some bottles in heuristic manner ;)