Hi Michel,
Can you explain how to make a copy of ceshapi (public\shell\oak\hpc\ceshell\api) code to local project directory? I've followed your steps to do it but failed.
Below is my current work of sources file, it will end up with "cl : Command line error D2004 : '/I' requires an argument".
How to copy ceshapi code?
Hi Michel,
Can you explain how to make a copy of ceshapi (public\shell\oak\hpc\ceshell\api) code to local project directory? I've followed your steps to do it but failed.
Below is my current work of sources file, it will end up with "cl : Command line error D2004 : '/I' requires an argument".
_ISVINCPATH=$(_COMMONSDKROOT)\inc
_OEMINCPATH=$(_COMMONSDKROOT)\inc; \
$(_COMMONOAKROOT)\inc; \
$(_COMMONDDKROOT)\inc
Thanks so much.
TARGETTYPE=LIBRARY
TARGETNAME=ceshapi
RELEASETYPE=PLATFORM
WINCEREL=1
PREPROCESSDEFFILE=1
TARGETDEFNAME=ceshell
DEFFILE=$(TARGETDEFNAME).def
WINCETARGETFILE0=$(_RELEASELIBDIR)\$(DEFFILE)
RCADDNULL=1
WINCETARGETFILES=$(_RELEASELIBDIR)\$(TARGETNAME)_base.res \
$(_RELEASELIBDIR)\$(TARGETNAME)_vgal.res \
$(_RELEASELIBDIR)\$(TARGETNAME)_qvgap.res
WINCEOEM=1
WARNLEVEL=4
INCLUDES=$(INCLUDES); $(_PUBLICROOT)\shell\oak\hpc\inc; \
$(_PUBLICROOT)\shell\oak\hpc\ceshell\inc; \
$(_PUBLICROOT)\shell\oak\hpc\ceshell\ui
SOURCES=api.cpp \
browse.cpp \
cundo.cpp \
drag.cpp \
fileopen.cpp \
iconcache.cpp \
idlist.cpp \
malloc.cpp \
shfileop.cpp \
shortcut.cpp \
recbin.cpp