git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58779
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
CPP = $(CC) /EP /nologo
# What type of library to build? [0,1]
CPP = $(CC) /EP /nologo
# What type of library to build? [0,1]
# Build wxUniversal instead of native port? [0,1]
WXUNIV = 0
# Build wxUniversal instead of native port? [0,1]
WXUNIV = 0
USE_STC = 1
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
USE_STC = 1
# Build OpenGL canvas library (USE_GUI must be 1)? [0,1]
# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
USE_QA = 1
# Build quality assurance classes library (USE_GUI must be 1)? [0,1]
USE_QA = 1
# Compiler flags needed to compile test suite in tests directory. If you want
# to run the tests, set it so that the compiler can find CppUnit headers.
# Compiler flags needed to compile test suite in tests directory. If you want
# to run the tests, set it so that the compiler can find CppUnit headers.
-CPPUNIT_CFLAGS = -IF:\cppunit\include
# Linker flags needed to link test suite in tests directory. If you want
# to run the tests, include CppUnit library here.
# Linker flags needed to link test suite in tests directory. If you want
# to run the tests, include CppUnit library here.
-CPPUNIT_LIBS = /LIBPATH:F:\cppunit\lib
# Version of C runtime library to use. You can change this to
# static if SHARED=0, but it is highly recommended to not do
# Version of C runtime library to use. You can change this to
# static if SHARED=0, but it is highly recommended to not do