wx-config.in
makefile.unx.in
wxinstall
-descrip.mms
setup.h_vms
-src/common/descrip.mms
distrib/msw/*.rsp
distrib/msw/*.bat
src/zlib/makefile*
src/zlib/*.com
src/zlib/*.3
-src/zlib/*.mms
include/wx/*.h
include/wx/*.inl
utils/dialoged/test/*.prj
utils/dialoged/test/*.bmp
-utils/hhp2cache/*.h
-utils/hhp2cache/*.cpp
-utils/hhp2cache/*.def
-utils/hhp2cache/*.rc
-utils/hhp2cache/makefile*
-utils/hhp2cache/*.xbm
-utils/hhp2cache/*.xpm
-utils/hhp2cache/*.txt
+utils/hhp2cached/*.h
+utils/hhp2cached/*.cpp
+utils/hhp2cached/*.def
+utils/hhp2cached/*.rc
+utils/hhp2cached/makefile*
+utils/hhp2cached/*.xbm
+utils/hhp2cached/*.xpm
+utils/hhp2cached/*.txt
contrib/configure
contrib/configure.in
contrib/samples/mmedia/Makefile.in
contrib/samples/stc/Makefile.in
+descrip.mms
+contrib\samples\mmedia\descrip.mms
+deliver\wx\src\common\descrip.mms
+deliver\wx\src\png\scripts\descrip.mms
+deliver\wx\src\zlib\descrip.mms
+demos\bombs\descrip.mms
+samples\caret\descrip.mms
+samples\checklst\descrip.mms
+samples\config\descrip.mms
+samples\controls\descrip.mms
+samples\dialogs\descrip.mms
+samples\image\descrip.mms
+samples\menu\descrip.mms
+samples\minimal\descrip.mms
+src\common\descrip.mms
+src\generic\descrip.mms
+src\gtk\descrip.mms
+src\motif\descrip.mms
+src\png\scripts\descrip.mms
+src\unix\descrip.mms
+src\zlib\descrip.mms
+utils\dialoged\src\descrip.mms
utils/tex2rtf/src/Tex2RTFVC.dsp
utils/tex2rtf/src/Tex2RTFVC.dsw
+utils/hhp2cached/hhp2cachedVC.dsp
+utils/hhp2cached/hhp2cachedVC.dsw
+
contrib/src/ogl/OglVC.dsp
contrib/src/ogl/OglVC.dsw
# Please set these according to the settings in wx_setup.h, so we can include
# the appropriate libraries in wx.lib
USE_CTL3D=1
-USE_XPM_IN_MSW=0
+USE_XPM_IN_MSW=1
PERIPH_LIBS=
PERIPH_TARGET=
!endif
!if "$(USE_XPM_IN_MSW)" == "1"
-PERIPH_LIBS=$(WXDIR)\xpm.lib $(PERIPH_LIBS)
+PERIPH_LIBS=$(WXDIR)\lib\xpm.lib $(PERIPH_LIBS)
PERIPH_TARGET=xpm $(PERIPH_TARGET)
PERIPH_CLEAN_TARGET=clean_xpm $(PERIPH_CLEAN_TARGET)
!endif
$(MSWDIR)\wizard.obj: $(GENDIR)\wizard.$(SRCSUFF)
-
-
all_utils:
cd $(WXDIR)\utils
make -f makefile.bcc
make -f makefile.bcc all_execs
cd $(WXDIR)\src\msw
-all_libs:
- cd $(WXDIR)\src\msw
- make -f makefile.bcc dib fafa gauge hytext itsy prologio rcparser wx wxgraph\
- wxstring wxtree mfutils # wxxpm
-
-all_contribs:
- cd $(WXDIR)\src\msw
- make -f makefile.bcc fafa wxstring itsy gauge # wxxpm
-
# CONTRIB
-wxxpm: $(CFG)
+xpm: $(CFG)
cd $(WXDIR)\src\xpm
make -f makefile.bcc -DCFG=$(CFG) -DFINAL=$(FINAL) -DWXWIN=$(WXDIR) -DDEBUG=$(DEBUG)
cd $(WXDIR)\src\msw
--- /dev/null
+# Makefile for xpm
+# Borland C++
+
+
+LIBTARGET=$(WXDIR)\lib\xpm.lib
+
+OBJECTS = attrib.obj crbuffri.obj crdatfri.obj create.obj crifrbuf.obj crifrdat.obj\
+ data.obj image.obj info.obj hashtab.obj misc.obj parse.obj\
+ rdftodat.obj rdftoi.obj rgb.obj scan.obj simx.obj wrffrdat.obj wrffri.obj
+
+!include $(WXWIN)\src\makelib.bcc
#include "xpm.h"
// Added by JACS for some compilers (no popen/pclose functions)
-#if defined(__WATCOMC__) || (!defined(WIN32) && defined(_MSC_VER))
+#if defined(__WATCOMC__) || (!defined(WIN32) && defined(_MSC_VER)) || (!defined(WIN32) && defined(__BORLANDC__))
#define NO_ZPIPE
#endif
*/
+// For compilers that support precompilation, includes "wx/wx.h".
+#include "wx/wxprec.h"
+
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WX_PRECOMP
+#include "wx/wx.h"
+#endif
-#include <wx/wx.h>
#include <wx/html/helpdata.h>
--- /dev/null
+NAME hhp2cached
+DESCRIPTION 'hhp2cached utility'
+EXETYPE WINDOWS
+CODE PRELOAD MOVEABLE DISCARDABLE
+DATA PRELOAD MOVEABLE MULTIPLE
+HEAPSIZE 4048
+STACKSIZE 16000
--- /dev/null
+#include "wx/msw/wx.rc"
--- /dev/null
+#
+# File: makefile.b32
+# Author: Julian Smart
+# Created: 1999
+# Updated:
+# Copyright:
+#
+# Makefile : Builds sample for 32-bit BC++
+
+WXDIR = $(WXWIN)
+
+TARGET=hhp2cached
+OBJECTS = $(TARGET).obj
+
+!include $(WXDIR)\src\makeprog.b32
+
--- /dev/null
+#
+# File: makefile.g95
+# Author: Julian Smart
+# Created: 1999
+# Updated:
+# Copyright: (c) Julian Smart, 1999
+#
+# Makefile for wxWindows sample (Cygwin/Mingw32).
+
+WXDIR = ../..
+
+TARGET=hhp2cached
+OBJECTS = $(TARGET).o
+
+include $(WXDIR)/src/makeprog.g95
+
--- /dev/null
+#
+# File: makefile.vc
+# Author: Julian Smart
+# Created: 1999
+# Updated:
+# Copyright: (c) Julian Smart
+#
+# Makefile : Builds sample (VC++, WIN32)
+# Use FINAL=1 argument to nmake to build final version with no debug info.
+
+# Set WXDIR for your system
+WXDIR = $(WXWIN)
+
+PROGRAM=hhp2cached
+OBJECTS = $(PROGRAM).obj
+
+!include $(WXDIR)\src\makeprog.vc
+
--- /dev/null
+#
+# Makefile for WATCOM
+#
+# Created by Julian Smart, January 1999
+#
+#
+
+WXDIR = $(%WXWIN)
+
+PROGRAM = hhp2cached
+OBJECTS = $(PROGRAM).obj
+
+!include $(WXDIR)\src\makeprog.wat
+
+