OSDN Git Service

fixed some things cant compile png2vrl.c
authorsparky4 <sparky4@cock.li>
Thu, 23 Sep 2021 05:46:50 +0000 (00:46 -0500)
committersparky4 <sparky4@cock.li>
Thu, 23 Sep 2021 05:46:50 +0000 (00:46 -0500)
dro2imf
dro2vgm
makefile
vrldbg [deleted file]

diff --git a/dro2imf b/dro2imf
index 942a3aa..185b358 100755 (executable)
Binary files a/dro2imf and b/dro2imf differ
diff --git a/dro2vgm b/dro2vgm
index 523172b..a87de24 100755 (executable)
Binary files a/dro2vgm and b/dro2vgm differ
index 4a47b12..948387a 100755 (executable)
--- a/makefile
+++ b/makefile
@@ -235,7 +235,6 @@ DOSLIBTESTEXEC = &
        opltest.exe
 SPRIUTILEXEC = &
        pcx2vrl &
        opltest.exe
 SPRIUTILEXEC = &
        pcx2vrl &
-       png2vrl &
        pcxsscut &
        vrl2vrs &
        vrsdump &
        pcxsscut &
        vrl2vrs &
        vrsdump &
@@ -502,8 +501,9 @@ clean: .symbolic
        @if exist *.EXE $(REMOVECOMMAND) *.EXE
        @if exist *.OBJ $(REMOVECOMMAND) *.OBJ
        #@for %f in ($(SPRIUTILEXEC)) do @if exist %f $(REMOVECOMMAND) %f
        @if exist *.EXE $(REMOVECOMMAND) *.EXE
        @if exist *.OBJ $(REMOVECOMMAND) *.OBJ
        #@for %f in ($(SPRIUTILEXEC)) do @if exist %f $(REMOVECOMMAND) %f
-       @if not exist vrl2vrs wmake -s -h pcx2vrl
-       ####++++@if not exist png2vrl wmake -s -h png2vrl
+       @if not exist vrl2vrs wmake -s -h vrl2vrs
+       @if not exist pcx2vrl wmake -s -h pcx2vrl
+       #@if not exist png2vrl wmake -s -h png2vrl
        @if not exist dro2imf wmake -s -h drotoimf
        @if not exist raw2vgm wmake -s -h vgmtools
 !else
        @if not exist dro2imf wmake -s -h drotoimf
        @if not exist raw2vgm wmake -s -h vgmtools
 !else
@@ -747,7 +747,9 @@ vrl: .symbolic
 $(SPRIUTILEXEC):
        @cd $(DOSLIB_VGA:$(to_os_path))
        #@make clean
 $(SPRIUTILEXEC):
        @cd $(DOSLIB_VGA:$(to_os_path))
        #@make clean
-       @make all
+       ####@make all
+       @make pcx2vrl
+       @make vrl2vrs
        @for %f in ($(SPRIUTILEXEC)) do @if exist %f $(COPYCOMMAND) %f $(BUILD_ROOT)#/
        @cd $(BUILD_ROOT)
 !endif
        @for %f in ($(SPRIUTILEXEC)) do @if exist %f $(COPYCOMMAND) %f $(BUILD_ROOT)#/
        @cd $(BUILD_ROOT)
 !endif
diff --git a/vrldbg b/vrldbg
deleted file mode 100755 (executable)
index 4a9c2dd..0000000
Binary files a/vrldbg and /dev/null differ