1*cdf0e10cSrcweirPRJ=..$/..$/.. 2*cdf0e10cSrcweir 3*cdf0e10cSrcweirPRJNAME=setup_native 4*cdf0e10cSrcweirTARGET=stclient_wrapper 5*cdf0e10cSrcweirLIBTARGET=NO 6*cdf0e10cSrcweirENABLE_EXCEPTIONS=TRUE 7*cdf0e10cSrcweirTARGETTYPE=GUI 8*cdf0e10cSrcweirUSE_DEFFILE=TRUE 9*cdf0e10cSrcweir#DYNAMIC_CRT:= 10*cdf0e10cSrcweirNO_DEFAULT_STL=TRUE 11*cdf0e10cSrcweir 12*cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 13*cdf0e10cSrcweir 14*cdf0e10cSrcweir.INCLUDE : settings.mk 15*cdf0e10cSrcweir 16*cdf0e10cSrcweir# --- Resources ---------------------------------------------------- 17*cdf0e10cSrcweir 18*cdf0e10cSrcweirRCFILES=resource.rc 19*cdf0e10cSrcweir 20*cdf0e10cSrcweir# --- Files -------------------------------------------------------- 21*cdf0e10cSrcweir 22*cdf0e10cSrcweirOBJFILES=\ 23*cdf0e10cSrcweir $(OBJ)$/stwrapper.obj 24*cdf0e10cSrcweir 25*cdf0e10cSrcweirAPP1OBJS=$(OBJ)$/stwrapper.obj 26*cdf0e10cSrcweir 27*cdf0e10cSrcweirAPP1NOSAL=TRUE 28*cdf0e10cSrcweir 29*cdf0e10cSrcweirAPP1TARGET=$(TARGET) 30*cdf0e10cSrcweir 31*cdf0e10cSrcweirAPP1NOSVRES=$(RES)$/$(TARGET).res 32*cdf0e10cSrcweir 33*cdf0e10cSrcweirUWINAPILIB:= 34*cdf0e10cSrcweir 35*cdf0e10cSrcweirSTDLIB1=\ 36*cdf0e10cSrcweir $(GDI32LIB)\ 37*cdf0e10cSrcweir $(COMCTL32LIB)\ 38*cdf0e10cSrcweir $(COMDLG32LIB)\ 39*cdf0e10cSrcweir $(ADVAPI32LIB)\ 40*cdf0e10cSrcweir $(SHELL32LIB) 41*cdf0e10cSrcweir 42*cdf0e10cSrcweirDLLPRE = 43*cdf0e10cSrcweir 44*cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 45*cdf0e10cSrcweir 46*cdf0e10cSrcweir.INCLUDE : target.mk 47*cdf0e10cSrcweir 48*cdf0e10cSrcweir$(OBJ)$/stwrapper.obj: $(INCCOM)$/_version.h 49*cdf0e10cSrcweir 50*cdf0e10cSrcweir#$(RCFILES) : resource.rc 51