Changeset 554
- Timestamp:
- Mar 3, 2007, 8:05:11 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 5 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/CustomizingResources.txt
r463 r554 47 47 48 48 dirsize.h 49 fm3.h50 49 fm3dlg.h 51 50 fm3dll.h -
trunk/dll/ipf/fm3.ipf
r500 r554 19 19 :ctrl ctrlid=new1 controls='ESC CONTENTS INDEX SEARCH FORWARD BACK' coverpage. 20 20 :ectrldef. 21 22 .im footnote.ipf23 21 24 22 :h1 res=93200 name=PANEL_HOWTOUSEHELP.How to use FM/2's help (Read me first!) -
trunk/fm3.rc
r552 r554 18 18 #include <os2.h> 19 19 20 #include "fm3.h"21 20 #include "dll\fm3dll.h" 22 21 -
trunk/fm4.mak
r235 r554 9 9 $(BASE).res: $(BASE).rc 10 10 11 $(BASE).rc: $(BASE).hicons\$(BASE).ico bitmaps\*.bmp11 $(BASE).rc: icons\$(BASE).ico bitmaps\*.bmp 12 12 13 $(BASE).obj: $(BASE).c $(BASE).hdll\version.h13 $(BASE).obj: $(BASE).c dll\version.h 14 14 15 15 !include makefile_post.mk -
trunk/fm4.rc
r552 r554 16 16 #include <os2.h> 17 17 18 #include "fm3.h"19 18 #include "dll\fm3dll.h" 20 19 -
trunk/makefile
r465 r554 37 37 $(BASE): $(BASE).exe $(BASE).res 38 38 39 $(BASE).res: $(BASE).rc $(BASE).hicons\$(BASE).ico bitmaps\*.bmp39 $(BASE).res: $(BASE).rc icons\$(BASE).ico bitmaps\*.bmp 40 40 41 $(BASE).obj: $(BASE).c $(BASE).hdll\version.h41 $(BASE).obj: $(BASE).c dll\version.h 42 42 43 43 # make EXE compenents
Note:
See TracChangeset
for help on using the changeset viewer.