From: Arnaud Giersch Date: Wed, 12 Jun 2013 12:34:57 +0000 (+0200) Subject: Simplify the link specifications for libSG_java on win32 (untested). X-Git-Tag: v3_9_90~276^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6d10ceb338728d308864f891ef8a540da45dfa02?hp=6d10ceb338728d308864f891ef8a540da45dfa02 Simplify the link specifications for libSG_java on win32 (untested). The variable SIMGRID_LIB_NAME_NAME is never used, and probably gets an undefined value here. Remove its definition. The variable SIMGRID_LIB_NAME is never set. Remove reference to it. Finally, use "target_link_libraries" for all platforms since I can't find any reason to avoid it on win32. Note that these changes are untested. ---