Skip to content

Commit

Permalink
bat files. again.
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jul 12, 2014
1 parent 688aacf commit 8327f81
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 19 deletions.
4 changes: 0 additions & 4 deletions hw/8254/CLEAN.BAT
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@echo off

deltree /Y
<<<<<<< HEAD
del /s /q win38631\*.*
=======
del /s /q dos86c\*.*
deltree /Y
del /s /q dos86l\*.*
Expand All @@ -13,7 +10,6 @@ deltree /Y
del /s /q dos86s\*.*
deltree /Y
del /s /q dos386f\*.*
>>>>>>> 0fcdf9b2f23b51b833bbc0038be81e65152f0d38
del *.obj
del *.exe
del *.lib
Expand Down
5 changes: 0 additions & 5 deletions hw/8254/MAKE.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ set DOS4G=quiet
if "%1" == "clean" call clean.bat
if "%1" == "clean" goto end

<<<<<<< HEAD
mkdir win38631
wmake -f ..\..\mak\win38631.mak HPS=\ lib REL=..\..
=======
mkdir dos86c
wmake -f ..\..\mak\dos86c.mak HPS=\ all REL=..\..

Expand All @@ -25,7 +21,6 @@ wmake -f ..\..\mak\dos86s.mak HPS=\ all REL=..\..

mkdir dos386f
wmake -f ..\..\mak\dos386f.mak HPS=\ all REL=..\..
>>>>>>> 0fcdf9b2f23b51b833bbc0038be81e65152f0d38


:end
15 changes: 15 additions & 0 deletions hw/ide/CLEAN.BAT
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
@echo off

deltree /Y
del /s /q dos86c\*.*
deltree /Y
del /s /q dos86l\*.*
deltree /Y
del /s /q dos86m\*.*
deltree /Y
del /s /q dos86s\*.*
deltree /Y
del /s /q dos386f\*.*
del *.obj
del *.exe
del *.lib
del *.com
del foo.gz
17 changes: 17 additions & 0 deletions hw/ide/MAKE.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,20 @@ set DOS4G=quiet
if "%1" == "clean" call clean.bat
if "%1" == "clean" goto end

mkdir dos86c
wmake -f ..\..\mak\dos86c.mak HPS=\ all REL=..\..

mkdir dos86l
wmake -f ..\..\mak\dos86l.mak HPS=\ all REL=..\..

mkdir dos86m
wmake -f ..\..\mak\dos86m.mak HPS=\ all REL=..\..

mkdir dos86s
wmake -f ..\..\mak\dos86s.mak HPS=\ all REL=..\..

mkdir dos386f
wmake -f ..\..\mak\dos386f.mak HPS=\ all REL=..\..


:end
8 changes: 8 additions & 0 deletions hw/pci/CLEAN.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

deltree /Y
del /s /q dos86c\*.*
deltree /Y
del /s /q dos86l\*.*
deltree /Y
del /s /q dos86m\*.*
deltree /Y
del /s /q dos86s\*.*
deltree /Y
del /s /q dos386f\*.*
del *.obj
del *.exe
del *.lib
Expand Down
14 changes: 13 additions & 1 deletion hw/pci/MAKE.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ if "%1" == "clean" call clean.bat
if "%1" == "clean" goto end

mkdir dos86c
wmake -f ..\..\mak\dos86c.mak HPS=\ lib REL=..\..
wmake -f ..\..\mak\dos86c.mak HPS=\ all REL=..\..

mkdir dos86l
wmake -f ..\..\mak\dos86l.mak HPS=\ all REL=..\..

mkdir dos86m
wmake -f ..\..\mak\dos86m.mak HPS=\ all REL=..\..

mkdir dos86s
wmake -f ..\..\mak\dos86s.mak HPS=\ all REL=..\..

mkdir dos386f
wmake -f ..\..\mak\dos386f.mak HPS=\ all REL=..\..


:end
4 changes: 0 additions & 4 deletions windows/ntvdm/CLEAN.BAT
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
@echo off

deltree /Y
<<<<<<< HEAD
del /s /q win38631\*.*
=======
del /s /q dos86c\*.*
deltree /Y
del /s /q dos86l\*.*
Expand All @@ -23,7 +20,6 @@ deltree /Y
del /s /q winnt\*.*
deltree /Y
del /s /q win32\*.*
>>>>>>> 0fcdf9b2f23b51b833bbc0038be81e65152f0d38
del *.obj
del *.exe
del *.lib
Expand Down
5 changes: 0 additions & 5 deletions windows/ntvdm/MAKE.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ set DOS4G=quiet
if "%1" == "clean" call clean.bat
if "%1" == "clean" goto end

<<<<<<< HEAD
mkdir win38631
wmake -f ..\..\mak\win38631.mak HPS=\ lib REL=..\..
=======
mkdir dos86c
wmake -f ..\..\mak\dos86c.mak HPS=\ all REL=..\..

Expand Down Expand Up @@ -40,7 +36,6 @@ wmake -f ..\..\mak\winnt.mak HPS=\ all REL=..\..

mkdir win32
wmake -f ..\..\mak\win32.mak HPS=\ all REL=..\..
>>>>>>> 0fcdf9b2f23b51b833bbc0038be81e65152f0d38


:end

0 comments on commit 8327f81

Please sign in to comment.