From: Jos v.d.V. <jo...@us...> - 2008-09-13 16:39:41
|
Update of /cvsroot/win32forth/win32forth/proj In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4267 Modified Files: PictureViewer.fpj Log Message: Jos: Filled in the name of the project. and rebuild the project file. Index: PictureViewer.fpj =================================================================== RCS file: /cvsroot/win32forth/win32forth/proj/PictureViewer.fpj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PictureViewer.fpj 24 Jul 2006 21:31:50 -0000 1.2 --- PictureViewer.fpj 13 Sep 2008 16:39:38 -0000 1.3 *************** *** 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 --- 1,30 ---- ! ProjectName= PictureViewer BuildFile= apps\PictureViewer\PictureViewer.f SearchPath= ! PictureViewer,0 ! Modules,24 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 ! APPS\PICTUREVIEWER\PVToolbar.F ! SRC\LIB\ToolBar.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 ! APPS\PICTUREVIEWER\RotateBits.F ! APPS\PICTUREVIEWER\PVPrinting.F ! SRC\PrintSupport.F ! SRC\LIB\AcceleratorTables.F ! APPS\PICTUREVIEWER\PVResources.F SRC\LIB\Resources.f DLLs,1 *************** *** 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 --- 32,36 ---- Forms,0 Auxiliary Files,0 ! Resources,1 ! APPS\PICTUREVIEWER\RES\PV.h Docs,0 |