Changeset 72


Ignore:
Timestamp:
Nov 22, 2003, 3:43:11 AM (22 years ago)
Author:
root
Message:

Correct ipf dependents

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makefile

    r68 r72  
     1# dll\makefile - build fm/2 dlls, help files, string tables and resource kit
    12# $Id$
    2 # Make fm/2 dlls, help files, string tables and resource kit
    33
    4 # Revisions:    May 03 SHL - Correct dependencies for icons
     4# Revisions:    22 May 03 SHL - Correct icon dependencies
     5#               21 Nov 03 SHL - Correct ipf dependents
     6
     7# Environment:
     8
     9#   DEBUG       0 = release build, 1 = debug build
    510
    611BASE=fm3dll
     
    105110$(BASERES).str: $(BASE).STR fm3str.h version.h icons\*.ico
    106111    internal\mkstr
    107     copy $(BASERES).str ../v
    108     cd..\reskit
     112    copy $(BASERES).str .. /v
     113    cd ..\reskit
    109114    makekit
    110115    cd..\dll
    111116
    112 ipf\FM3.hlp: ipf\FM3.ipf
     117ipf\FM3.hlp: ipf\*.ipf
    113118    cd ipf
    114119    ipfc /CODEPAGE=850 fm3.ipf
Note: See TracChangeset for help on using the changeset viewer.