From: Rod O. <rod...@us...> - 2006-07-24 21:31:53
|
Update of /cvsroot/win32forth/win32forth/proj In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19411/proj Modified Files: PictureViewer.fpj Log Message: Rod: Added all necessary files to project Index: PictureViewer.fpj =================================================================== RCS file: /cvsroot/win32forth/win32forth/proj/PictureViewer.fpj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PictureViewer.fpj 23 Jul 2006 10:12:56 -0000 1.1 --- PictureViewer.fpj 24 Jul 2006 21:31:50 -0000 1.2 *************** *** 1,30 **** ! ProjectName= Picture Viewer BuildFile= apps\PictureViewer\PictureViewer.f SearchPath= ! Picture Viewer,0 ! Modules,24 apps\PictureViewer\PictureViewer.f ! SRC\LIB\MDI.F ! SRC\LIB\RecentFiles.F ! apps\PictureViewer\PVMenu.F ! apps\PictureViewer\PVDialogs.F ! SRC\PrintSupport.F ! SRC\LIB\RegistrySupport.F ! apps\PictureViewer\PVStatusBar.F ! SRC\LIB\ExControls.F SRC\LIB\StatusBar.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 ! apps\PictureViewer\PVToolbar.F ! SRC\LIB\ToolBar.F ! apps\PictureViewer\RotateBits.F ! apps\PictureViewer\PVPrinting.F ! SRC\LIB\AcceleratorTables.F ! apps\PictureViewer\PVResources.F SRC\LIB\Resources.f DLLs,1 --- 1,22 ---- ! ProjectName= Project BuildFile= apps\PictureViewer\PictureViewer.f SearchPath= ! Project,0 ! Modules,16 apps\PictureViewer\PictureViewer.f ! SRC\LIB\MDI.f ! SRC\LIB\RecentFiles.f ! apps\PictureViewer\PVMenu.f ! apps\PictureViewer\PVDialogs.f ! SRC\LIB\RegistrySupport.f ! apps\PictureViewer\PVStatusBar.f SRC\LIB\StatusBar.f SRC\LIB\Listbox.f ! apps\PictureViewer\PVToolbar.f ! SRC\LIB\ToolBar.f ! apps\PictureViewer\RotateBits.f ! apps\PictureViewer\PVPrinting.f ! SRC\LIB\AcceleratorTables.f ! apps\PictureViewer\PVResources.f SRC\LIB\Resources.f DLLs,1 *************** *** 32,36 **** Forms,0 Auxiliary Files,0 ! Resources,1 ! apps\PictureViewer\PV.h Docs,0 --- 24,49 ---- Forms,0 Auxiliary Files,0 ! Resources,22 ! apps\PictureViewer\Res\PV.h ! apps\PictureViewer\Res\Blank.cur ! apps\PictureViewer\Res\HandClosed.cur ! apps\PictureViewer\Res\HandOpen.cur ! apps\PictureViewer\Res\ICO100.ico ! apps\PictureViewer\Res\ICON-BMP.ico ! apps\PictureViewer\Res\ICON-GIF.ico ! apps\PictureViewer\Res\ICON-IFF.ico ! apps\PictureViewer\Res\ICON-JPG.ico ! apps\PictureViewer\Res\ICON-PCD.ico ! apps\PictureViewer\Res\ICON-PCX.ico ! apps\PictureViewer\Res\ICON-PIC.ico ! apps\PictureViewer\Res\ICON-PNG.ico ! apps\PictureViewer\Res\ICON-PSD.ico ! apps\PictureViewer\Res\ICON-TGA.ico ! apps\PictureViewer\Res\ICON-TIF.ico ! apps\PictureViewer\Res\ICON-WMF.ico ! apps\PictureViewer\Res\IDD_ABOUTBOX.dlg ! apps\PictureViewer\Res\IDD_KEY_HELP.dlg ! apps\PictureViewer\Res\IDD_OPTIONS_DIALOG.dlg ! apps\PictureViewer\Res\Picture.ico ! apps\PictureViewer\Res\Toolbar.bmp Docs,0 |