Jump to content

prsucc?


Siggi

Recommended Posts

The make files that come with the Hexen and Heretic source release will run the command "prsucc" once the binary has been made.

tic.exe : $(LOCOBJS) $(GLOBOBJS) i_ibm.obj
 wlink @tic.lnk
 copy tic.exe striptic.exe
 wstrip striptic.exe
 4gwbind 4gwpro.exe striptic.exe heretic.exe -V
 prsucc
hex.exe : $(LOCOBJS) $(GLOBOBJS)
 wlink @hex.lnk
 copy hex.exe striphex.exe
 wstrip striphex.exe
 4gwbind 4gwpro.exe striphex.exe hexen.exe -V
 copy hex.map v_$(VERSION_ID).map
 prsucc
What is this "prsucc"?

Share this post


Link to post

It's something that says PrBoom succ because it cannot play Heretic and Hexen.



Seriously though I think it's just something that signals that the compilation was a success.

Share this post


Link to post

I mean sure... It's something about the compile process being successful.

But what did it do?

Is it some in-house Raven thing?
Or something more standard from back in the 90s I have not heard of before?
Did it upload the build somewhere for the testers?
Is this the reason -timedemo demo1 on vanilla Hexen makes the Warrior explode?

Maybe they did this on purpose. Just when you think the compile is a success, make tells you it cannot find prsucc. We're going to tell you it worked by marking the build a failure with an error message indicating success.

Will this forever remain a mystery?

Share this post


Link to post

Maybe it was a custom cracktro used by Raven that fired up all sorts of crazy scrollers, chiptune music and pics of boobies, when the build was a success. They probably didn't get many of those, so they added this as an incentive?

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...