Jump to content
Eternal Lands Official Forums
Sign in to follow this  
Malaclypse

Cpp Define In Latest Cvs Makefile.linux

Recommended Posts

Hello Wytter,

 

did you introduce a bug in the latest Makefile.linux? Please take a look at this cvs diff:

 

lancelot@gwenhwyfar elc $ cvs diff -r 1.58 -r 1.59 Makefile.linux
Index: Makefile.linux
===================================================================
RCS file: /cvsroot/elc/elc/Makefile.linux,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -b -B -r1.58 -r1.59
--- Makefile.linux      22 Dec 2004 23:56:19 -0000      1.58
+++ Makefile.linux      22 Dec 2004 23:57:09 -0000      1.59
@@ -1,14 +1,13 @@
.PHONY: clean release

# tune these for your setup & compile options
-OPTIONS=-DLINUX -DELC
-#-DPOSSIBLE_FIX -DOPTIMISED_LOCKS
-PLATFORM=-march=athlon64
+OPTIONS=-DLINUX -DELC -DPOSSIBLE_FIX -DOPTIMISED_LOCKS
                                             ^^^
+PLATFORM=-march=i686
XDIR=-L/usr/X11R6/lib

 

Shouldn't this read OPTIMIZED_LOCKS, i.e. with Z instead of S?

Grepping the sources for OPTIMISED_LOCKS gives me an empty result.

Share this post


Link to post
Share on other sites

cvs commit -m "Woops, s/OPTIMISED_LOCKS/OPTIMIZED_LOCKS/"

 

And thanks :)

Edited by Wytter

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×