Skip to content

Commit

Permalink
fix gview
Browse files Browse the repository at this point in the history
  • Loading branch information
yourtion committed May 28, 2016
1 parent 9b7e3b1 commit ac37594
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/apps/gview/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ STACK = 4480k
MALLOC = 0k

ROOTPATH = ../../

RULEFILE = $(ROOTPATH)ruls/haribote_app.rul
include $(ROOTPATH)tools.mk

Expand Down Expand Up @@ -34,4 +33,3 @@ clean :

src_only :
$(MAKE) clean
-$(DEL) $(APP).hrb
2 changes: 1 addition & 1 deletion src/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ ifeq ($(UNAME), Darwin)
TOOLPATH = $(TOOLSDIR)tools/osx/
INCPATH = $(TOOLSDIR)tools/osx/haribote/
COPYSYS = cat asmhead.bin bootpack.hrb > haribote.sys
QRUN = qemu-system-i386 -fda haribote.img
else
MAKE = $(TOOLPATH)make.exe -r
NASK = $(TOOLPATH)nask.exe
Expand All @@ -27,6 +26,7 @@ else
MAKEFONT = $(TOOLPATH)makefont.exe
BIN2OBJ = $(TOOLPATH)bin2obj.exe
BIM2HRB = $(TOOLPATH)bim2hrb.exe
BIM2BIN = $(TOOLPATH)bim2bin.exe
EDIMG = $(TOOLPATH)edimg.exe
IMGTOL = $(TOOLPATH)imgtol.com
GOLIB = $(TOOLPATH)golib00.exe
Expand Down

0 comments on commit ac37594

Please sign in to comment.