Added comments to Darwin

git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@13402 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
This commit is contained in:
rivers
2011-08-09 17:00:23 +00:00
parent 67987a007c
commit e7ff4cbb73

View File

@@ -38,8 +38,11 @@ ifeq (Linux, $(OS_CLASS))
STATIC_BUILD=YES
SHARED_LIBRARIES=NO
endif
# Building statically on Darwin is not possible (well, it's possible but difficult and discouraged
# by Apple), but we can build depending only on system libraries that are part of Mac OS X
#ifeq (Darwin, $(OS_CLASS))
# STATIC_BUILD=NO
# SHARED_LIBRARIES=NO
#endif
#ifeq (solaris, $(OS_CLASS))
# STATIC_BUILD=YES