Skip to content
Snippets Groups Projects
Commit cfcc063e authored by rswindell's avatar rswindell
Browse files

Build sbbs3/ctrl *before* sbbs3 with msvc to catch Borland-only build issues.

parent 7aa8c7ee
No related branches found
No related tags found
No related merge requests found
......@@ -56,12 +56,12 @@ var builds
/* Platform-specific (or non-ported) projects */
if(platform=="win32") {
/* Requires Visual C++ */
builds.push(["src/sbbs3", msdev + " sbbs3.dsw /MAKE ALL /OUT "+ build_output]);
/* Requires C++Builder */
builds.push(["src/sbbs3/ctrl", "makelibs.bat"]);
builds.push(["src/sbbs3/ctrl", "bpr2mak sbbsctrl.bpr & make -f sbbsctrl.mak"]);
builds.push(["src/sbbs3/chat", "bpr2mak chat.bpr & make -f chat.mak"]);
/* Requires Visual C++ */
builds.push(["src/sbbs3", msdev + " sbbs3.dsw /MAKE ALL /OUT "+ build_output]);
} else { /* Unix */
builds.push(["src/sbbs3/install", "gmake"]);
builds.push(["src/sbbs3/umonitor", "gmake"]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment