git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23204
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
> nmake -f makefile.vc BUILD=debug UNICODE=1
Borland C++:
> nmake -f makefile.vc BUILD=debug UNICODE=1
Borland C++:
- > nmake -f makefile.bcc -DBUILD=debug -DUNICODE=1
+ > make -f makefile.bcc -DBUILD=debug -DUNICODE=1
(Note that you have to use -D to set the variable, unlike in other make
tools!)
(Note that you have to use -D to set the variable, unlike in other make
tools!)