[PD-cvs] externals/grill/dynext build-win-pd-msvc.bat,NONE,1.1 config-win-pd-msvc.txt,NONE,1.1 makefile-win-msvc.txt,NONE,1.1 dynext.vcproj,1.1,1.2 make-files.txt,1.1,1.2 makefile.pd-darwin,1.1,1.2 makefile.pd-linux,1.1,1.2 build-pd-msvc.bat,1.1,NONE config-pd-msvc.txt,1.1,NONE makefile.pd-msvc,1.1,NONE

Thomas Grill xovo at users.sourceforge.net
Fri Dec 17 06:05:56 CET 2004


Update of /cvsroot/pure-data/externals/grill/dynext
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9366

Modified Files:
	dynext.vcproj make-files.txt makefile.pd-darwin 
	makefile.pd-linux 
Added Files:
	build-win-pd-msvc.bat config-win-pd-msvc.txt 
	makefile-win-msvc.txt 
Removed Files:
	build-pd-msvc.bat config-pd-msvc.txt makefile.pd-msvc 
Log Message:
first version
using flext build system
name changes for svn repository


--- NEW FILE: config-win-pd-msvc.txt ---
# dyn~ - dynamic object management for PD
# 
# Copyright (c)Thomas Grill (gr at grrrr.org)
# For information on usage and redistribution, and for a DISCLAIMER OF ALL
# WARRANTIES, see the file, "license.txt," in this distribution.  
#
#
# Your settings are defined in the file
# ..\flext\build\config-win-max-msvc.txt
#
# You can override them here.

--- NEW FILE: build-win-pd-msvc.bat ---
@echo --- Building with MS Visual C++ ---

nmake -f ..\flext\build\make-win-pd-msvc.txt clean 
nmake -f ..\flext\build\make-win-pd-msvc.txt

--- config-pd-msvc.txt DELETED ---

--- build-pd-msvc.bat DELETED ---

Index: makefile.pd-linux
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/makefile.pd-linux,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile.pd-linux	27 Oct 2004 19:18:54 -0000	1.1
--- makefile.pd-linux	17 Dec 2004 05:05:54 -0000	1.2
***************
*** 61,65 ****
  all: $(TARGDIR) $(TARGET)
  
! $(patsubst %,$(DIR)/%,$(SRCS)): $(patsubst %,$(DIR)/%,$(HDRS)) $(MAKEFILE) $(CONFIG)
  	touch $@
  
--- 61,65 ----
  all: $(TARGDIR) $(TARGET)
  
! $(patsubst %,$(SRCDIR)/%,$(SRCS)): $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(MAKEFILE) $(CONFIG)
  	touch $@
  
***************
*** 67,71 ****
  	-mkdir $(TARGDIR)
  
! $(TARGDIR)/%.o : $(DIR)/%.cpp
  	$(CXX) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(FLEXTPATH)) $< -o $@
  
--- 67,71 ----
  	-mkdir $(TARGDIR)
  
! $(TARGDIR)/%.o : $(SRCDIR)/%.cpp
  	$(CXX) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(FLEXTPATH)) $< -o $@
  

Index: make-files.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/make-files.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** make-files.txt	27 Oct 2004 19:18:54 -0000	1.1
--- make-files.txt	17 Dec 2004 05:05:53 -0000	1.2
***************
*** 2,6 ****
  
  # all the source files from the package
! DIR=src
  
  SRCS= main.cpp
--- 2,6 ----
  
  # all the source files from the package
! SRCDIR=src
  
  SRCS= main.cpp

Index: makefile.pd-darwin
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/makefile.pd-darwin,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** makefile.pd-darwin	27 Oct 2004 19:18:54 -0000	1.1
--- makefile.pd-darwin	17 Dec 2004 05:05:54 -0000	1.2
***************
*** 50,54 ****
  all: $(TARGDIR) $(TARGET)
  
! $(patsubst %,$(DIR)/%,$(SRCS)): $(patsubst %,$(DIR)/%,$(HDRS)) $(CONFIG)
  	touch $@
  
--- 50,54 ----
  all: $(TARGDIR) $(TARGET)
  
! $(patsubst %,$(SRCDIR)/%,$(SRCS)): $(patsubst %,$(SRCDIR)/%,$(HDRS)) $(CONFIG)
  	touch $@
  
***************
*** 56,60 ****
  	mkdir $(TARGDIR)
  
! $(TARGDIR)/%.o : $(DIR)/%.cpp
  	$(CXX) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(FLEXTPATH)) $< -o $@
  
--- 56,60 ----
  	mkdir $(TARGDIR)
  
! $(TARGDIR)/%.o : $(SRCDIR)/%.cpp
  	$(CXX) -c $(CFLAGS) $(FLAGS) $(patsubst %,-I%,$(INCLUDES) $(FLEXTPATH)) $< -o $@
  

--- NEW FILE: makefile-win-msvc.txt ---
# dyn~ - dynamic object management for PD
# 
# Copyright (c)Thomas Grill (gr at grrrr.org)
# For information on usage and redistribution, and for a DISCLAIMER OF ALL
# WARRANTIES, see the file, "license.txt," in this distribution.  
#
# Makefile for MSVC++ 6 and .NET
#
# usage:
# to build run "build-win-pd-msvc.bat"

Index: dynext.vcproj
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/dynext/dynext.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** dynext.vcproj	27 Oct 2004 19:18:54 -0000	1.1
--- dynext.vcproj	17 Dec 2004 05:05:53 -0000	1.2
***************
*** 159,163 ****
  				OmitFramePointers="TRUE"
  				OptimizeForProcessor="3"
! 				AdditionalIncludeDirectories="f:\prog\pd\pd-cvs\src,f:\prog\max\flext\source;f:\prog\packs\pthreads"
  				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED"
  				StringPooling="TRUE"
--- 159,163 ----
  				OmitFramePointers="TRUE"
  				OptimizeForProcessor="3"
! 				AdditionalIncludeDirectories="&quot;c:\data\prog\pd\pd-cvs\src&quot;;c:\data\prog\max\flext\source;c:\data\prog\packs\pthreads"
  				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2;FLEXT_SHARED"
  				StringPooling="TRUE"
***************
*** 177,181 ****
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="f:\prog\pd\pd-cvs/bin,..\flext\pd-msvc,f:\prog\packs\pthreads"
  				ProgramDatabaseFile="$(outdir)/dyn~.pdb"
  				ImportLibrary="$(outdir)/dyn~.lib"
--- 177,181 ----
  				LinkIncremental="1"
  				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="&quot;c:\data\prog\pd\pd-cvs/bin&quot;;&quot;..\flext\pd-msvc&quot;;c:\data\prog\packs\pthreads"
  				ProgramDatabaseFile="$(outdir)/dyn~.pdb"
  				ImportLibrary="$(outdir)/dyn~.lib"

--- makefile.pd-msvc DELETED ---





More information about the Pd-cvs mailing list