Jump to content
IGNORED

Had to "hard code" some of the paths in BUILD.BAT for the newest version


Gemintronic

Recommended Posts

Not really a bug. Didn't have much success just adding the directories to my Windows PATH statement. I had to hard code the paths in the BUILD.BAT as such (assuming the files are located in the RebootBASIC folder)

@echo off
echo ------------------------------------------------------------
echo Building RAPTOR Basic Application
echo.

echo C:\RebootBASIC\PROJECTS/%1/%1.bas' > C:\RebootBASIC\RBASIC\make2.s
copy /B C:\RebootBASIC\RBASIC\make1.s+RBASIC\make2.s C:\RebootBASIC\RBASIC\basname.s > null.fil
del null.fil

echo .inc1: include 'C:\RebootBASIC\PROJECTS/%1/_RAPPIXL.S' > RBASIC\include1.s
echo .inc2: include 'C:\RebootBASIC\PROJECTS/%1/_RAPINIT.S' > RBASIC\include3.s
echo .inc3: include 'C:\RebootBASIC\PROJECTS/%1/_RAPU235.S' > RBASIC\include2.s

C:\RebootBASIC\bin\rmac -fb -u -o BASIC.O C:\RebootBASIC\PROJECTS\%1\_RAPAPP.s
C:\RebootBASIC\bin\rln -z -rq -o C:\RebootBASIC\RBASIC.ABS -a 4000 x x BASIC.O C:\RebootBASIC\RAPTOR\RAPTOR.O C:

\RebootBASIC\RBASIC\RBASIC.O C:\RebootBASIC\U235SE.021\DSP.OBJ

del basic.o

taskkill /IM C:\RebootBASIC\bin\virtualjaguar.exe > null.o
del null.o
start C:\RebootBASIC\bin\virtualjaguar.exe C:\RebootBASIC\RBASIC.ABS --alpine
  • Like 1
Link to comment
Share on other sites

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...