start working on winixcli
winixcli can now read a PGModeler file and is able to generate a template through ezc winixcli parameters: --input-mode pgmodeler (only one parameter at the moment) --input-file file (pgmodeler file) --templates-dir dir_path (a path to templates directory) --template file (template file)
This commit is contained in:
5
winixcli/src/Makefile.dep
Normal file
5
winixcli/src/Makefile.dep
Normal file
@@ -0,0 +1,5 @@
|
||||
# DO NOT DELETE
|
||||
|
||||
./main.o: pgmodeler.h misc.h
|
||||
./pgmodeler.o: pgmodeler.h misc.h
|
||||
./misc.o: misc.h
|
Reference in New Issue
Block a user