File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ this_srcs := $(call prorab-src-dir, .)
11
11
this_srcs += ../harness/testees.cpp
12
12
13
13
ifeq ($(os ) , windows)
14
- this_ldflags += -mconsole
15
14
else
16
15
this_ldflags += -rdynamic
17
16
endif
@@ -25,6 +24,10 @@ this_ldlibs += -l utki$(this_dbg)
25
24
26
25
this_ldlibs += ../../src/out/$(c ) /libtst$(this_dbg )$(dot_so )
27
26
27
+ ifeq ($(os ) , windows)
28
+ this_ldlibs += -l mingw32
29
+ endif
30
+
28
31
$(eval $(prorab-build-app))
29
32
30
33
this_test_deps := $(prorab_this_name )
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ this_srcs := $(call prorab-src-dir, .)
11
11
this_srcs += ../harness/testees.cpp
12
12
13
13
ifeq ($(os ) , windows)
14
- this_ldflags += -mconsole
15
14
else
16
15
this_ldflags += -rdynamic
17
16
endif
@@ -28,6 +27,10 @@ this_ldlibs += -l opros$(this_dbg)
28
27
29
28
this_ldlibs += ../../src/out/$(c ) /libtst$(this_dbg )$(dot_so )
30
29
30
+ ifeq ($(os ) , windows)
31
+ this_ldlibs += -l mingw32
32
+ endif
33
+
31
34
$(eval $(prorab-build-app))
32
35
33
36
this_test_deps := $(prorab_this_name )
You can’t perform that action at this time.
0 commit comments