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

@@ -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