# The directory where your MSVC for StrongARM and the SDK is installed.
# You should set up WINE (see /etc/wine.reg) so that it "sees" this drive
#BASE=d:\\msvc-arm
# The directory where your MSVC for StrongARM and the SDK is installed.
# You should set up WINE (see /etc/wine.reg) so that it "sees" this drive
#BASE=d:\\msvc-arm
#=========================================================== Compilers ======#
# Set some env vars for msvc to use
WINEPATH=$(BASE)\\
#=========================================================== Compilers ======#
# Set some env vars for msvc to use
WINEPATH=$(BASE)\\
CXXFLAGS.DEF=-DARM -D_ARM_ -DUNICODE -D_UNICODE -DUNDER_CE=300 -D_WIN32_WCE=300
CXXFLAGS.INC=-Iinclude -I$(INCLUDE) $(CFLAGS)
CXXFLAGS.DEF=-DARM -D_ARM_ -DUNICODE -D_UNICODE -DUNDER_CE=300 -D_WIN32_WCE=300
CXXFLAGS.INC=-Iinclude -I$(INCLUDE) $(CFLAGS)