udis86sx/Make.spec
changeset 1 aa002d0c231b
parent 0 e4a716697bef
child 22 9ee423bb2e37
--- a/udis86sx/Make.spec	Tue Dec 08 08:55:42 2015 +0000
+++ b/udis86sx/Make.spec	Thu Dec 10 08:47:42 2015 +0000
@@ -51,12 +51,16 @@
 STCWARNINGS=-warnNonStandard
 
 COMMON_CLASSES= \
+	UDIS86 \
+	UDIS86Instruction \
 	jv_dragonfly_udis86sx \
 
 
 
 
 COMMON_OBJS= \
+    $(OUTDIR_SLASH)UDIS86.$(O) \
+    $(OUTDIR_SLASH)UDIS86Instruction.$(O) \
     $(OUTDIR_SLASH)jv_dragonfly_udis86sx.$(O) \