Update of /cvsroot/pure-data/externals/grill/vst In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12801
Modified Files: config-pd-msvc.txt make-files.txt makefile.pd-msvc readme.txt vst.vcproj Removed Files: vst.dsp Log Message: ""
Index: config-pd-msvc.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/config-pd-msvc.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** config-pd-msvc.txt 10 Nov 2003 03:42:03 -0000 1.3 --- config-pd-msvc.txt 23 Jan 2004 04:20:04 -0000 1.4 *************** *** 24,26 **** # where should the external be installed? # (leave blank to omit installation) ! INSTDIR=$(PDPATH)\extra --- 24,30 ---- # where should the external be installed? # (leave blank to omit installation) ! INSTPATH=$(PDPATH)\extra ! ! ! # user defined compile flags ! UFLAGS=/G6 /Ox
Index: make-files.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/make-files.txt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** make-files.txt 12 Mar 2003 04:40:48 -0000 1.2 --- make-files.txt 23 Jan 2004 04:20:05 -0000 1.3 *************** *** 1,7 **** # all the source files from the package SRCS= main.cpp ! SRCS_WIN=EditorThread.cpp PopupWindow.cpp VstHost.cpp StdAfx.cpp
! HDRS= \ ! main.h vst.h
--- 1,6 ---- # all the source files from the package SRCS= main.cpp ! SRCS_WIN=VstHost.cpp EditorWin.cpp
! HDRS= main.h VstHost.h Editor.h
Index: makefile.pd-msvc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/makefile.pd-msvc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** makefile.pd-msvc 10 Nov 2003 03:42:03 -0000 1.4 --- makefile.pd-msvc 23 Jan 2004 04:20:05 -0000 1.5 *************** *** 7,11 **** # # ! # Makefile for MSVC++ 6 # # usage: --- 7,11 ---- # # ! # Makefile for MSVC++ 6 or 7 # # usage: *************** *** 16,28 ****
# includes ! INCPATH=/I"$(MSVCPATH)\include" /I"$(MSVCPATH)\mfc\include" /I"$(PDPATH)\src" /I"$(FLEXTPATH)" ! LIBPATH=/LIBPATH:"$(PDPATH)\bin" /LIBPATH:"$(FLEXTPATH)" /LIBPATH:"$(MSVCPATH)\lib" /LIBPATH:"$(MSVCPATH)\mfc\lib" ! LIBS=pd.lib pthreadVC.lib flext_t-pdwin.lib # DelayImp.lib
# compiler definitions and flags ! DEFS=/D_USRDLL /D_WINDLL /D_MBCS /DFLEXT_SYS=2 /DFLEXT_THREADS
- CFLAGS=/G6 /Ox /MT /EHsc - # LDFLAGS=/DELAYLOAD:OleAcc.dll
# the rest can stay untouched --- 16,28 ----
# includes ! INCPATH=/I"$(MSVCPATH)\include" /I"$(PDPATH)\src" /I"$(FLEXTPATH)" ! LIBPATH=/LIBPATH:"$(PDPATH)\bin" /LIBPATH:"$(FLEXTPATH)" /LIBPATH:"$(MSVCPATH)\lib" ! LIBS=pd.lib pthreadVC.lib user32.lib flext_t-pdwin.lib
# compiler definitions and flags ! DEFS=/DFLEXT_SYS=2 /DFLEXT_THREADS ! ! CFLAGS=/MT /EHsc $(UFLAGS)
# the rest can stay untouched
Index: readme.txt =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/readme.txt,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** readme.txt 19 Sep 2003 02:41:32 -0000 1.5 --- readme.txt 23 Jan 2004 04:20:05 -0000 1.6 *************** *** 2,6 **** based on the work of Jarno Seppänen and Mark Williamson
! Copyright (c)2003 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. --- 2,6 ---- based on the work of Jarno Seppänen and Mark Williamson
! Copyright (c)2003-04 Thomas Grill (xovo@gmx.net) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. *************** *** 23,28 **** pd - Windows: ------------- ! o Microsoft Visual C++ 6: edit the project file "vst.dsp" & build !
--- 23,27 ---- pd - Windows: ------------- ! o Microsoft Visual C++ 6 or 7 (.NET): edit "config-pd-msvc.txt" & run "build-pd-msvc.bat"
*************** *** 50,53 **** --- 49,53 ---- - plugin can be changed with plug attribute - fixed crash on destroying vst~ with open editor window + - stripped all MFC code
0.0.0:
Index: vst.vcproj =================================================================== RCS file: /cvsroot/pure-data/externals/grill/vst/vst.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** vst.vcproj 13 Dec 2003 03:41:33 -0000 1.6 --- vst.vcproj 23 Jan 2004 04:20:05 -0000 1.7 *************** *** 19,23 **** IntermediateDirectory=".\pd-msvc/r" ConfigurationType="2" ! UseOfMFC="1" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> --- 19,23 ---- IntermediateDirectory=".\pd-msvc/r" ConfigurationType="2" ! UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> *************** *** 30,34 **** OmitFramePointers="TRUE" AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\packs\pthreads,f:\prog\max\flext\source" ! PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS;FLEXT_NOGLOBALNEW" StringPooling="TRUE" RuntimeLibrary="0" --- 30,34 ---- OmitFramePointers="TRUE" AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\packs\pthreads,f:\prog\max\flext\source" ! PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;WINVER=0x0501;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS" StringPooling="TRUE" RuntimeLibrary="0" *************** *** 85,89 **** IntermediateDirectory=".\pd-msvc/d" ConfigurationType="2" ! UseOfMFC="1" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> --- 85,89 ---- IntermediateDirectory=".\pd-msvc/d" ConfigurationType="2" ! UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> *************** *** 149,153 **** IntermediateDirectory=".\pd-msvc/s" ConfigurationType="2" ! UseOfMFC="2" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> --- 149,153 ---- IntermediateDirectory=".\pd-msvc/s" ConfigurationType="2" ! UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" CharacterSet="2"> *************** *** 324,431 **** </Filter> <Filter - Name="mfc" - Filter=""> - <File - RelativePath="src\Resource.h"> - </File> - <File - RelativePath="src\StdAfx.cpp"> - <FileConfiguration - Name="PD Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - AdditionalIncludeDirectories="" - PreprocessorDefinitions=""/> - </FileConfiguration> - <FileConfiguration - Name="PD Debug|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="" - PreprocessorDefinitions="" - BasicRuntimeChecks="3" - BrowseInformation="1"/> - </FileConfiguration> - <FileConfiguration - Name="PD Shared Release|Win32"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - AdditionalIncludeDirectories="" - PreprocessorDefinitions=""/> - </FileConfiguration> - </File> - <File - RelativePath="src\StdAfx.h"> - </File> - </Filter> - <Filter Name="host" Filter=""> <File ! RelativePath="src\EditorThread.cpp"> ! <FileConfiguration ! Name="PD Release|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="2" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions=""/> ! </FileConfiguration> ! <FileConfiguration ! Name="PD Debug|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions="" ! BasicRuntimeChecks="3" ! BrowseInformation="1"/> ! </FileConfiguration> ! <FileConfiguration ! Name="PD Shared Release|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="2" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions=""/> ! </FileConfiguration> ! </File> ! <File ! RelativePath="src\EditorThread.h"> ! </File> ! <File ! RelativePath="src\PopupWindow.cpp"> ! <FileConfiguration ! Name="PD Release|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="2" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions=""/> ! </FileConfiguration> ! <FileConfiguration ! Name="PD Debug|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions="" ! BasicRuntimeChecks="3" ! BrowseInformation="1"/> ! </FileConfiguration> ! <FileConfiguration ! Name="PD Shared Release|Win32"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="2" ! AdditionalIncludeDirectories="" ! PreprocessorDefinitions=""/> ! </FileConfiguration> </File> <File ! RelativePath="src\PopupWindow.h"> </File> <File --- 324,334 ---- </Filter> <Filter Name="host" Filter=""> <File ! RelativePath=".\src\Editor.h"> </File> <File ! RelativePath=".\src\EditorWin.cpp"> </File> <File *************** *** 531,537 **** RelativePath="src\main.h"> </File> - <File - RelativePath="src\vst.h"> - </File> </Files> <Globals> --- 434,437 ----
--- vst.dsp DELETED ---