[gtksourceview] win32/gen-enums.batin: Correct the path



commit 062c89f25a3aa571ad84c6b0a592ade8dbdffb5a
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Mar 9 17:58:09 2017 +0800

    win32/gen-enums.batin: Correct the path
    
    The path getting to the sources was not updated during the move
    of the projects to win32/ rom build/win32/.  Fix that.

 win32/gen-enums.batin |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/gen-enums.batin b/win32/gen-enums.batin
index 5280e94..04a6513 100644
--- a/win32/gen-enums.batin
+++ b/win32/gen-enums.batin
@@ -1,6 +1,6 @@
 @echo OFF
 
-cd ..\..\gtksourceview
+cd ..\gtksourceview
 
 if exist gtksourceview-enumtypes.h del gtksourceview-enumtypes.h
 if exist gtksourceview-enumtypes.c del gtksourceview-enumtypes.c


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]