Skip to content

Commit 2965b1d

Browse files
committed
Update addon_config.mk
1 parent 2ddd5dc commit 2965b1d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

addon_config.mk

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ common:
4040

4141
# some addons need resources to be copied to the bin/data folder of the project
4242
# specify here any files that need to be copied, you can use wildcards like * and ?
43-
ADDON_DATA = libs/turbo-jpeg/lib/osx/libturbojpeg.dylib
43+
ADDON_DATA =
4444

4545
# when parsing the file system looking for libraries exclude this for all or
4646
# a specific platform
@@ -73,7 +73,17 @@ vs:
7373
# when parsing the file system looking for include paths exclude this for all or
7474
# a specific platform
7575
ADDON_INCLUDES_EXCLUDE
76-
ADDON_LIBS = libs/turbo-jpeg/lib/win32/turbojpeg-static.lib
76+
77+
# These should get automatically set up by the projectGenerator. If you're adding
78+
# to a project manually, use the following pattern:
79+
# Win32/Debug
80+
# ADDON_LIBS = libs/libwebsockets/lib/vs/Win32/Debug/turbojpeg-static.lib
81+
# Win32/Release
82+
# ADDON_LIBS = libs/libwebsockets/lib/vs/Win32/Release/turbojpeg-static.lib
83+
# x64/Debug
84+
# ADDON_LIBS = libs/libwebsockets/lib/vs/x64/Debug/turbojpeg-static.lib
85+
# x64/Release
86+
# ADDON_LIBS = libs/libwebsockets/lib/vs/x64/Release/turbojpeg-static.lib
7787

7888
linuxarmv6l:
7989
ADDON_LDFLAGS =
@@ -88,4 +98,5 @@ android/armeabi-v7a:
8898
#nothing yet
8999

90100
osx:
101+
ADDON_DATA = libs/turbo-jpeg/lib/osx/libturbojpeg.dylib
91102
ADDON_LDFLAGS = ../../../addons/ofxTurboJpeg/libs/turbo-jpeg/lib/osx/libturbojpeg.dylib

0 commit comments

Comments
 (0)