erste Struktur erstellt

This commit is contained in:
2023-09-21 14:37:34 +02:00
parent d4486ae9d5
commit c20b5b0287
3 changed files with 60 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
call cremig_setenv.bat
python %CREMIG_LIB%\cremig.py %*
+11
View File
@@ -0,0 +1,11 @@
@echo off
set CREMIG=C:\Users\%USERNAME%\Documents\10-Develop\CreoMigrate
set CREMIG_BIN=%CREMIG%\bin
set CREMIG_WORK=%CREMIG%\work
set CREMIG_CFG=%CREMIG%\cfg
set CREMIG_LIB=%CREMIG%\lib
set CREMIG_LOG=%CREMIG%\log
set PATH=%CREMIG%\bin;%PATH%
REM PYTHON_INCLUDE_DIR
REM PYTHON_LIBRARY