CMake/Tests/ObjectLibrary
Brad King fb7348f644 Fix ObjectLibrary test on Watcom
The Watcom compiler interprets "-DB" as option

 -db generate browsing information

so define "A_DEF" and "B_DEF" instead of just "A" and "B".

Skip CMAKE_SHARED_LIBRARY_C_FLAGS for Watcom because it is set to

 -bd  build Dynamic link library

which adds a DLL entry point to each object.
2012-03-20 15:09:57 -04:00
..
A Fix ObjectLibrary test on Watcom 2012-03-20 15:09:57 -04:00
B Fix ObjectLibrary test on Watcom 2012-03-20 15:09:57 -04:00
AB.def Test OBJECT library use without other sources 2012-03-16 10:12:30 -04:00
CMakeLists.txt Test OBJECT library use without other sources 2012-03-16 10:12:30 -04:00
c.c Test OBJECT library success cases 2012-03-16 10:12:30 -04:00
dummy.c Test OBJECT library use without other sources 2012-03-16 10:12:30 -04:00
dummy.obj Test OBJECT library use without other sources 2012-03-16 10:12:30 -04:00
main.c Test OBJECT library success cases 2012-03-16 10:12:30 -04:00
mainAB.c Test OBJECT library use without other sources 2012-03-16 10:12:30 -04:00