Changeset 44
- Timestamp:
- Apr 7, 2018, 9:32:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/italiano/makefile
r15 r44 39 39 GOTBUILDMACHINE = Zobopeep 40 40 !endif 41 !ifdef %_QUIET_ 42 RESOURCE = goqresit 43 !else 44 RESOURCE = gotresit 45 !endif 46 41 47 42 48 CC = WCC386.EXE … … 62 68 # $(CC) /I$(INCLDIR) $(CFLAGS) $*.c 63 69 64 all: gotresit.dll gotcha_it.hlp70 all: $(RESOURCE).dll gotcha_it.hlp 65 71 66 72 67 gotresit.dll: &68 gotresit.res73 $(RESOURCE).dll: & 74 $(RESOURCE).res 69 75 $(SED) -e "s;(GOTMAJOR);$(GOTMAJOR);g" & 70 76 -e "s;(GOTMINOR);$(GOTMINOR);g" & … … 74 80 -e "s;Sun \|Mon \|Tue \|Wed \|Thu \|Fri \|Sat ;;g" & 75 81 -e "s;(GOTBUILDMACHINE);$(GOTBUILDMACHINE);g" & 76 gotresit.lnk.tpl > gotresit.lnk77 $(LINK) @ gotresit.lnk f ..\tools\dll.obj lib clib3r.lib78 $(RC) gotresit.res gotresit.dll79 lxlite /x- /b- gotresit.dll82 $(RESOURCE).lnk.tpl > $(RESOURCE).lnk 83 $(LINK) @$(RESOURCE).lnk f ..\tools\dll.obj lib clib3r.lib 84 $(RC) $(RESOURCE).res $(RESOURCE).dll 85 lxlite /x- /b- $(RESOURCE).dll 80 86 $(COPY) *.dll ..\bin 81 87 82 gotresit.res: gotresit.rc &88 $(RESOURCE).res: $(RESOURCE).rc & 83 89 ../id.h & 84 90 ../common.rc & 85 91 ../version.h 86 $(RC) $(RFLAGS) -r gotresit.rc $@92 $(RC) $(RFLAGS) -r $(RESOURCE).rc $@ 87 93 88 94 gotcha_it.hlp: gotcha_it.ipf ../common.ipf &
Note:
See TracChangeset
for help on using the changeset viewer.