mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-27 14:20:34 +05:00
33d5068f3c
* The batch files automate the NSIS compile process almost completely * Refer to the README!.TXT file before attempting to make any changes to any of the files * In most cases, the main file "netgen_installer.nsi" will not need to be modified
25 lines
770 B
Plaintext
25 lines
770 B
Plaintext
# ------------------------------------------------------------
|
|
# Common Data File for the automated compile batch routines
|
|
# used to generate the Netgen Mesher Windows installers
|
|
#
|
|
# Modify this file as required
|
|
#
|
|
# Author: Philippose Rajan
|
|
# Creation Date: 22 March 2010
|
|
# ------------------------------------------------------------
|
|
|
|
# Version of Netgen to be packaged by the installer
|
|
VERSION=4.9.12
|
|
|
|
# Root location of the Netgen Sources and binaries
|
|
# for the various flavours
|
|
NETGEN=D:\netgenWin\05_Netgen_Main
|
|
|
|
# Root location of the NGSolve Sources and binaries
|
|
# for the various flavours
|
|
NGSOLVE=D:\netgenWin\07_NGSolve_Main
|
|
|
|
# Root location of the OpenCascade DLLs which also
|
|
# need to be packged into the installer
|
|
OCC=D:\occ6.3.0
|