Skip to content

Commit

Permalink
MegaZeux 2.70 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelva1984 committed Aug 11, 2008
1 parent a405f15 commit 058a44d
Show file tree
Hide file tree
Showing 30 changed files with 2,676 additions and 1,777 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ sfx.obj+sfx_edit.obj+sprite.obj+string.obj+timer.obj+window.obj+vlayer.obj

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

#
# Exo documented that as of 2.68, this file had to be compiled
# to assembly and then converted to machine code by tasm. This is
# because of the 387 "fsin" instruction which bcc doesn't understand.
#
# The -B flag achieves this, but must not be used project-wide.
#
counter.obj: counter.cpp
@$(CC) -B -c counter.cpp

megazeux.exe: $(obj)
@$(TLINK) /m/c/d/P-/L$(LIBPATH) @&&|
c0l.obj+$(lobj)+robo_ed.obj,megazeux,megazeux,mse_cl.lib+cl.lib
Expand Down
Loading

0 comments on commit 058a44d

Please sign in to comment.