changed html and opengl project names to start with html/gl prefix to avoid conflicts inside samples.dsw workspace

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-10-09 22:57:30 +00:00
parent 88a9f974b8
commit ffc63dcae0
12 changed files with 42 additions and 42 deletions

View File

@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = about.cpp
RC_FILE = about.rc
TARGET = about
TARGET = htmlabout

View File

@ -1,10 +1,10 @@
# Microsoft Developer Studio Project File - Name="help" - Package Owner=<4>
# Microsoft Developer Studio Project File - Name="htmlhelp" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Application" 0x0101
CFG=help - Win32 Debug
CFG=htmlhelp - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE
@ -13,14 +13,14 @@ CFG=help - Win32 Debug
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "help.mak" CFG="help - Win32 Debug"
!MESSAGE NMAKE /f "help.mak" CFG="htmlhelp - Win32 Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "help - Win32 Release DLL" (based on "Win32 (x86) Application")
!MESSAGE "help - Win32 Debug DLL" (based on "Win32 (x86) Application")
!MESSAGE "help - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "help - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE "htmlhelp - Win32 Release DLL" (based on "Win32 (x86) Application")
!MESSAGE "htmlhelp - Win32 Debug DLL" (based on "Win32 (x86) Application")
!MESSAGE "htmlhelp - Win32 Release" (based on "Win32 (x86) Application")
!MESSAGE "htmlhelp - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE
# Begin Project
@ -30,7 +30,7 @@ CPP=cl.exe
MTL=midl.exe
RSC=rc.exe
!ELSEIF "$(CFG)" == "help - Win32 Release DLL"
!ELSEIF "$(CFG)" == "htmlhelp - Win32 Release DLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@ -44,11 +44,11 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W4 /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /YX /FD /c
# ADD CPP /nologo /W4 /O2 /I "../../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D WIN32 /D WINVER=0x400 /D _MT /D wxUSE_GUI=1 /YX /FD /c /MD /D WXUSINGDLL /I../../..\lib\mswdll
# ADD CPP /nologo /W4 /O2 /I "..\..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D WIN32 /D WINVER=0x400 /D _MT /D wxUSE_GUI=1 /YX /FD /c /MD /D WXUSINGDLL /I../../..\lib\mswdll
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG" /I "../../../include"
# ADD RSC /l 0x409 /d "NDEBUG" /I "../../../include"
# ADD BASE RSC /l 0x409 /d "NDEBUG" /I "..\..\..\include"
# ADD RSC /l 0x409 /d "NDEBUG" /I "..\..\..\include"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@ -56,7 +56,7 @@ LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib /nologo /subsystem:windows /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib /nologo /subsystem:windows /machine:I386 ../../..\lib\wxmsw232.lib
!ELSEIF "$(CFG)" == "help - Win32 Debug DLL"
!ELSEIF "$(CFG)" == "htmlhelp - Win32 Debug DLL"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@ -70,11 +70,11 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W4 /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /YX /FD /c
# ADD CPP /nologo /W4 /Zi /Od /I "../../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D WIN32 /D WINVER=0x400 /D _MT /D wxUSE_GUI=1 /YX /FD /c /MDd /D "__WXDEBUG__" /D "WXDEBUG=1" /D WXUSINGDLL /I../../..\lib\mswdlld
# ADD CPP /nologo /W4 /Zi /Od /I "..\..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D WIN32 /D WINVER=0x400 /D _MT /D wxUSE_GUI=1 /YX /FD /c /MDd /D "__WXDEBUG__" /D "WXDEBUG=1" /D WXUSINGDLL /I../../..\lib\mswdlld
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG" /I "../../../include"
# ADD RSC /l 0x409 /d "_DEBUG" /I "../../../include"
# ADD BASE RSC /l 0x409 /d "_DEBUG" /I "..\..\..\include"
# ADD RSC /l 0x409 /d "_DEBUG" /I "..\..\..\include"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@ -82,7 +82,7 @@ LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept ../../..\lib\wxmsw232d.lib
!ELSEIF "$(CFG)" == "help - Win32 Release"
!ELSEIF "$(CFG)" == "htmlhelp - Win32 Release"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@ -96,11 +96,11 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W4 /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /YX /FD /c
# ADD CPP /nologo /W4 /O2 /I "../../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D WIN32 /D WINVER=0x400 /D _MT /D wxUSE_GUI=1 /YX /FD /c /MD /I../../..\lib\msw
# ADD CPP /nologo /W4 /O2 /I "..\..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D WIN32 /D WINVER=0x400 /D _MT /D wxUSE_GUI=1 /YX /FD /c /MD /I../../..\lib\msw
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG" /I "../../../include"
# ADD RSC /l 0x409 /d "NDEBUG" /I "../../../include"
# ADD BASE RSC /l 0x409 /d "NDEBUG" /I "..\..\..\include"
# ADD RSC /l 0x409 /d "NDEBUG" /I "..\..\..\include"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@ -108,7 +108,7 @@ LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib /nologo /subsystem:windows /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib /nologo /subsystem:windows /machine:I386 ../../..\lib\zlib.lib ../../..\lib\regex.lib ../../..\lib\png.lib ../../..\lib\jpeg.lib ../../..\lib\tiff.lib ../../..\lib\wxmsw.lib
!ELSEIF "$(CFG)" == "help - Win32 Debug"
!ELSEIF "$(CFG)" == "htmlhelp - Win32 Debug"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
@ -122,11 +122,11 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W4 /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /YX /FD /c
# ADD CPP /nologo /W4 /Zi /Od /I "../../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D WIN32 /D WINVER=0x400 /D _MT /D wxUSE_GUI=1 /YX /FD /c /MDd /D "__WXDEBUG__" /D "WXDEBUG=1" /I../../..\lib\mswd
# ADD CPP /nologo /W4 /Zi /Od /I "..\..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D WINVER=0x400 /D WIN32 /D WINVER=0x400 /D _MT /D wxUSE_GUI=1 /YX /FD /c /MDd /D "__WXDEBUG__" /D "WXDEBUG=1" /I../../..\lib\mswd
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG" /I "../../../include"
# ADD RSC /l 0x409 /d "_DEBUG" /I "../../../include"
# ADD BASE RSC /l 0x409 /d "_DEBUG" /I "..\..\..\include"
# ADD RSC /l 0x409 /d "_DEBUG" /I "..\..\..\include"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@ -138,10 +138,10 @@ LINK32=link.exe
# Begin Target
# Name "help - Win32 Release DLL"
# Name "help - Win32 Debug DLL"
# Name "help - Win32 Release"
# Name "help - Win32 Debug"
# Name "htmlhelp - Win32 Release DLL"
# Name "htmlhelp - Win32 Debug DLL"
# Name "htmlhelp - Win32 Release"
# Name "htmlhelp - Win32 Debug"
# Begin Source File
SOURCE=.\help.cpp

