We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da378d commit af0a4c5Copy full SHA for af0a4c5
src/makefiles/Makefile.cygwin
@@ -25,6 +25,10 @@ endif
25
endif
26
27
28
+ifneq (,$(findstring src/common,$(subdir)))
29
+override CPPFLAGS+= -DBUILDING_DLL
30
+endif
31
+
32
ifneq (,$(findstring timezone,$(subdir)))
33
override CPPFLAGS+= -DBUILDING_DLL
34
src/makefiles/Makefile.win32
@@ -23,6 +23,10 @@ endif
23
24
0 commit comments