-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spawn calls to cygwin to build PDF via dblatex on Windows - also add …
…shortcuts to PDF to windows menu refs #221 git-svn-id: https://svn.nexusformat.org/definitions/trunk@1078 e2afd93b-eb5f-4fc1-b239-527b97798288
- Loading branch information
1 parent
fe4733e
commit cce257d
Showing
6 changed files
with
71 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@echo off | ||
set CYGDIR=@CYGDIR_NATIVE@ | ||
set CYGPATH=%CYGDIR%\bin\cygpath.exe | ||
%CYGDIR%\bin\bash.exe --login -c "dblatex %*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@echo off | ||
set MYDBLATEX=@DBLATEX_EXEC_NATIVE@ | ||
set MYPYTHON=@PYTHON_EXECUTABLE_NATIVE@ | ||
set MYCMAKEDIR=@CMAKE_SOURCE_DIR_NATIVE@ | ||
set PATH=%MYCMAKEDIR%\utils\win32;%PATH% | ||
%MYPYTHON% %MYDBLATEX% %* |