+ Fix prefix of Python extensions built with MinGW

This commit is contained in:
wmayer
2014-04-30 18:22:52 +02:00
parent 7d42748082
commit 1a7cea9b59
44 changed files with 47 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ fc_target_copy_resource(Points
SET_BIN_DIR(Points Points /Mod/Points)
if(WIN32)
set_target_properties(Points PROPERTIES PREFIX "")
set_target_properties(Points PROPERTIES SUFFIX ".pyd")
endif(WIN32)

View File

@@ -63,6 +63,7 @@ fc_target_copy_resource(PointsGui
SET_BIN_DIR(PointsGui PointsGui /Mod/Points)
if(WIN32)
set_target_properties(PointsGui PROPERTIES PREFIX "")
set_target_properties(PointsGui PROPERTIES SUFFIX ".pyd")
endif(WIN32)