-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compatibility with Visual C++ and MASM, build instructions
- Loading branch information
Showing
9 changed files
with
230 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
DEL REND13X.EXE | ||
DEL REND13X.LIB | ||
DEL *.OBJ | ||
DEL *.MAP | ||
DEL *.CSM | ||
DEL *.SBR | ||
DEL *.DSW | ||
DEL *.DSK | ||
DEL *.OBR |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ML /c SRC/IN.ASM /Fo IN.OBJ | ||
ML /c SRC/R13.ASM /Fo R13.OBJ |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ML /c SRC/IN.ASM /Fo IN.OBJ | ||
ML /c SRC/RX.ASM /Fo RX.OBJ |
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 |
---|---|---|
@@ -0,0 +1,136 @@ | ||
# | ||
# Borland C++ IDE generated makefile | ||
# | ||
.AUTODEPEND | ||
|
||
|
||
# | ||
# Borland C++ tools | ||
# | ||
IMPLIB = Implib | ||
BCCDOS = Bcc +BccDos.cfg | ||
TLINK = TLink | ||
TLIB = TLib | ||
TASM = Tasm | ||
# | ||
# IDE macros | ||
# | ||
|
||
|
||
# | ||
# Options | ||
# | ||
IDE_LFLAGSDOS = -LC:\BC45\LIB | ||
IDE_BFLAGS = | ||
LLATDOS_DcbREND13Xbrend13xdexe = -c -LC:\TC\LIB -Tde | ||
RLATDOS_DcbREND13Xbrend13xdexe = | ||
BLATDOS_DcbREND13Xbrend13xdexe = | ||
CNIEAT_DcbREND13Xbrend13xdexe = -IC:\TC\INCLUDE -D | ||
LNIEAT_DcbREND13Xbrend13xdexe = -x | ||
LEAT_DcbREND13Xbrend13xdexe = $(LLATDOS_DcbREND13Xbrend13xdexe) | ||
REAT_DcbREND13Xbrend13xdexe = $(RLATDOS_DcbREND13Xbrend13xdexe) | ||
BEAT_DcbREND13Xbrend13xdexe = $(BLATDOS_DcbREND13Xbrend13xdexe) | ||
|
||
# | ||
# Dependency List | ||
# | ||
Dep_rend13x = \ | ||
D:\REND13X\rend13x.exe | ||
|
||
rend13x : BccDos.cfg $(Dep_rend13x) | ||
echo MakeNode | ||
|
||
Dep_DcbREND13Xbrend13xdexe = \ | ||
in.obj\ | ||
rx.obj\ | ||
draw.obj\ | ||
main.obj\ | ||
render.obj\ | ||
renderx.obj\ | ||
render13.obj\ | ||
vec.obj\ | ||
input.obj | ||
|
||
D:\REND13X\rend13x.exe : $(Dep_DcbREND13Xbrend13xdexe) | ||
$(TLINK) @&&| | ||
/v $(IDE_LFLAGSDOS) $(LEAT_DcbREND13Xbrend13xdexe) $(LNIEAT_DcbREND13Xbrend13xdexe) + | ||
C:\TC\LIB\c0l.obj+ | ||
in.obj+ | ||
rx.obj+ | ||
draw.obj+ | ||
main.obj+ | ||
render.obj+ | ||
renderx.obj+ | ||
render13.obj+ | ||
vec.obj+ | ||
input.obj | ||
$<,$* | ||
C:\TC\LIB\fp87.lib+ | ||
C:\TC\LIB\mathl.lib+ | ||
C:\TC\LIB\cl.lib | ||
|
||
| | ||
|
||
in.obj : src\in.asm | ||
$(TASM) @&&| | ||
/ml D:\REND13X\src\in.asm ,in.obj | ||
| | ||
|
||
rx.obj : src\rx.asm | ||
$(TASM) @&&| | ||
/ml D:\REND13X\src\rx.asm ,rx.obj | ||
| | ||
|
||
draw.obj : src\draw.c | ||
$(BCCDOS) -P- -c @&&| | ||
$(CEAT_DcbREND13Xbrend13xdexe) $(CNIEAT_DcbREND13Xbrend13xdexe) -o$@ src\draw.c | ||
| | ||
|
||
main.obj : src\main.c | ||
$(BCCDOS) -P- -c @&&| | ||
$(CEAT_DcbREND13Xbrend13xdexe) $(CNIEAT_DcbREND13Xbrend13xdexe) -o$@ src\main.c | ||
| | ||
|
||
render.obj : src\render.c | ||
$(BCCDOS) -P- -c @&&| | ||
$(CEAT_DcbREND13Xbrend13xdexe) $(CNIEAT_DcbREND13Xbrend13xdexe) -o$@ src\render.c | ||
| | ||
|
||
renderx.obj : src\renderx.c | ||
$(BCCDOS) -P- -c @&&| | ||
$(CEAT_DcbREND13Xbrend13xdexe) $(CNIEAT_DcbREND13Xbrend13xdexe) -o$@ src\renderx.c | ||
| | ||
|
||
render13.obj : src\render13.c | ||
$(BCCDOS) -P- -c @&&| | ||
$(CEAT_DcbREND13Xbrend13xdexe) $(CNIEAT_DcbREND13Xbrend13xdexe) -o$@ src\render13.c | ||
| | ||
|
||
vec.obj : src\vec.c | ||
$(BCCDOS) -P- -c @&&| | ||
$(CEAT_DcbREND13Xbrend13xdexe) $(CNIEAT_DcbREND13Xbrend13xdexe) -o$@ src\vec.c | ||
| | ||
|
||
input.obj : src\input.c | ||
$(BCCDOS) -P- -c @&&| | ||
$(CEAT_DcbREND13Xbrend13xdexe) $(CNIEAT_DcbREND13Xbrend13xdexe) -o$@ src\input.c | ||
| | ||
|
||
# Compiler configuration file | ||
BccDos.cfg : | ||
Copy &&| | ||
-W- | ||
-R | ||
-v | ||
-vi | ||
-H | ||
-H=rend13x.csm | ||
-R- | ||
-f287 | ||
-i32 | ||
-O | ||
-ml | ||
-3 | ||
| $@ | ||
|
||
|
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