View File

@ -1,4 +1,4 @@
# this is the project file for the help wxWindows sample
# this is the project file for the html/help wxWindows sample
# we generate the VC++ IDE project file, comment this line
# to generate a makefile for (n)make
@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = help.cpp
RC_FILE = help.rc
TARGET = help
TARGET = htmlhelp

View File

@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = helpview.cpp
RC_FILE = helpview.rc
TARGET = helpview
TARGET = htmlhelpview

View File

@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = printing.cpp
RC_FILE = printing.rc
TARGET = printing
TARGET = htmlprinting

View File

@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = test.cpp
RC_FILE = test.rc
TARGET = test
TARGET = htmltest

View File

@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = virtual.cpp
RC_FILE = virtual.rc
TARGET = virtual
TARGET = htmlvirtual

View File

@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = widget.cpp
RC_FILE = widget.rc
TARGET = widget
TARGET = htmlwidget

View File

@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = zip.cpp
RC_FILE = zip.rc
TARGET = zip
TARGET = htmlzip

View File

@ -1,4 +1,4 @@
# this is the project file for the cube wxWindows sample
# this is the project file for the opengl/cube wxWindows sample
# we generate the VC++ IDE project file, comment this line
# to generate a makefile for (n)make
@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = cube.cpp
RC_FILE = cube.rc
TARGET = cube
TARGET = glcube

View File

@ -1,4 +1,4 @@
# this is the project file for the isosurf wxWindows sample
# this is the project file for the opengl/isosurf wxWindows sample
# we generate the VC++ IDE project file, comment this line
# to generate a makefile for (n)make
@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = isosurf.cpp
RC_FILE = isosurf.rc
TARGET = isosurf
TARGET = glisosurf

View File

@ -1,4 +1,4 @@
# this is the project file for the penguin wxWindows sample
# this is the project file for the opengl/penguin wxWindows sample
# we generate the VC++ IDE project file, comment this line
# to generate a makefile for (n)make
@ -18,4 +18,4 @@ WXDIR=../../..
# project files
SOURCES = penguin.cpp
RC_FILE = penguin.rc
TARGET = penguin
TARGET = glpenguin