Kaydet (Commit) 76853e09 authored tarafından Gregor Hartmann's avatar Gregor Hartmann

#104916#fix for unx

üst 2253d1ac
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1 $
# $Revision: 1.2 $
#
# last change: $Author: mh $ $Date: 2002-11-18 11:17:42 $
# last change: $Author: gh $ $Date: 2002-11-20 13:56:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -76,13 +76,18 @@ TARGET=miniapp
CXXFILES = \
testapp.cxx \
editwin.cxx \
servres.cxx \
servres.cxx
OBJFILES = \
$(OBJ)$/testapp.obj \
$(OBJ)$/editwin.obj \
$(OBJ)$/servres.obj \
$(OBJ)$/servres.obj
EXCEPTIONSFILES= \
$(OBJ)$/testapp.obj
SRCFILES = \
servres.src
......
......@@ -2,9 +2,9 @@
*
* $RCSfile: testapp.cxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: gh $ $Date: 2002-11-20 11:28:44 $
* last change: $Author: gh $ $Date: 2002-11-20 13:56:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -62,7 +62,7 @@
#ifndef _SVT_FILEDLG_HXX //autogen
#include <svtools/filedlg.hxx>
#endif
#include <stdio.h>
#ifndef _MSGBOX_HXX //autogen
#include <vcl/msgbox.hxx>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment