diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-08-08 15:49:59 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | a113617c026d00770c0a01b292386bd1857f5a6a (patch) | |
| tree | f0a689c37369f985171fabd9b9444d74a50c49df /Makefile | |
| parent | 9e5b7f430d3c5f30042c1fa380ed6b4be13c884d (diff) | |
Fixed major bug in TranslatePoint (was accidently loading a value to edx
instead of edi).
Failed to get anything comprehendible on screen.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ CC = gcc NASM = nasm -CFLAGS = -g -Wall -pipe -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets +CFLAGS = -g -Wall -pipe -O2 -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets CXXFLAGS = $(CFLAGS) LDLIBS = -lm # /home/relnev/ElectricFence-2.2.2/libefence.a |
