Changeset 72
- Timestamp:
- Nov 22, 2003, 3:43:11 AM (22 years ago)
- 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 1 2 # $Id$ 2 # Make fm/2 dlls, help files, string tables and resource kit3 3 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 5 10 6 11 BASE=fm3dll … … 105 110 $(BASERES).str: $(BASE).STR fm3str.h version.h icons\*.ico 106 111 internal\mkstr 107 copy $(BASERES).str .. /v108 cd ..\reskit112 copy $(BASERES).str .. /v 113 cd ..\reskit 109 114 makekit 110 115 cd..\dll 111 116 112 ipf\FM3.hlp: ipf\ FM3.ipf117 ipf\FM3.hlp: ipf\*.ipf 113 118 cd ipf 114 119 ipfc /CODEPAGE=850 fm3.ipf
Note:
See TracChangeset
for help on using the changeset viewer.