Changeset 525


Ignore:
Timestamp:
Nov 4, 2006, 9:57:25 PM (19 years ago)
Author:
root
Message:

Add del of Help file to clean
Move all .hlp logic build to ipf\makefile too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r482 r525  
    2121# 01 Sep 06 SHL fm3.hlp: add missing dependency on ..\bitmaps
    2222# 01 Sep 06 SHL Adjust fm3str.str case
     23# 30 Sep 06 GKY Add del of Help file to clean
     24# 19 Oct 06 SHL Move all .hlp logic build to ipf\makefile too
    2325
    2426# Warning - may still be missing some *.h dependencies
     
    192194  copy $(BASERES).str ..\ /v
    193195
    194 ipf\fm3.hlp: ipf\*.ipf ipf\bitmaps\*.bmp ..\bitmaps\*.bmp
     196ipf\fm3.hlp:
    195197  cd ipf
    196   ipfc /CODEPAGE=850 fm3.ipf
    197   ren fm3.hlp fm3.hlp
     198  $(MAKE) /nologo /$(MAKEFLAGS) fm3.hlp
    198199  cd..
    199200
     
    301302  cd internal
    302303  $(MAKE) /nologo /$(MAKEFLAGS) clean
     304  cd ..\ipf
     305  $(MAKE) /nologo /$(MAKEFLAGS) clean
    303306  cd..
    304307  -del *.dll
Note: See TracChangeset for help on using the changeset viewer.