Page 1 of 1

關於wxWidgets版本bulid的問題

Posted: Sun Mar 26, 2017 10:30 am
by OliveChu
請問一下
如果在win cmd下
同時開四個cmd
分別下以下的建置
下 clean後 同時執行

Code: Select all

mingw32-make -f makefile.gcc BUILD=release SHARED=0 UNICODE=1 MONOLITHIC=1
mingw32-make -f makefile.gcc BUILD=debug SHARED=1 UNICODE=1 MONOLITHIC=1
mingw32-make -f makefile.gcc BUILD=release SHARED=0 UNICODE=1 MONOLITHIC=1
mingw32-make -f makefile.gcc BUILD=debug SHARED=1 UNICODE=1 MONOLITHIC=1
這樣會產生問題嗎?