Jump to content
Sign in to follow this  
Gemintronic

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

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

Share this post


Link to post
Share on other sites

Just wondering what version of Windows is this for? The batch file works fine on 8.1.

 

Good to see you starting to use this :)

  • Like 1

Share this post


Link to post
Share on other sites

This is Win 8 Pro 64-bit. it's a nasty bugger of an install and sketchy as all getttout. Just thought I'd post my solution for those with similar evil installs of Windows.

  • Like 1

Share this post


Link to post
Share on other sites

Quite simple. Just download (or clone) the repository, install "wine" and try "wineconsole build.bat your_project_name". If that doesn't work, follow the discussion here. Let us know how it works for you!

Edited by ggn
  • Like 1

Share this post


Link to post
Share on other sites

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.   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...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...