mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-06 09:17:42 +02:00
WIP: fixes for Windows build.
This commit is contained in:
@@ -8,3 +8,9 @@ DEPENDPATH += $$DB_INC $$TL_INC $$GSI_INC $$PWD/common
|
||||
LIBS += -L$$DESTDIR/.. -lklayout_db -lklayout_tl -lklayout_gsi
|
||||
|
||||
DEFINES += MAKE_DB_PLUGIN_LIBRARY
|
||||
|
||||
win32 {
|
||||
# to avoid the major version being appended to the dll name - in this case -lxyz won't link it again
|
||||
# because the library is called xyx0.dll.
|
||||
CONFIG += skip_target_version_ext
|
||||
}
|
||||
|
||||
@@ -8,3 +8,9 @@ DEPENDPATH += $$DB_INC $$TL_INC $$GSI_INC $$LAYBASIC_INC $$LAY_INC $$PWD/common
|
||||
LIBS += -L$$DESTDIR/.. -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_laybasic -lklayout_lay
|
||||
|
||||
DEFINES += MAKE_LAY_PLUGIN_LIBRARY
|
||||
|
||||
win32 {
|
||||
# to avoid the major version being appended to the dll name - in this case -lxyz won't link it again
|
||||
# because the library is called xyx0.dll.
|
||||
CONFIG += skip_target_version_ext
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
namespace db
|
||||
{
|
||||
|
||||
DB_PUBLIC std::string net_tracer_component_name ("connectivity");
|
||||
DB_PLUGIN_PUBLIC std::string net_tracer_component_name ("connectivity");
|
||||
|
||||
// -----------------------------------------------------------------------------------------
|
||||
// NetTracerLayerExpressionInfo implementation
|
||||
|
||||
Reference in New Issue
Block a user