mirror of
https://github.com/pfusik/xasm.git
synced 2025-02-09 14:31:10 +00:00
Fix "dub test".
This commit is contained in:
parent
110d2c4dad
commit
cb92f715a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
/xasm.obj
|
/xasm.obj
|
||||||
/xasm.html
|
/xasm.html
|
||||||
/xasm.1
|
/xasm.1
|
||||||
|
/xasm-test-*
|
||||||
/MANIFEST
|
/MANIFEST
|
||||||
/.dub
|
/.dub
|
||||||
/.project
|
/.project
|
||||||
|
4
Makefile
4
Makefile
@ -8,7 +8,7 @@ SEVENZIP = 7z a -mx=9 -bd
|
|||||||
|
|
||||||
all: xasm xasm.html
|
all: xasm xasm.html
|
||||||
|
|
||||||
xasm: source/xasm.d
|
xasm: source/app.d
|
||||||
dmd -of$@ -O -release $<
|
dmd -of$@ -O -release $<
|
||||||
|
|
||||||
xasm.html: xasm.1.asciidoc
|
xasm.html: xasm.1.asciidoc
|
||||||
@ -49,7 +49,7 @@ osx: ../xasm-$(VERSION)-osx.dmg
|
|||||||
../xasm-$(VERSION)-osx.dmg: osx/xasm osx/bin
|
../xasm-$(VERSION)-osx.dmg: osx/xasm osx/bin
|
||||||
hdiutil create -volname xasm-$(VERSION)-osx -srcfolder osx -imagekey zlib-level=9 -ov $@
|
hdiutil create -volname xasm-$(VERSION)-osx -srcfolder osx -imagekey zlib-level=9 -ov $@
|
||||||
|
|
||||||
osx/xasm: source/xasm.d
|
osx/xasm: source/app.d
|
||||||
mkdir -p osx && dmd -of$@ -O -release -m32 -L-macosx_version_min -L10.6 $< && rm -f osx/xasm.o
|
mkdir -p osx && dmd -of$@ -O -release -m32 -L-macosx_version_min -L10.6 $< && rm -f osx/xasm.o
|
||||||
|
|
||||||
osx/bin:
|
osx/bin:
|
||||||
|
1
dub.sdl
1
dub.sdl
@ -3,4 +3,3 @@ description "6502 cross-assembler with original syntax extensions"
|
|||||||
authors "Piotr Fusik"
|
authors "Piotr Fusik"
|
||||||
copyright "Copyright © 1998-2019, Piotr Fusik"
|
copyright "Copyright © 1998-2019, Piotr Fusik"
|
||||||
license "poetic"
|
license "poetic"
|
||||||
targetType "executable"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user