11 lines
254 B
Plaintext
11 lines
254 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)\oposctrl.res $(OBJDIR)\oposctrl.lst: ..\oposctrl.rc
|
|
.PRECIOUS: $(OBJDIR)\oposctrl.lst
|
|
|
|
|