-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simplify the product names: nsfplac for command line, nsfplay.dll for…
… winamp, nsfcore for library.
- Loading branch information
1 parent
66ca878
commit 7aeaa32
Showing
6 changed files
with
28 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ LIB_SUFFIX ?= .a | |
EXE_SUFFIX ?= .exe | ||
DLL_SUFFIX ?= .dll | ||
|
||
LIB_NAME ?= nsfplaycore | ||
CMD_NAME ?= nsfplaycmd | ||
LIB_NAME ?= nsfcore | ||
CMD_NAME ?= nsfplac | ||
GUI_NAME ?= nsfplay | ||
WINAMP_NAME ?= nsfplug | ||
WINAMP_NAME ?= nsfplay | ||
|
||
STRIP_DEBUG = \ | ||
objcopy --only-keep-debug $@ [email protected] ; \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters