Update of /cvsroot/win32forth/win32forth/proj
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26541/proj
Modified Files:
Win32ForthIDE.fpj
Log Message:
Some more work on the ProjectManger within the IDE.
Index: Win32ForthIDE.fpj
===================================================================
RCS file: /cvsroot/win32forth/win32forth/proj/Win32ForthIDE.fpj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Win32ForthIDE.fpj 5 Jun 2006 09:20:18 -0000 1.1
--- Win32ForthIDE.fpj 11 Jun 2006 09:03:45 -0000 1.2
***************
*** 1,7 ****
! ProjectName= Project
BuildFile= apps\Win32ForthIDE\Main.f
SearchPath= .;SRC;SRC\LIB;RES;DEMOS;SRC\CONSOLE;HTM;src\ProMgr;src\ProMgr\res;APPS\PROMGR;APPS\PROMGR\RES;APPS\WIN32FORTHIDE;APPS\WINED\RES;SRC\WINED;SRC\WINED\RES
! Project,0
! Modules,51
apps\Win32ForthIDE\Main.f
SRC\LIB\Mdi.f
--- 1,7 ----
! ProjectName= Win32Forth IDE
BuildFile= apps\Win32ForthIDE\Main.f
SearchPath= .;SRC;SRC\LIB;RES;DEMOS;SRC\CONSOLE;HTM;src\ProMgr;src\ProMgr\res;APPS\PROMGR;APPS\PROMGR\RES;APPS\WIN32FORTHIDE;APPS\WINED\RES;SRC\WINED;SRC\WINED\RES
! Win32Forth IDE,0
! Modules,63
apps\Win32ForthIDE\Main.f
SRC\LIB\Mdi.f
***************
*** 9,14 ****
SRC\LIB\MultiOpen.f
SRC\LIB\HtmlControl.f
! SRC\LIB\AXControl.f
! SRC\LIB\fcom.f
SRC\LIB\ScintillaControl.f
SRC\LIB\SendMessage.f
--- 9,14 ----
SRC\LIB\MultiOpen.f
SRC\LIB\HtmlControl.f
! SRC\LIB\AXControl.F
! SRC\LIB\fcom.F
SRC\LIB\ScintillaControl.f
SRC\LIB\SendMessage.f
***************
*** 20,60 ****
SRC\LIB\RecentFiles.f
src\lib\Resources.f
! apps\Win32ForthIDE\EdToolbar.f
! apps\Win32ForthIDE\CommandID.f
SRC\LIB\bitmap.f
SRC\LIB\toolbar.f
SRC\LIB\RebarControl.f
! apps\Win32ForthIDE\EdStatusbar.f
SRC\LIB\StatusBar.f
! apps\Win32ForthIDE\EdMenu.f
! apps\Win32ForthIDE\AnsLink.f
src\tools\SdkHelp.f
SRC\LIB\Win32Help.f
! apps\Win32ForthIDE\EdFindInFiles.f
SRC\LIB\sub_dirs.f
! apps\Win32ForthIDE\X_Search.f
SRC\LIB\w_search.f
! apps\Win32ForthIDE\EdTabControl.f
SRC\LIB\ExControls.f
SRC\LIB\ListView.f
! apps\Win32ForthIDE\ClassBrowser.f
SRC\LIB\TreeView.f
! apps\Win32ForthIDE\ProjectTree.f
SRC\LIB\linklist.f
SRC\LIB\enum.f
- SRC\LIB\ExUtils.f
SRC\LIB\fcases.f
! apps\Win32ForthIDE\ScintillaMDI.f
SRC\LIB\ScintillaLexer.f
! apps\Win32ForthIDE\ScintillaHyperMDI.f
SRC\LIB\HyperLink.f
! apps\Win32ForthIDE\EdDebug.f
! apps\Win32ForthIDE\EdRemote.f
! apps\Win32ForthIDE\EdCompile.f
! apps\Win32ForthIDE\EdCommand.f
! apps\Win32ForthIDE\EdAbout.f
! apps\Win32ForthIDE\EdVersion.f
! DLLs,1
w32fScintilla.dll
Forms,0
Auxiliary Files,0
--- 20,73 ----
SRC\LIB\RecentFiles.f
src\lib\Resources.f
! APPS\WIN32FORTHIDE\EdToolbar.f
! APPS\WIN32FORTHIDE\CommandID.f
SRC\LIB\bitmap.f
SRC\LIB\toolbar.f
SRC\LIB\RebarControl.f
! APPS\WIN32FORTHIDE\EdStatusbar.f
SRC\LIB\StatusBar.f
! APPS\WIN32FORTHIDE\EdMenu.f
! APPS\WIN32FORTHIDE\AnsLink.f
src\tools\SdkHelp.f
SRC\LIB\Win32Help.f
! SRC\LIB\ExUtils.f
! APPS\WIN32FORTHIDE\EdFindInFiles.f
SRC\LIB\sub_dirs.f
! APPS\WIN32FORTHIDE\X_Search.f
SRC\LIB\w_search.f
! APPS\WIN32FORTHIDE\EdTabControl.f
SRC\LIB\ExControls.f
+ SRC\LIB\Textbox.f
+ SRC\LIB\Listbox.f
+ SRC\LIB\UpDownControl.f
+ SRC\LIB\Buttons.f
+ SRC\LIB\Label.f
+ SRC\LIB\ScrollBar.f
+ SRC\LIB\TabControl.f
SRC\LIB\ListView.f
! APPS\WIN32FORTHIDE\ClassBrowser.f
SRC\LIB\TreeView.f
! APPS\WIN32FORTHIDE\ProjectTree.f
SRC\LIB\linklist.f
SRC\LIB\enum.f
SRC\LIB\fcases.f
! SRC\LIB\Task.f
! APPS\WIN32FORTHIDE\ScintillaMDI.f
SRC\LIB\ScintillaLexer.f
! APPS\WIN32FORTHIDE\ScintillaHyperMDI.f
SRC\LIB\HyperLink.f
! APPS\WIN32FORTHIDE\EdHexViewer.f
! apps\promgr\hexviewer.f
! APPS\WIN32FORTHIDE\EdImageWindow.f
! apps\forthform\imagewindow.f
! APPS\WIN32FORTHIDE\EdDebug.f
! APPS\WIN32FORTHIDE\EdRemote.f
! APPS\WIN32FORTHIDE\EdCompile.f
! APPS\WIN32FORTHIDE\EdCommand.f
! APPS\WIN32FORTHIDE\EdAbout.f
! APPS\WIN32FORTHIDE\EdVersion.f
! DLLs,2
w32fScintilla.dll
+ FreeImage.dll
Forms,0
Auxiliary Files,0
***************
*** 62,66 ****
APPS\WINED\RES\WINEDIT.h
APPS\WINED\RES\WINEDIT.res
! apps\Win32ForthIDE\res\toolbar.bmp
APPS\PROMGR\RES\treeimages.bmp
src\res\SciEditMDI.ico
--- 75,79 ----
APPS\WINED\RES\WINEDIT.h
APPS\WINED\RES\WINEDIT.res
! APPS\WIN32FORTHIDE\res\toolbar.bmp
APPS\PROMGR\RES\treeimages.bmp
src\res\SciEditMDI.ico
|