diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:52:33 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-11-02 11:52:33 +0000 |
commit | 7f12bd2a9a5a2d95ad49bb70aeebcd48d1fe5332 (patch) | |
tree | c1da545b50bd8ffd4a57ae532182452133a41a82 | |
parent | 5951e82db890361494b6db9af36be1477d1679d8 (diff) |
INTEGRATION: CWS native115_SRC680 (1.1.2); FILE ADDED
2007/10/29 14:37:12 cd 1.1.2.1: #i83083# Add startup job for system integration
-rw-r--r-- | setup_native/source/win32/stwrapper/makefile.mk | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/setup_native/source/win32/stwrapper/makefile.mk b/setup_native/source/win32/stwrapper/makefile.mk new file mode 100644 index 000000000000..ca035b4a9ad0 --- /dev/null +++ b/setup_native/source/win32/stwrapper/makefile.mk @@ -0,0 +1,50 @@ +PRJ=..$/..$/.. + +PRJNAME=setup_native +TARGET=stclient_wrapper +LIBTARGET=NO +ENABLE_EXCEPTIONS=TRUE +TARGETTYPE=GUI +USE_DEFFILE=TRUE +#DYNAMIC_CRT:= +NO_DEFAULT_STL=TRUE + +# --- Settings ----------------------------------------------------- + +.INCLUDE : settings.mk + +# --- Resources ---------------------------------------------------- + +RCFILES=resource.rc + +# --- Files -------------------------------------------------------- + +OBJFILES=\ + $(OBJ)$/stwrapper.obj + +APP1OBJS=$(OBJ)$/stwrapper.obj + +APP1NOSAL=TRUE + +APP1TARGET=$(TARGET) + +APP1NOSVRES=$(RES)$/$(TARGET).res + +UWINAPILIB:= + +STDLIB1=\ + $(GDI32LIB)\ + $(COMCTL32LIB)\ + $(COMDLG32LIB)\ + $(ADVAPI32LIB)\ + $(SHELL32LIB) + +DLLPRE = + +# --- Targets ------------------------------------------------------ + +.INCLUDE : target.mk + +$(OBJ)$/stwrapper.obj: $(INCCOM)$/_version.h + +#$(RCFILES) : resource.rc |