Removed all outdated makefile.dos and their *.msc include.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-08-01 07:09:58 +00:00
parent d8cebdca39
commit 8e62b5ee36
81 changed files with 2 additions and 3126 deletions

View File

@@ -1,11 +0,0 @@
# Purpose: makefile for multicell example (VC++ 1.5x)
# Created 2000-07-28
WXDIR = $(WXWIN)
TARGET=mtest
OBJECTS = $(TARGET).obj ..\src\multicell.obj
EXTRAINC=-I..\include
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=minimal
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=minimal
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,88 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1995
# Updated:
# Copyright:
#
# "%W% %G%"
#
# Makefile : Builds OGLEdit example (MSVC++ 1.5).
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
!include $(WXDIR)\src\makemsc.env
THISDIR = $(WXDIR)\contrib\samples\ogl\ogledit
WXLIB = $(WXDIR)\lib\wx.lib
OGLLIB = $(WXDIR)\lib\ogl.lib
LIBS=$(WXLIB) $(OGLLIB) oldnames libw llibcew commdlg shell ddeml
OBJECTS = ogledit.obj doc.obj view.obj palette.obj
all: ogledit.exe
wx:
cd $(WXDIR)\src\msw
nmake -f makefile.dos
cd $(THISDIR)
wxclean:
cd $(WXDIR)\src\msw
nmake -f makefile.dos clean
cd $(THISDIR)
ogl:
cd $(OGLDIR)\src
nmake -f makefile.dos FINAL=$(FINAL)
cd $(THISDIR)
prologio:
cd $(PROLOGDIR)\src
nmake -f makefile.dos FINAL=$(FINAL)
cd $(THISDIR)
ogledit.exe: $(WXDIR)\src\msw\dummy.obj $(WXLIB) $(OBJECTS) $(OGLLIB) ogledit.def ogledit.res
link $(LINKFLAGS) @<<
$(WXDIR)\src\msw\dummy.obj $(OBJECTS),
ogledit,
NUL,
$(LIBS),
ogledit.def
;
<<
rc -30 -K ogledit.res
ogledit.obj: ogledit.h ogledit.$(SRCSUFF)
cl @<<
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
<<
view.obj: view.h view.$(SRCSUFF)
cl @<<
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
<<
doc.obj: doc.h doc.$(SRCSUFF)
cl @<<
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
<<
palette.obj: view.h doc.h ogledit.h palette.$(SRCSUFF) $(DUMMYOBJ)
cl @<<
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
<<
ogledit.res : ogledit.rc $(WXDIR)\include\msw\wx.rc
rc -r /dFAFA_LIB /i$(WXDIR)\include /i$(WXDIR)\contrib\include ogledit
clean:
-erase *.obj
-erase *.exe
-erase *.res
-erase *.map
-erase *.sbr
-erase *.pdb

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=bombs
OBJECTS = $(TARGET).obj bombs1.obj game.obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=forty
OBJECTS = $(TARGET).obj canvas.obj card.obj game.obj pile.obj playerdg.obj scoredg.obj scorefil.obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=fractal
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=life
OBJECTS = $(TARGET).obj dialogs.obj game.obj reader.obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=wxpoem
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -753,8 +753,6 @@ samples/ipc/client.b32
samples/ipc/server.b32 samples/ipc/server.b32
samples/ipc/client.bcc samples/ipc/client.bcc
samples/ipc/server.bcc samples/ipc/server.bcc
samples/ipc/client.dos
samples/ipc/server.dos
samples/ipc/client.g95 samples/ipc/client.g95
samples/ipc/server.g95 samples/ipc/server.g95
samples/ipc/*.rc samples/ipc/*.rc
@@ -1147,8 +1145,6 @@ samples/sockets/client.wat
samples/sockets/server.wat samples/sockets/server.wat
samples/sockets/client.vc samples/sockets/client.vc
samples/sockets/server.vc samples/sockets/server.vc
samples/sockets/client.dos
samples/sockets/server.dos
samples/sockets/client.b32 samples/sockets/client.b32
samples/sockets/server.b32 samples/sockets/server.b32
samples/sockets/client.bcc samples/sockets/client.bcc

View File

@@ -185,8 +185,6 @@ src/makebcc.env
src/makeprog.bcc src/makeprog.bcc
src/makelib.bcc src/makelib.bcc
src/makemsc.env src/makemsc.env
src/makeprog.msc
src/makelib.msc
src/makewat.env src/makewat.env
src/makeprog.wat src/makeprog.wat
src/makelib.wat src/makelib.wat
@@ -203,7 +201,6 @@ src/makelib.sl
src/salford.lnk src/salford.lnk
src/maketwin.env src/maketwin.env
src/makefile.bcc src/makefile.bcc
src/makefile.dos
src/makefile.vc src/makefile.vc
src/*.bat src/*.bat

View File

@@ -29,7 +29,6 @@ contrib/src/ogl/makefile.b32
contrib/src/ogl/makefile.wat contrib/src/ogl/makefile.wat
contrib/src/ogl/makefile.g95 contrib/src/ogl/makefile.g95
contrib/src/ogl/makefile.unx contrib/src/ogl/makefile.unx
contrib/src/ogl/makefile.dos
contrib/src/ogl/makefile.vms contrib/src/ogl/makefile.vms
contrib/src/ogl/Makefile.in contrib/src/ogl/Makefile.in
contrib/src/ogl/*.txt contrib/src/ogl/*.txt
@@ -49,7 +48,6 @@ contrib/samples/ogl/ogledit/makefile.b32
contrib/samples/ogl/ogledit/makefile.wat contrib/samples/ogl/ogledit/makefile.wat
contrib/samples/ogl/ogledit/makefile.g95 contrib/samples/ogl/ogledit/makefile.g95
contrib/samples/ogl/ogledit/makefile.unx contrib/samples/ogl/ogledit/makefile.unx
contrib/samples/ogl/ogledit/makefile.dos
contrib/samples/ogl/ogledit/makefile.vms contrib/samples/ogl/ogledit/makefile.vms
contrib/samples/ogl/ogledit/Makefile.in contrib/samples/ogl/ogledit/Makefile.in
contrib/samples/ogl/ogledit/*.txt contrib/samples/ogl/ogledit/*.txt
@@ -73,7 +71,6 @@ contrib/samples/ogl/studio/makefile.b32
contrib/samples/ogl/studio/makefile.wat contrib/samples/ogl/studio/makefile.wat
contrib/samples/ogl/studio/makefile.g95 contrib/samples/ogl/studio/makefile.g95
contrib/samples/ogl/studio/makefile.unx contrib/samples/ogl/studio/makefile.unx
contrib/samples/ogl/studio/makefile.dos
contrib/samples/ogl/studio/makefile.vms contrib/samples/ogl/studio/makefile.vms
contrib/samples/ogl/studio/Makefile.in contrib/samples/ogl/studio/Makefile.in
contrib/samples/ogl/studio/*.txt contrib/samples/ogl/studio/*.txt

View File

@@ -2,7 +2,6 @@ utils/tex2rtf/Makefile.in
utils/tex2rtf/src/*.cpp utils/tex2rtf/src/*.cpp
utils/tex2rtf/src/*.h utils/tex2rtf/src/*.h
utils/tex2rtf/src/makefile.bcc utils/tex2rtf/src/makefile.bcc
utils/tex2rtf/src/makefile.dos
utils/tex2rtf/src/makefile.b32 utils/tex2rtf/src/makefile.b32
utils/tex2rtf/src/makefile.wat utils/tex2rtf/src/makefile.wat
utils/tex2rtf/src/makefile.unx utils/tex2rtf/src/makefile.unx

View File

@@ -50,8 +50,6 @@ echo Generating for Visual C++ 4.0...
echo Generating for Borland C++ (32 bits)... echo Generating for Borland C++ (32 bits)...
%TM% -t b32 wxwin.pro -o %WXDIR%\src\msw\makefile.b32 %TM% -t b32 wxwin.pro -o %WXDIR%\src\msw\makefile.b32
%TM% -t b32base wxwin.pro -o %WXDIR%\src\msw\makebase.b32 %TM% -t b32base wxwin.pro -o %WXDIR%\src\msw\makebase.b32
echo Generating for Visual C++ 1.52...
%TM% -t dos wxwin.pro -o %WXDIR%\src\msw\makefile.dos
echo Generating for Borland C++ (16 bits)... echo Generating for Borland C++ (16 bits)...
%TM% -t bcc wxwin.pro -o %WXDIR%\src\msw\makefile.bcc %TM% -t bcc wxwin.pro -o %WXDIR%\src\msw\makefile.bcc
echo Generating for Cygwin/Mingw32 echo Generating for Cygwin/Mingw32

View File

@@ -30,10 +30,6 @@ do
echo "Generating $mswdir/makefile.bcc for Borland C++ (16 bits)..." echo "Generating $mswdir/makefile.bcc for Borland C++ (16 bits)..."
$TMAKE -t bcc wxwin.pro -o $mswdir/makefile.bcc;; $TMAKE -t bcc wxwin.pro -o $mswdir/makefile.bcc;;
dos.t)
echo "Generating $mswdir/makefile.dos for Visual C++ 1.52..."
$TMAKE -t dos wxwin.pro -o $mswdir/makefile.dos;;
g95.t) g95.t)
echo "Generating $mswdir/makefile.g95 for Cygwin/Mingw32..." echo "Generating $mswdir/makefile.g95 for Cygwin/Mingw32..."
$TMAKE -t g95 wxwin.pro -o $mswdir/makefile.g95;; $TMAKE -t g95 wxwin.pro -o $mswdir/makefile.g95;;

View File

@@ -12,7 +12,6 @@ utils/emulator/src/*.cpp
utils/emulator/src/*.h utils/emulator/src/*.h
utils/emulator/src/makefile.vc utils/emulator/src/makefile.vc
utils/emulator/src/makefile.bcc utils/emulator/src/makefile.bcc
utils/emulator/src/makefile.dos
utils/emulator/src/makefile.b32 utils/emulator/src/makefile.b32
utils/emulator/src/makefile.wat utils/emulator/src/makefile.wat
utils/emulator/src/makefile.unx utils/emulator/src/makefile.unx

View File

@@ -29,7 +29,6 @@ contrib/src/xml/makefile.b32
contrib/src/xml/makefile.wat contrib/src/xml/makefile.wat
contrib/src/xml/makefile.g95 contrib/src/xml/makefile.g95
contrib/src/xml/makefile.unx contrib/src/xml/makefile.unx
contrib/src/xml/makefile.dos
contrib/src/xml/makefile.vms contrib/src/xml/makefile.vms
contrib/src/xml/Makefile.in contrib/src/xml/Makefile.in
contrib/src/xml/*.txt contrib/src/xml/*.txt
@@ -49,7 +48,6 @@ contrib/utils/wxrc/makefile.b32
contrib/utils/wxrc/makefile.wat contrib/utils/wxrc/makefile.wat
contrib/utils/wxrc/makefile.g95 contrib/utils/wxrc/makefile.g95
contrib/utils/wxrc/makefile.unx contrib/utils/wxrc/makefile.unx
contrib/utils/wxrc/makefile.dos
contrib/utils/wxrc/makefile.vms contrib/utils/wxrc/makefile.vms
contrib/utils/wxrc/Makefile.in contrib/utils/wxrc/Makefile.in
contrib/utils/wxrc/*.txt contrib/utils/wxrc/*.txt

View File

@@ -54,7 +54,6 @@ src/xrc/makefile.b32
src/xrc/makefile.wat src/xrc/makefile.wat
src/xrc/makefile.g95 src/xrc/makefile.g95
src/xrc/makefile.unx src/xrc/makefile.unx
src/xrc/makefile.dos
src/xrc/makefile.vms src/xrc/makefile.vms
src/xrc/Makefile.in src/xrc/Makefile.in
src/xrc/*.txt src/xrc/*.txt
@@ -94,7 +93,6 @@ contrib/utils/convertrc/makefile.b32
contrib/utils/convertrc/makefile.wat contrib/utils/convertrc/makefile.wat
contrib/utils/convertrc/makefile.g95 contrib/utils/convertrc/makefile.g95
contrib/utils/convertrc/makefile.unx contrib/utils/convertrc/makefile.unx
contrib/utils/convertrc/makefile.dos
contrib/utils/convertrc/makefile.vms contrib/utils/convertrc/makefile.vms
contrib/utils/convertrc/Makefile.in contrib/utils/convertrc/Makefile.in
contrib/utils/convertrc/*.txt contrib/utils/convertrc/*.txt

View File

@@ -737,8 +737,6 @@ samples/ipc/client.b32
samples/ipc/server.b32 samples/ipc/server.b32
samples/ipc/client.bcc samples/ipc/client.bcc
samples/ipc/server.bcc samples/ipc/server.bcc
samples/ipc/client.dos
samples/ipc/server.dos
samples/ipc/client.g95 samples/ipc/client.g95
samples/ipc/server.g95 samples/ipc/server.g95
samples/ipc/*.rc samples/ipc/*.rc
@@ -1135,8 +1133,6 @@ samples/sockets/client.wat
samples/sockets/server.wat samples/sockets/server.wat
samples/sockets/client.vc samples/sockets/client.vc
samples/sockets/server.vc samples/sockets/server.vc
samples/sockets/client.dos
samples/sockets/server.dos
samples/sockets/client.b32 samples/sockets/client.b32
samples/sockets/server.b32 samples/sockets/server.b32
samples/sockets/client.bcc samples/sockets/client.bcc

View File

@@ -185,8 +185,6 @@ src/makebcc.env
src/makeprog.bcc src/makeprog.bcc
src/makelib.bcc src/makelib.bcc
src/makemsc.env src/makemsc.env
src/makeprog.msc
src/makelib.msc
src/makewat.env src/makewat.env
src/makeprog.wat src/makeprog.wat
src/makelib.wat src/makelib.wat
@@ -203,7 +201,6 @@ src/makelib.sl
src/salford.lnk src/salford.lnk
src/maketwin.env src/maketwin.env
src/makefile.bcc src/makefile.bcc
src/makefile.dos
src/makefile.vc src/makefile.vc
src/*.bat src/*.bat

View File

@@ -29,7 +29,6 @@ contrib/src/ogl/makefile.b32
contrib/src/ogl/makefile.wat contrib/src/ogl/makefile.wat
contrib/src/ogl/makefile.g95 contrib/src/ogl/makefile.g95
contrib/src/ogl/makefile.unx contrib/src/ogl/makefile.unx
contrib/src/ogl/makefile.dos
contrib/src/ogl/makefile.vms contrib/src/ogl/makefile.vms
contrib/src/ogl/Makefile.in contrib/src/ogl/Makefile.in
contrib/src/ogl/*.txt contrib/src/ogl/*.txt
@@ -49,7 +48,6 @@ contrib/samples/ogl/ogledit/makefile.b32
contrib/samples/ogl/ogledit/makefile.wat contrib/samples/ogl/ogledit/makefile.wat
contrib/samples/ogl/ogledit/makefile.g95 contrib/samples/ogl/ogledit/makefile.g95
contrib/samples/ogl/ogledit/makefile.unx contrib/samples/ogl/ogledit/makefile.unx
contrib/samples/ogl/ogledit/makefile.dos
contrib/samples/ogl/ogledit/makefile.vms contrib/samples/ogl/ogledit/makefile.vms
contrib/samples/ogl/ogledit/Makefile.in contrib/samples/ogl/ogledit/Makefile.in
contrib/samples/ogl/ogledit/*.txt contrib/samples/ogl/ogledit/*.txt
@@ -73,7 +71,6 @@ contrib/samples/ogl/studio/makefile.b32
contrib/samples/ogl/studio/makefile.wat contrib/samples/ogl/studio/makefile.wat
contrib/samples/ogl/studio/makefile.g95 contrib/samples/ogl/studio/makefile.g95
contrib/samples/ogl/studio/makefile.unx contrib/samples/ogl/studio/makefile.unx
contrib/samples/ogl/studio/makefile.dos
contrib/samples/ogl/studio/makefile.vms contrib/samples/ogl/studio/makefile.vms
contrib/samples/ogl/studio/Makefile.in contrib/samples/ogl/studio/Makefile.in
contrib/samples/ogl/studio/*.txt contrib/samples/ogl/studio/*.txt

View File

@@ -2,7 +2,6 @@ utils/tex2rtf/Makefile.in
utils/tex2rtf/src/*.cpp utils/tex2rtf/src/*.cpp
utils/tex2rtf/src/*.h utils/tex2rtf/src/*.h
utils/tex2rtf/src/makefile.bcc utils/tex2rtf/src/makefile.bcc
utils/tex2rtf/src/makefile.dos
utils/tex2rtf/src/makefile.b32 utils/tex2rtf/src/makefile.b32
utils/tex2rtf/src/makefile.wat utils/tex2rtf/src/makefile.wat
utils/tex2rtf/src/makefile.unx utils/tex2rtf/src/makefile.unx

View File

@@ -12,7 +12,6 @@ utils/emulator/src/*.cpp
utils/emulator/src/*.h utils/emulator/src/*.h
utils/emulator/src/makefile.vc utils/emulator/src/makefile.vc
utils/emulator/src/makefile.bcc utils/emulator/src/makefile.bcc
utils/emulator/src/makefile.dos
utils/emulator/src/makefile.b32 utils/emulator/src/makefile.b32
utils/emulator/src/makefile.wat utils/emulator/src/makefile.wat
utils/emulator/src/makefile.unx utils/emulator/src/makefile.unx

View File

@@ -29,7 +29,6 @@ contrib/src/xml/makefile.b32
contrib/src/xml/makefile.wat contrib/src/xml/makefile.wat
contrib/src/xml/makefile.g95 contrib/src/xml/makefile.g95
contrib/src/xml/makefile.unx contrib/src/xml/makefile.unx
contrib/src/xml/makefile.dos
contrib/src/xml/makefile.vms contrib/src/xml/makefile.vms
contrib/src/xml/Makefile.in contrib/src/xml/Makefile.in
contrib/src/xml/*.txt contrib/src/xml/*.txt
@@ -49,7 +48,6 @@ contrib/utils/wxrc/makefile.b32
contrib/utils/wxrc/makefile.wat contrib/utils/wxrc/makefile.wat
contrib/utils/wxrc/makefile.g95 contrib/utils/wxrc/makefile.g95
contrib/utils/wxrc/makefile.unx contrib/utils/wxrc/makefile.unx
contrib/utils/wxrc/makefile.dos
contrib/utils/wxrc/makefile.vms contrib/utils/wxrc/makefile.vms
contrib/utils/wxrc/Makefile.in contrib/utils/wxrc/Makefile.in
contrib/utils/wxrc/*.txt contrib/utils/wxrc/*.txt

View File

@@ -54,7 +54,6 @@ src/xrc/makefile.b32
src/xrc/makefile.wat src/xrc/makefile.wat
src/xrc/makefile.g95 src/xrc/makefile.g95
src/xrc/makefile.unx src/xrc/makefile.unx
src/xrc/makefile.dos
src/xrc/makefile.vms src/xrc/makefile.vms
src/xrc/Makefile.in src/xrc/Makefile.in
src/xrc/*.txt src/xrc/*.txt
@@ -94,7 +93,6 @@ contrib/utils/convertrc/makefile.b32
contrib/utils/convertrc/makefile.wat contrib/utils/convertrc/makefile.wat
contrib/utils/convertrc/makefile.g95 contrib/utils/convertrc/makefile.g95
contrib/utils/convertrc/makefile.unx contrib/utils/convertrc/makefile.unx
contrib/utils/convertrc/makefile.dos
contrib/utils/convertrc/makefile.vms contrib/utils/convertrc/makefile.vms
contrib/utils/convertrc/Makefile.in contrib/utils/convertrc/Makefile.in
contrib/utils/convertrc/*.txt contrib/utils/convertrc/*.txt

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=accesstest
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=arttest
OBJECTS = $(TARGET).obj artbrows.obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for calendar example (VC++ 1.5x)
# Created: 2000-01-03
WXDIR = $(WXWIN)
TARGET=calendar
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=caret
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=checklst
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=conftest
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=controls
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,20 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
# This sample will not build any longer (most likely)
# without heavy mods to the db/dbtable classes
WXDIR = $(WXWIN)
TARGET=dbtest
OBJECTS=$(TARGET).obj listdb.obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=dialogs
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=nettest
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=docview
OBJECTS=$(TARGET).obj view.obj doc.obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=docview
OBJECTS=$(TARGET).obj doc.obj view.obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for dragimag example (VC++ 1.5x)
# Created: 2000-03-15
WXDIR = $(WXWIN)
TARGET=dragimag
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=drawing
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=dynamic
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=erase
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for event example (VC++ 1.5x)
# Created: 2001-01-31
WXDIR = $(WXWIN)
TARGET=event
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for exec example (VC++ 1.5x)
# Created: 2000-03-14
WXDIR = $(WXWIN)
TARGET=exec
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Michael Bedward
# Created: 1999
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=griddemo
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=demo
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=image
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=internat
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,19 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=client
OBJECTS = $(TARGET).obj
# TODO: server
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for joytest example (VC++ 1.5x)
# Created: 2000-03-14
WXDIR = $(WXWIN)
TARGET=joytest
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=layout
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=listtest
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,274 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1993
# Updated:
# Copyright:
#
# "%W% %G%"
#
# Makefile : Builds samples for Win95, MSVC++ 16-bit
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
# Set WXDIR for your system
WXDIR = $(WXWIN)
THISDIR=$(WXDIR)\samples
#
# Indicates kind of pb with samples
#
# No makefile.dos file
NOMAKE=1
# No 16 bit version
ONLY32=1
# Misc. compilation errors
COMPIL=1
!include $(WXDIR)\src\makemsc.env
#
# Please keep samples list up-to-date, in alphabetical order
#
all:
cd $(WXDIR)\samples\artprov
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\bombs
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\caret
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\checklst
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\config
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\controls
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(COMPIL)"==""
cd $(WXDIR)\samples\db
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\dde
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\dialogs
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(ONLY32)"==""
cd $(WXDIR)\samples\dnd
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\docview
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\docvwmdi
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\drawing
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\dynamic
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\forty
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\fractal
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\grid
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\help
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\html
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\internat
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\joytest
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\layout
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\listctrl
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\mdi
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(FINAL)" == "0"
cd $(WXDIR)\samples\memcheck
nmake -f makefile.dos FINAL=$(FINAL)
!endif
!if "$(COMPIL)"==""
cd $(WXDIR)\samples\mfc
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\minifram
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\minimal
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(ONLY32)"==""
cd $(WXDIR)\samples\nativdlg
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\notebook
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\oleauto
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\ownerdrw
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\png
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\printing
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\regtest
nmake -f makefile.dos FINAL=$(FINAL)
!endif
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\scroll
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\splitter
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(COMPIL)"==""
cd $(WXDIR)\samples\tab
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\taskbar
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\text
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(ONLY32)"==""
cd $(WXDIR)\samples\thread
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\toolbar
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\treectrl
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(COMPIL)"==""
cd $(WXDIR)\samples\typetest
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\validate
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\wizard
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\wxpoem
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(COMPIL)"==""
cd $(WXDIR)\samples\wxsocket
nmake -f makefile.dos FINAL=$(FINAL)
!endif
clean:
cd $(WXDIR)\samples\bombs
nmake -f makefile.dos clean
cd $(WXDIR)\samples\caret
nmake -f makefile.dos clean
cd $(WXDIR)\samples\checklst
nmake -f makefile.dos clean
cd $(WXDIR)\samples\config
nmake -f makefile.dos clean
cd $(WXDIR)\samples\controls
nmake -f makefile.dos clean
cd $(WXDIR)\samples\db
nmake -f makefile.dos clean
cd $(WXDIR)\samples\dde
nmake -f makefile.dos clean
cd $(WXDIR)\samples\dialogs
nmake -f makefile.dos clean
cd $(WXDIR)\samples\dnd
nmake -f makefile.dos clean
cd $(WXDIR)\samples\docview
nmake -f makefile.dos clean
cd $(WXDIR)\samples\docvwmdi
nmake -f makefile.dos clean
cd $(WXDIR)\samples\drawing
nmake -f makefile.dos clean
cd $(WXDIR)\samples\dynamic
nmake -f makefile.dos clean
cd $(WXDIR)\samples\forty
nmake -f makefile.dos clean
cd $(WXDIR)\samples\fractal
nmake -f makefile.dos clean
cd $(WXDIR)\samples\grid
nmake -f makefile.dos clean
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\help
nmake -f makefile.dos clean
cd $(WXDIR)\samples\html
nmake -f makefile.dos clean
!endif
cd $(WXDIR)\samples\internat
nmake -f makefile.dos clean
cd $(WXDIR)\samples\joytest
nmake -f makefile.dos clean
cd $(WXDIR)\samples\layout
nmake -f makefile.dos clean
cd $(WXDIR)\samples\listctrl
nmake -f makefile.dos clean
cd $(WXDIR)\samples\mdi
nmake -f makefile.dos clean
!if "$(FINAL)" == "0"
cd $(WXDIR)\samples\memcheck
nmake -f makefile.dos clean
!endif
cd $(WXDIR)\samples\mfc
nmake -f makefile.dos clean
cd $(WXDIR)\samples\minifram
nmake -f makefile.dos clean
cd $(WXDIR)\samples\minimal
nmake -f makefile.dos clean
cd $(WXDIR)\samples\nativdlg
nmake -f makefile.dos clean
cd $(WXDIR)\samples\notebook
nmake -f makefile.dos clean
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\oleauto
nmake -f makefile.dos clean
!endif
cd $(WXDIR)\samples\ownerdrw
nmake -f makefile.dos clean
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\png
nmake -f makefile.dos clean
!endif
cd $(WXDIR)\samples\printing
nmake -f makefile.dos clean
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\regtest
nmake -f makefile.dos clean
!endif
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos clean
!endif
cd $(WXDIR)\samples\scroll
nmake -f makefile.dos clean
cd $(WXDIR)\samples\splitter
nmake -f makefile.dos clean
cd $(WXDIR)\samples\tab
nmake -f makefile.dos clean
cd $(WXDIR)\samples\taskbar
nmake -f makefile.dos clean
cd $(WXDIR)\samples\text
nmake -f makefile.dos clean
cd $(WXDIR)\samples\thread
nmake -f makefile.dos clean
cd $(WXDIR)\samples\toolbar
nmake -f makefile.dos clean
cd $(WXDIR)\samples\treectrl
nmake -f makefile.dos clean
cd $(WXDIR)\samples\typetest
nmake -f makefile.dos clean
cd $(WXDIR)\samples\validate
nmake -f makefile.dos clean
!if "$(NOMAKE)"==""
cd $(WXDIR)\samples\wizard
nmake -f makefile.dos clean
!endif
cd $(WXDIR)\samples\wxpoem
nmake -f makefile.dos clean
cd $(WXDIR)\samples\wxsocket
nmake -f makefile.dos clean

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=mdi
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=memcheck
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for minifram example (VC++ 1.5x)
# Created: 2000-03-15
WXDIR = $(WXWIN)
TARGET=minifram
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=minimal
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=nativdlg
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for notebook example (VC++ 1.5x)
# Created: 2000-03-15
WXDIR = $(WXWIN)
TARGET=notebook
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=ownerdrw
OBJECTS = $(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=printing
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for propsize example (VC++ 1.5x)
# Created: 2000-03-14
WXDIR = $(WXWIN)
TARGET=propsize
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for sashtest example (VC++ 1.5x)
# Created: 2000-03-14
WXDIR = $(WXWIN)
TARGET=sashtest
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=scroll
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=scrollsub
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for shaped example (VC++ 1.5x)
# Created: 2000-01-03
WXDIR = $(WXWIN)
TARGET=shaped
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,19 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=client
OBJECTS = $(TARGET).obj
# TODO: server
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for splitter example (VC++ 1.5x)
# Created: 2000-03-15
WXDIR = $(WXWIN)
TARGET=splitter
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for statbar example (VC++ 1.5x)
# Created: 2000-02-04
WXDIR = $(WXWIN)
TARGET=statbar
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,65 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1993
# Updated:
# Copyright:
#
# "%W% %G%"
#
# Makefile : Builds taskbar example (DOS).
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
!include $(WXDIR)\src\makemsc.env
THISDIR = $(WXDIR)\samples\taskbar
!ifndef FINAL
FINAL=0
!endif
HEADERS =
SOURCES = tbtest.$(SRCSUFF)
OBJECTS = tbtest.obj
all: tbtest.exe
wx:
cd $(WXDIR)\src\msw
nmake -f makefile.dos FINAL=$(FINAL)
cd $(THISDIR)
wxclean:
cd $(WXDIR)\src\msw
nmake -f makefile.dos clean
cd $(THISDIR)
tbtest.exe: $(WXDIR)\src\msw\dummy.obj $(WXLIB) tbtest.obj tbtest.def tbtest.res
link $(LINKFLAGS) @<<
tbtest.obj $(WXDIR)\src\msw\dummy.obj,
tbtest,
NUL,
$(LIBS),
tbtest.def
;
<<
rc -K tbtest.res
tbtest.obj: tbtest.$(SRCSUFF)
cl @<<
$(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
<<
tbtest.res : tbtest.rc $(WXDIR)\include\wx\msw\wx.rc
rc -r /i$(WXDIR)\include tbtest
clean:
-erase *.obj
-erase *.exe
-erase *.res
-erase *.map
-erase *.sbr
-erase *.pdb

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=text
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for thread example (VC++ 1.5x)
# Created: 2000-03-15
WXDIR = $(WXWIN)
TARGET=thread
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for toolbar example (VC++ 1.5x)
# Created: 2000-03-14
WXDIR = $(WXWIN)
TARGET=toolbar
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for typetest example (VC++ 1.5x)
# Created: 2000-03-14
WXDIR = $(WXWIN)
TARGET=typetest
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,10 +0,0 @@
# Purpose: makefile for wizard example (VC++ 1.5x)
# Created: 2000-03-15
WXDIR = $(WXWIN)
TARGET=wizard
OBJECTS=$(TARGET).obj
!include $(WXDIR)\src\makeprog.msc

View File

@@ -1,51 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1993
# Updated:
# Copyright:
#
# "%W% %G%"
#
# Makefile : Builds wxWindows library wx.lib for Windows 3.1
# You can invoke the makefile in this directory, wx/src, or
# equally from wx/src/msw. This makefile was created to be
# consistent with other makefiles which were appearing this
# directory.
# Arguments:
#
# FINAL=1 argument to nmake to build version with no debugging info.
# DEBUG=1 argument to nmake to build DEBUG version (memory checking, tracing)
#
# Set WXDIR to the wxWindows directory if env. variable WXWIN not set.
#
WXDIR = $(WXWIN)
THISDIR = $(WXDIR)\src\msw
WXLIB = $(WXDIR)\lib
WXINC = $(WXDIR)\include\msw
WXBASESRC = $(WXDIR)\src\base
WXBASEINC = $(WXDIR)\include\base
!ifndef FINAL
FINAL=0
!endif
!ifndef WXDEBUG
WXDEBUG=0
!endif
all:
cd $(WXDIR)\src\msw
nmake -f makefile.dos FINAL=$(FINAL) WXDEBUG=$(WXDEBUG)
cd $(THISDIR)
clean:
cd $(WXDIR)\src\msw
nmake -f makefile.dos clean
cd $(THISDIR)
cleanall:
cd $(WXDIR)\src\msw
nmake -f makefile.dos cleanall
cd $(THISDIR)

View File

@@ -1,58 +0,0 @@
#
# File: makeprog.msc
# Author: Julian Smart
# Created: 1998
# Updated:
#
# "%W% %G%"
#
# Include file for 16-bit samples
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
!include $(WXDIR)\src\makemsc.env
!ifndef FINAL
FINAL=0
!endif
.cpp.obj:
cl @<<
$(CPPFLAGS) /c /Tp $*.cpp
<<
all: $(TARGET).exe
wx:
cd $(WXDIR)\src\msw
nmake -f makefile.dos FINAL=$(FINAL)
cd $(THISDIR)
wxclean:
cd $(WXDIR)\src\msw
nmake -f makefile.dos clean
cd $(THISDIR)
$(TARGET).exe: $(WXDIR)\src\msw\dummy.obj $(WXLIB) $(OBJECTS) $(TARGET).def $(TARGET).res
link $(LINKFLAGS) /NOE @<<
$(OBJECTS) $(WXDIR)\src\msw\dummy.obj,
$(TARGET),
NUL,
$(LIBS),
$(TARGET).def
;
<<
rc -K $(TARGET).res
$(TARGET).res : $(TARGET).rc $(WXDIR)\include\wx\msw\wx.rc
rc -r /i$(WXDIR)\include /i$(WXDIR)\contrib\include $(TARGET)
clean:
-erase *.obj
-erase *.exe
-erase *.res
-erase *.map
-erase *.sbr
-erase *.pdb

File diff suppressed because it is too large Load Diff

View File

@@ -1,77 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1993
# Updated:
# Copyright:
#
# "%W% %G%"
#
# Makefile : Builds winpng.lib library for Windows 3.1
# Change WXDIR or WXWIN to wherever wxWindows is found
WXDIR = $(WXWIN)
WXLIB = $(WXDIR)\lib\wx.lib
WXINC = $(WXDIR)\include
WINPNGDIR = $(WXDIR)\src\png
WINPNGINC = $(WINPNGDIR)
WINPNGLIB = ..\..\lib\winpng.lib
INC = /I..\zlib
LIBS=$(WXLIB) $(WINPNGLIB) libw llibcew commdlg ddeml shell # ctl3d
# Set this to nothing if your compiler is MS C++ 7
ZOPTION=
!ifndef FINAL
FINAL=0
!endif
PRECOMP=/YuWX.H
!if "$(FINAL)" == "0"
OPT = /Od
CPPFLAGS= /AL /W4 /Gt4 /Zi $(ZOPTION) /G2sw $(OPT) /D__WXMSW__ $(INC)
CFLAGS= /AL /W4 /Gt4 /Zi /G2sw /Od /D__WXMSW__ $(INC)
LINKFLAGS=/NOD /CO /ONERROR:NOEXE
!else
# /Ox for real FINAL version
OPT = /Ox
CPPFLAGS= /AL /W4 /Gt4 /Zi /Os /G2sw $(OPT) /D__WXMSW__ $(INC)
CFLAGS= /AL /W4 /Gt4 /Zi /Os /G2sw /D__WXMSW__ $(INC)
LINKFLAGS=/NOD /ONERROR:NOEXE
!endif
OBJECTS = png.obj pngread.obj pngrtran.obj pngrutil.obj \
pngpread.obj pngtrans.obj pngwrite.obj pngwtran.obj pngwutil.obj \
pngerror.obj pngmem.obj pngwio.obj pngrio.obj pngget.obj pngset.obj
all: $(WINPNGLIB)
wx:
cd $(WXDIR)\src
nmake -f makefile.dos $(WXLIB) FINAL=$(FINAL)
$(WINPNGLIB): $(OBJECTS)
erase $(WINPNGLIB)
lib /PAGESIZE:128 @<<
$(WINPNGLIB)
y
$(OBJECTS)
nul
;
<<
.c.obj:
cl $(CFLAGS) /c $*.c
clean:
-erase *.obj
-erase *.exe
-erase *.lib
-erase *.sbr
-erase *.pdb
cleanall: clean

View File

@@ -23,7 +23,7 @@ in wx/src/x, wx/src/base and wx/utils/tex2rtf/src.
Use the makefile target 'xview' or 'motif' from each of the directories Use the makefile target 'xview' or 'motif' from each of the directories
wx/src/x and wx/utils/tex2rtf/src. wx/src/x and wx/utils/tex2rtf/src.
Under Windows, just type 'nmake -f makefile.dos' if you're Under Windows, just type 'nmake -f makefile.vc' if you're
using a Microsoft-compatible compiler (you'll need to using a Microsoft-compatible compiler (you'll need to
change the makefiles or build project files for other compilers.) change the makefiles or build project files for other compilers.)

View File

@@ -1251,8 +1251,7 @@ by specifying an alternative {\tt .ini} file on the command
line when invoking Tex2RTF, and compiling to a different directory. line when invoking Tex2RTF, and compiling to a different directory.
Tex2RTF instructs the help compiler to use the input file directory Tex2RTF instructs the help compiler to use the input file directory
to find bitmaps and metafiles, so using a different output directory to find bitmaps and metafiles, so using a different output directory
is not a problem. See the Tex2RTF {\tt src/makefile.dos} for an example is not a problem.}
of maintaining both formats.}
There is a slight wrinkle with generation of the {\tt .cnt} file: There is a slight wrinkle with generation of the {\tt .cnt} file:
to work around a `feature' in the Windows 95 help compiler, Tex2RTF may insert to work around a `feature' in the Windows 95 help compiler, Tex2RTF may insert

View File

@@ -1,17 +0,0 @@
#
# File: makefile.dos
# Author: Julian Smart
# Created: 1998
# Updated:
#
# Makefile : Builds 16-bit sample, VC++ 1.5
# Use FINAL=1 argument to nmake to build final version with no debugging
# info
WXDIR = $(WXWIN)
TARGET=tex2rtf
OBJECTS = tex2rtf.obj tex2any.obj texutils.obj rtfutils.obj xlputils.obj htmlutil.obj readshg.obj table.obj
!include $(WXDIR)\src\makeprog.msc