TheleCode
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
hg
cpp
»
openttd-patchpack
»
source
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ r28520:f9aebe299cae
Branch filter:
master at f9aebe299cae
master
patchpack
Location:
cpp/openttd-patchpack/source
/
src
/
pathfinder
/
npf
/
CMakeLists.txt
Show Full History
Show Authors
r28520:f9aebe299cae
94 B
text/plain
Show Annotation
Show as Raw
Download as Raw
Patric Stout
Codechange: MacOS already has MIN/MAX macros defined
This is caused because we use PreCompile Headers, and one of them
includes a system headers which defines MIN/MAX.
1
2
3
4
5
6
7
8
add_files(
aystar.cpp
aystar.h
npf.cpp
npf_func.h
queue.cpp
queue.h
)