Do not build jv:dragonfly/c1 by default. Do build AsmJIT
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 16 Jun 2016 18:11:45 +0100
changeset 25 bc02c8d447c3
parent 24 5aace704e3c8
child 26 8eb6716029aa
Do not build jv:dragonfly/c1 by default. Do build AsmJIT
Make.proto
jv_dragonfly.st
mingwmake.bat
--- a/Make.proto	Thu Jun 16 16:56:52 2016 +0100
+++ b/Make.proto	Thu Jun 16 18:11:45 2016 +0100
@@ -21,7 +21,7 @@
 INCLUDE_TOP=$(TOP)/..
 
 # subdirectories where targets are to be made:
-SUBDIRS= udis86sx c1
+SUBDIRS= udis86sx asm
 
 
 # subdirectories where Makefiles are to be made:
--- a/jv_dragonfly.st	Thu Jun 16 16:56:52 2016 +0100
+++ b/jv_dragonfly.st	Thu Jun 16 18:11:45 2016 +0100
@@ -105,7 +105,7 @@
 
     ^ #(
         #'jv:dragonfly/udis86sx'
-        #'jv:dragonfly/c1'  
+        #'jv:dragonfly/asm'  
     )
 
     "Modified: / 20-04-2016 / 21:16:29 / Jan Vrany <jan.vrany@fit.cvut.cz>"
--- a/mingwmake.bat	Thu Jun 16 16:56:52 2016 +0100
+++ b/mingwmake.bat	Thu Jun 16 18:11:45 2016 +0100
@@ -23,9 +23,9 @@
 @popd
 
 @echo "***********************************"
-@echo "Building jv/dragonfly/c1
+@echo "Building jv/dragonfly/asm
 @echo "***********************************"
-@pushd c1
+@pushd asm
 @call mingwmake %1 %2 || exit /b "%errorlevel%"
 @popd