1PRJ=..$/..$/..
2
3PRJNAME=setup_native
4TARGET=stclient_wrapper
5LIBTARGET=NO
6ENABLE_EXCEPTIONS=TRUE
7TARGETTYPE=GUI
8USE_DEFFILE=TRUE
9#DYNAMIC_CRT:=
10NO_DEFAULT_STL=TRUE
11
12# --- Settings -----------------------------------------------------
13
14.INCLUDE :  settings.mk
15
16# --- Resources ----------------------------------------------------
17
18RCFILES=resource.rc
19
20# --- Files --------------------------------------------------------
21
22OBJFILES=\
23	$(OBJ)$/stwrapper.obj
24
25APP1OBJS=$(OBJ)$/stwrapper.obj
26
27APP1NOSAL=TRUE
28
29APP1TARGET=$(TARGET)
30
31APP1NOSVRES=$(RES)$/$(TARGET).res
32
33UWINAPILIB:=
34
35STDLIB1=\
36	$(GDI32LIB)\
37	$(COMCTL32LIB)\
38	$(COMDLG32LIB)\
39	$(ADVAPI32LIB)\
40	$(SHELL32LIB)
41
42DLLPRE =
43
44# --- Targets ------------------------------------------------------
45
46.INCLUDE :	target.mk
47
48$(OBJ)$/stwrapper.obj: $(INCCOM)$/_version.h
49
50#$(RCFILES) : resource.rc
51