[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004
MetaGME2004.vcproj,1.1,1.2 packagefiles.lst,1.1,1.2
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Apr 7 21:48:21 CDT 2005
- Previous message: [GME-commit] GMESRC/SDK/DecorKit packagefiles.lst,1.2,1.3
- Next message: [GME-commit]
GMESRC/SDK/BON BON2Component.sln,NONE,1.1 BONComponent.sln,NONE,1.1
Component.sln,NONE,1.1 BON2Component.vcproj,1.2,1.3
BONComponent.vcproj,1.2,1.3 Component.vcproj,1.2,1.3
BON2Component.dsp,1.6,NONE BON2Component.dsw,1.1,NONE
BONComponent.dsp,1.7,NONE BONComponent.dsw,1.2,NONE
Component.dsp,1.7,NONE Component.dsw,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/Paradigms/MetaGME/MetaInterpreter2004
In directory escher:/tmp/cvs-serv5505/Paradigms/MetaGME/MetaInterpreter2004
Modified Files:
MetaGME2004.vcproj packagefiles.lst
Log Message:
GME CVS cleanup and updated VC7.1 release build scripts
CVS User: Peter Volgyesi, ISIS (volgy)
Index: MetaGME2004.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/MetaGME2004.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MetaGME2004.vcproj 26 Jan 2005 17:31:06 -0000 1.1
--- MetaGME2004.vcproj 7 Apr 2005 20:48:19 -0000 1.2
***************
*** 54,57 ****
--- 54,58 ----
LinkIncremental="1"
SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\GME\Lib"
ModuleDefinitionFile=".\Component.def"
GenerateDebugInformation="TRUE"
***************
*** 125,128 ****
--- 126,130 ----
LinkIncremental="1"
SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\GME\Lib"
ModuleDefinitionFile=".\Component.def"
GenerateDebugInformation="TRUE"
***************
*** 198,201 ****
--- 200,204 ----
LinkIncremental="1"
SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories="..\..\..\GME\Lib"
ModuleDefinitionFile=".\Component.def"
GenerateDebugInformation="TRUE"
Index: packagefiles.lst
===================================================================
RCS file: /project/gme-repository/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/packagefiles.lst,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** packagefiles.lst 30 Jan 2004 17:41:28 -0000 1.1
--- packagefiles.lst 7 Apr 2005 20:48:19 -0000 1.2
***************
*** 1,37 ****
- Asp/AspectOrder.cpp
- Asp/AspectOrder.h
- Asp/AspectOrderDlg.cpp
- Asp/AspectOrderDlg.h
- Asp/AspectPage.cpp
- Asp/AspectPage.h
- Asp/AspectSpecDlg.cpp
- Asp/AspectSpecDlg.h
- Asp/AspectSpecTbl.cpp
- Asp/AspectSpecTbl.h
- Asp/InPlaceEdit.cpp
- Asp/InPlaceEdit.h
- Asp/InPlaceList.cpp
- Asp/InPlaceList.h
- Asp/OrderDialog.cpp
- Asp/OrderDialog.h
- Asp/OrderPage.cpp
- Asp/OrderPage.h
- Asp/OrderSpecTbl.cpp
- Asp/OrderSpecTbl.h
- BON2Component.cpp
- BON2Component.h
- compicon.ico
- component.def
- Component.rc
- ComponentConfig.h
- entity.h
- Globals.h
- logger.cpp
- logger.h
- MetaGME2004.dsp
- Regexp.cpp
- Regexp.h
- relation.cpp
- relation.h
Rep/Any.cpp
Rep/Any.h
--- 1,2 ----
***************
*** 44,51 ****
Rep/Broker.cpp
Rep/Broker.h
- Rep/ConnectionRep.cpp
- Rep/ConnectionRep.h
Rep/ConnJoint.cpp
Rep/ConnJoint.h
Rep/ConstraintFuncRep.cpp
Rep/ConstraintFuncRep.h
--- 9,16 ----
Rep/Broker.cpp
Rep/Broker.h
Rep/ConnJoint.cpp
Rep/ConnJoint.h
+ Rep/ConnectionRep.cpp
+ Rep/ConnectionRep.h
Rep/ConstraintFuncRep.cpp
Rep/ConstraintFuncRep.h
***************
*** 74,82 ****
Rep/Sheet.cpp
Rep/Sheet.h
! resource.h
StdAfx.cpp
StdAfx.h
token.cpp
token.h
- TokenEx.cpp
- TokenEx.h
--- 39,87 ----
Rep/Sheet.cpp
Rep/Sheet.h
! Asp/AspectPage.cpp
! Asp/AspectPage.h
! Asp/AspectSpecDlg.cpp
! Asp/AspectSpecDlg.h
! Asp/AspectSpecTbl.cpp
! Asp/AspectSpecTbl.h
! Asp/EventsDial.cpp
! Asp/EventsDial.h
! Asp/GlobalAspOrder.cpp
! Asp/GlobalAspOrder.h
! Asp/InPlaceEdit.cpp
! Asp/InPlaceEdit.h
! Asp/InPlaceList.cpp
! Asp/InPlaceList.h
! Asp/NameSpecDlg.cpp
! Asp/NameSpecDlg.h
! Asp/NameSpecTbl.cpp
! Asp/NameSpecTbl.h
! Asp/Options.cpp
! Asp/options.h
! BON2Component.cpp
! BON2Component.h
! BON2Engine.cpp
! Component.rc
! ComponentConfig.h
! Globals.h
! LogStream.cpp
! LogStream.h
! MetaGME2004.vcproj
! Regexp.cpp
! Regexp.h
StdAfx.cpp
StdAfx.h
+ bitmapDN.bmp
+ bitmapup.bmp
+ compicon.ico
+ component.def
+ entity.h
+ iconDN.ico
+ iconUP.ico
+ logger.cpp
+ logger.h
+ relation.cpp
+ relation.h
+ resource.h
token.cpp
token.h
- Previous message: [GME-commit] GMESRC/SDK/DecorKit packagefiles.lst,1.2,1.3
- Next message: [GME-commit]
GMESRC/SDK/BON BON2Component.sln,NONE,1.1 BONComponent.sln,NONE,1.1
Component.sln,NONE,1.1 BON2Component.vcproj,1.2,1.3
BONComponent.vcproj,1.2,1.3 Component.vcproj,1.2,1.3
BON2Component.dsp,1.6,NONE BON2Component.dsw,1.1,NONE
BONComponent.dsp,1.7,NONE BONComponent.dsw,1.2,NONE
Component.dsp,1.7,NONE Component.dsw,1.2,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list