RonaldB
RonaldB

Reputation: 1200

Is there a makefile for OpenEdge ABL?

I'm desperately looking for a way to make a makefile for Progress OpenEdge ABL, and let it compile only a subset of the application, based on what source file has changed.

Has anyone set up anything like this? I've used makefiles before in C applications, but never under Windows with an environment where not all files follow a set naming convention (e.g. abc/xxx may be a program, or an include).

Upvotes: 1

Views: 812

Answers (1)

pedromarce
pedromarce

Reputation: 5669

PCT could be the answer, is a JAR that you can use in an ANT script and manages Progress compilations with many several options, including multithreading or just recompiling what is required.

Upvotes: 5

Related Questions