Kaydet (Commit) 9af656af authored tarafından Matúš Kukan's avatar Matúš Kukan

pathutils-obj is in static library ooopathutils

üst 92ac10d4
......@@ -56,14 +56,14 @@ $(eval $(call gb_Executable_add_linked_libs,nsplugin,\
))
ifeq ($(GUI),WNT)
$(eval $(call gb_Executable_add_ldflags,nsplugin,\
$(OUTDIR)/lib/pathutils-obj.obj \
))
$(eval $(call gb_Executable_add_exception_objects,nsplugin,\
extensions/source/nsplugin/source/nsp_windows \
))
$(eval $(call gb_Executable_add_linked_static_libs,nsplugin,\
ooopathutils \
))
$(eval $(call gb_Executable_add_linked_libs,nsplugin,\
ws2_32 \
shell32 \
......
......@@ -59,10 +59,13 @@ endif # GUI=UNX
ifeq ($(GUI),WNT)
$(eval $(call gb_Library_add_ldflags,npsoplugin,\
$(OUTDIR)/lib/pathutils-obj.obj \
$(OUTDIR)/lib/npwin.obj \
))
$(eval $(call gb_Library_add_linked_static_libs,npsoplugin,\
ooopathutils \
))
$(eval $(call gb_Library_add_linked_libs,npsoplugin,\
ws2_32 \
shell32 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment