10 lines
253 B
Plaintext
10 lines
253 B
Plaintext
;
|
|
; In order for the resources to get compiled in,
|
|
; you need to add this manually to the end of the depend.mk file
|
|
; every time you run 'nmake depend'.
|
|
;
|
|
|
|
$(OBJDIR)\oposserv.res $(OBJDIR)\oposserv.lst: ..\oposserv.rc
|
|
.PRECIOUS: $(OBJDIR)\oposserv.lst
|
|
|