Skip to content

Commit

Permalink
(freebasic) Improve build instructions to match other core names.
Browse files Browse the repository at this point in the history
  • Loading branch information
orbea committed Jan 20, 2017
1 parent 3cd69f1 commit e047dcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lang/freebasic/README.md
Expand Up @@ -7,4 +7,4 @@ Basic
## Building
To compile, you will need FreeBasic installed.

fbc -dll fbastest.bas
fbc -dll fbastest.bas -x freebasic_libretro.so
4 changes: 2 additions & 2 deletions lang/freebasic/fbastest.bas
@@ -1,9 +1,9 @@
'
' BUILDING
' Run "fbc -dll fbastest.bas"
' Run "fbc -dll fbastest.bas -x freebasic_libretro.so"
'
' RUNNING
' ./retroarch -L libfbastest.so
' ./retroarch -L freebasic_libretro.so
'
#lang "fb"

Expand Down

0 comments on commit e047dcb

Please sign in to comment.