Added some makefiles, more BC++/win16 fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,9 +18,7 @@ template.mak
|
|||||||
wx-config.in
|
wx-config.in
|
||||||
makefile.unx.in
|
makefile.unx.in
|
||||||
wxinstall
|
wxinstall
|
||||||
descrip.mms
|
|
||||||
setup.h_vms
|
setup.h_vms
|
||||||
src/common/descrip.mms
|
|
||||||
|
|
||||||
distrib/msw/*.rsp
|
distrib/msw/*.rsp
|
||||||
distrib/msw/*.bat
|
distrib/msw/*.bat
|
||||||
@@ -117,7 +115,6 @@ src/zlib/*.txt
|
|||||||
src/zlib/makefile*
|
src/zlib/makefile*
|
||||||
src/zlib/*.com
|
src/zlib/*.com
|
||||||
src/zlib/*.3
|
src/zlib/*.3
|
||||||
src/zlib/*.mms
|
|
||||||
|
|
||||||
include/wx/*.h
|
include/wx/*.h
|
||||||
include/wx/*.inl
|
include/wx/*.inl
|
||||||
@@ -180,14 +177,14 @@ utils/dialoged/test/*.ico
|
|||||||
utils/dialoged/test/*.prj
|
utils/dialoged/test/*.prj
|
||||||
utils/dialoged/test/*.bmp
|
utils/dialoged/test/*.bmp
|
||||||
|
|
||||||
utils/hhp2cache/*.h
|
utils/hhp2cached/*.h
|
||||||
utils/hhp2cache/*.cpp
|
utils/hhp2cached/*.cpp
|
||||||
utils/hhp2cache/*.def
|
utils/hhp2cached/*.def
|
||||||
utils/hhp2cache/*.rc
|
utils/hhp2cached/*.rc
|
||||||
utils/hhp2cache/makefile*
|
utils/hhp2cached/makefile*
|
||||||
utils/hhp2cache/*.xbm
|
utils/hhp2cached/*.xbm
|
||||||
utils/hhp2cache/*.xpm
|
utils/hhp2cached/*.xpm
|
||||||
utils/hhp2cache/*.txt
|
utils/hhp2cached/*.txt
|
||||||
|
|
||||||
contrib/configure
|
contrib/configure
|
||||||
contrib/configure.in
|
contrib/configure.in
|
||||||
|
@@ -79,3 +79,25 @@ contrib/samples/ogl/studio/Makefile.in
|
|||||||
contrib/samples/mmedia/Makefile.in
|
contrib/samples/mmedia/Makefile.in
|
||||||
contrib/samples/stc/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
|
||||||
|
@@ -244,6 +244,9 @@ utils/dialoged/src/DialogEdVC.dsw
|
|||||||
utils/tex2rtf/src/Tex2RTFVC.dsp
|
utils/tex2rtf/src/Tex2RTFVC.dsp
|
||||||
utils/tex2rtf/src/Tex2RTFVC.dsw
|
utils/tex2rtf/src/Tex2RTFVC.dsw
|
||||||
|
|
||||||
|
utils/hhp2cached/hhp2cachedVC.dsp
|
||||||
|
utils/hhp2cached/hhp2cachedVC.dsw
|
||||||
|
|
||||||
contrib/src/ogl/OglVC.dsp
|
contrib/src/ogl/OglVC.dsp
|
||||||
contrib/src/ogl/OglVC.dsw
|
contrib/src/ogl/OglVC.dsw
|
||||||
|
|
||||||
|
@@ -40,7 +40,7 @@ THISDIR = $(WXDIR)\src\msw
|
|||||||
# Please set these according to the settings in wx_setup.h, so we can include
|
# Please set these according to the settings in wx_setup.h, so we can include
|
||||||
# the appropriate libraries in wx.lib
|
# the appropriate libraries in wx.lib
|
||||||
USE_CTL3D=1
|
USE_CTL3D=1
|
||||||
USE_XPM_IN_MSW=0
|
USE_XPM_IN_MSW=1
|
||||||
|
|
||||||
PERIPH_LIBS=
|
PERIPH_LIBS=
|
||||||
PERIPH_TARGET=
|
PERIPH_TARGET=
|
||||||
@@ -51,7 +51,7 @@ PERIPH_LIBS=$(WXDIR)\lib\bcc16\ctl3dv2.lib $(PERIPH_LIBS)
|
|||||||
!endif
|
!endif
|
||||||
|
|
||||||
!if "$(USE_XPM_IN_MSW)" == "1"
|
!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_TARGET=xpm $(PERIPH_TARGET)
|
||||||
PERIPH_CLEAN_TARGET=clean_xpm $(PERIPH_CLEAN_TARGET)
|
PERIPH_CLEAN_TARGET=clean_xpm $(PERIPH_CLEAN_TARGET)
|
||||||
!endif
|
!endif
|
||||||
@@ -706,8 +706,6 @@ $(MSWDIR)\treelay.obj: $(GENDIR)\treelay.$(SRCSUFF)
|
|||||||
|
|
||||||
$(MSWDIR)\wizard.obj: $(GENDIR)\wizard.$(SRCSUFF)
|
$(MSWDIR)\wizard.obj: $(GENDIR)\wizard.$(SRCSUFF)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
all_utils:
|
all_utils:
|
||||||
cd $(WXDIR)\utils
|
cd $(WXDIR)\utils
|
||||||
make -f makefile.bcc
|
make -f makefile.bcc
|
||||||
@@ -723,17 +721,8 @@ all_execs:
|
|||||||
make -f makefile.bcc all_execs
|
make -f makefile.bcc all_execs
|
||||||
cd $(WXDIR)\src\msw
|
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
|
# CONTRIB
|
||||||
wxxpm: $(CFG)
|
xpm: $(CFG)
|
||||||
cd $(WXDIR)\src\xpm
|
cd $(WXDIR)\src\xpm
|
||||||
make -f makefile.bcc -DCFG=$(CFG) -DFINAL=$(FINAL) -DWXWIN=$(WXDIR) -DDEBUG=$(DEBUG)
|
make -f makefile.bcc -DCFG=$(CFG) -DFINAL=$(FINAL) -DWXWIN=$(WXDIR) -DDEBUG=$(DEBUG)
|
||||||
cd $(WXDIR)\src\msw
|
cd $(WXDIR)\src\msw
|
||||||
|
11
src/xpm/makefile.bcc
Normal file
11
src/xpm/makefile.bcc
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# 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
|
@@ -45,7 +45,7 @@
|
|||||||
#include "xpm.h"
|
#include "xpm.h"
|
||||||
|
|
||||||
// Added by JACS for some compilers (no popen/pclose functions)
|
// 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
|
#define NO_ZPIPE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -6,8 +6,17 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// 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>
|
#include <wx/html/helpdata.h>
|
||||||
|
|
||||||
|
|
||||||
|
7
utils/hhp2cached/hhp2cached.def
Normal file
7
utils/hhp2cached/hhp2cached.def
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
NAME hhp2cached
|
||||||
|
DESCRIPTION 'hhp2cached utility'
|
||||||
|
EXETYPE WINDOWS
|
||||||
|
CODE PRELOAD MOVEABLE DISCARDABLE
|
||||||
|
DATA PRELOAD MOVEABLE MULTIPLE
|
||||||
|
HEAPSIZE 4048
|
||||||
|
STACKSIZE 16000
|
1
utils/hhp2cached/hhp2cached.rc
Normal file
1
utils/hhp2cached/hhp2cached.rc
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include "wx/msw/wx.rc"
|
16
utils/hhp2cached/makefile.b32
Normal file
16
utils/hhp2cached/makefile.b32
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
#
|
||||||
|
# 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
|
||||||
|
|
16
utils/hhp2cached/makefile.g95
Normal file
16
utils/hhp2cached/makefile.g95
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
#
|
||||||
|
# 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
|
||||||
|
|
18
utils/hhp2cached/makefile.vc
Normal file
18
utils/hhp2cached/makefile.vc
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
#
|
||||||
|
# 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
|
||||||
|
|
15
utils/hhp2cached/makefile.wat
Normal file
15
utils/hhp2cached/makefile.wat
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
#
|
||||||
|
# Makefile for WATCOM
|
||||||
|
#
|
||||||
|
# Created by Julian Smart, January 1999
|
||||||
|
#
|
||||||
|
#
|
||||||
|
|
||||||
|
WXDIR = $(%WXWIN)
|
||||||
|
|
||||||
|
PROGRAM = hhp2cached
|
||||||
|
OBJECTS = $(PROGRAM).obj
|
||||||
|
|
||||||
|
!include $(WXDIR)\src\makeprog.wat
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user