Skip to content

Commit 058a44d

Browse files
committed
MegaZeux 2.70 release.
1 parent a405f15 commit 058a44d

30 files changed

+2676
-1777
lines changed

Makefile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,6 @@ sfx.obj+sfx_edit.obj+sprite.obj+string.obj+timer.obj+window.obj+vlayer.obj
5353

5454
all: megazeux.exe fix.exe getpw.exe killgbl.exe txt2hlp.exe ver1to2.exe
5555

56-
#
57-
# Exo documented that as of 2.68, this file had to be compiled
58-
# to assembly and then converted to machine code by tasm. This is
59-
# because of the 387 "fsin" instruction which bcc doesn't understand.
60-
#
61-
# The -B flag achieves this, but must not be used project-wide.
62-
#
63-
counter.obj: counter.cpp
64-
@$(CC) -B -c counter.cpp
65-
6656
megazeux.exe: $(obj)
6757
@$(TLINK) /m/c/d/P-/L$(LIBPATH) @&&|
6858
c0l.obj+$(lobj)+robo_ed.obj,megazeux,megazeux,mse_cl.lib+cl.lib

0 commit comments

Comments
 (0)