Changeset 16289
- Timestamp:
- 10/03/13 11:40:27 (11 years ago)
- Location:
- issm/trunk-jpl/src/c
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/CMakeLists.txt
r16237 r16289 544 544 # API Print {{{ 545 545 if(NOT PYTHON AND NOT MATLAB) 546 add_library(ISSMOverload STATIC ./shared/String/stricmp.cpp 547 ./shared/String/ApiPrintf.cpp) 546 add_library(ISSMOverload STATIC ./shared/String/ApiPrintf.cpp) 548 547 list(APPEND issm_deps ISSMOverload) 549 548 else(NOT PYTHON AND NOT MATLAB) -
issm/trunk-jpl/src/c/Makefile.am
r16255 r16289 1001 1001 #}}} 1002 1002 #Overload library, to overload any non-standard symbols. {{{ 1003 libISSMOverload_a_SOURCES = ./shared/String/stricmp.cpp\ 1004 ./shared/String/ApiPrintf.cpp 1003 libISSMOverload_a_SOURCES = ./shared/String/ApiPrintf.cpp 1005 1004 1006 1005 libISSMOverload_a_CFLAGS = -fPIC -D_C_ $(COPTFLAGS) $(CFLAGS) -
issm/trunk-jpl/src/c/shared/String/sharedstring.h
r15164 r16289 7 7 8 8 int DescriptorIndex(char* root, int* pindex,char* descriptor); 9 10 #ifndef WIN3211 int stricmp(const char* a,const char* b);12 #endif13 14 9 void ApiPrintf(const char* string); 15 10
Note:
See TracChangeset
for help on using the changeset viewer.