Revision: 1166 Author: [email protected] Date: Wed Aug 5 13:08:01 2009 Log: underscore fix for win32 device file generation batch file http://code.google.com/p/jallib/source/detail?r=1166
Modified: /trunk/tools/make_devfiles_win32.bat ======================================= --- /trunk/tools/make_devfiles_win32.bat Wed Aug 5 12:57:23 2009 +++ /trunk/tools/make_devfiles_win32.bat Wed Aug 5 13:08:01 2009 @@ -15,17 +15,17 @@ mkdir d:\temp mkdir d:\temp\mplab833 -mkdir "d:\temp\mplab833\MPASM Suite" -mkdir "d:\temp\mplab833\MPASM Suite\LKR" -mkdir "d:\temp\mplab833\MPLAB IDE" -mkdir "d:\temp\mplab833\MPLAB IDE\device" - -del "d:\temp\mplab833\MPASM Suite\LKR\*.*" /S /F /Q -del "d:\temp\mplab833\MPLAB IDE\device" /S /F /Q +mkdir "d:\temp\mplab833\mpasm_suite" +mkdir "d:\temp\mplab833\mpasm_suite\LKR" +mkdir "d:\temp\mplab833\mplab_ide" +mkdir "d:\temp\mplab833\mplab_ide\device" + +del "d:\temp\mplab833\mpasm_suite\LKR\*.*" /S /F /Q +del "d:\temp\mplab833\mplab_ide\device" /S /F /Q -copy "D:\pic\Microchip\MPASM Suite\LKR\*.*" "d:\temp\mplab833\MPASM Suite\LKR\" -copy "D:\pic\Microchip\MPLAB IDE\device\*.*" "d:\temp\mplab833\MPLAB IDE\device\" +copy "D:\pic\Microchip\MPASM Suite\LKR\*.*" "d:\temp\mplab833\mpasm_suite\LKR\" +copy "D:\pic\Microchip\MPLAB IDE\device\*.*" "d:\temp\mplab833\mplab_ide\device\" subst k: /d subst k: d:\temp --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jallib?hl=en -~----------~----~----~----~------~----~------~--~---
