Skip to content

Commit

Permalink
Revert "Added pc speaker/DosBeep"
Browse files Browse the repository at this point in the history
This reverts commit 14bc373.
  • Loading branch information
neozeed committed Feb 25, 2024
1 parent 14bc373 commit d5d2c7f
Show file tree
Hide file tree
Showing 70 changed files with 20,018 additions and 19,963 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ OBJ = agi.obj agi_v2.obj agi_v3.obj agi_v4.obj checks.obj cli.obj console.obj cy
font.obj getopt.obj getopt1.obj global.obj graphics.obj hirespic.obj id.obj inv.obj \
keyboard.obj logic.obj lzw.obj main.obj menu.obj motion.obj objects.obj op_cmd.obj \
op_dbg.obj op_test.obj patches.obj path.obj picture.obj picview.obj rand.obj savegame.obj \
silent.obj sound.obj sprite.obj text.obj view.obj words.obj fileglob.obj nothing.obj
silent.obj sound.obj sprite.obj text.obj view.obj words.obj fileglob.obj

INVOLVED = fileglob.obj

Expand All @@ -80,14 +80,13 @@ include ..\-justcompile.mak
#include ..\-plainassembly.mak

sarien: $(OBJ) $(NULL)
SET LIB=C:\cl386-research\lib2
$(OS2LINK) @sarien.lnk
mcopy -i %QEMUPATH%\dummy.vfd -D o sarien.exe ::
qemuos2


clean:
del $(OBJ) $(NULL)
del $(OBJ)
del sarien.exe
del *.asm *.a1 *.a

35 changes: 0 additions & 35 deletions Makefile.gnu

This file was deleted.

32 changes: 0 additions & 32 deletions Makefile.os2

This file was deleted.

Loading

0 comments on commit d5d2c7f

Please sign in to comment.