Math compiles

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3976 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-04-19 20:00:43 +00:00
parent 5d67abb539
commit b9e8ba7ba9
2 changed files with 6 additions and 8 deletions

View file

@ -1,7 +1,6 @@
## TODO
#
# * VPatch GenPat (wait for v3 written in C)
# * Get Math to Compile
# * Write SConscript for NSIS Menu
# - Use inheritance instead of current wxWidgets patches
# - Compile for POSIX too? wxWidgets is cross platform after all...
@ -23,7 +22,7 @@ plugins = [
'InstallOptions',
'LangDLL',
'Library/TypeLib',
# compile errors 'Math',
'Math',
'nsExec',
'NSISdl',
'Splash',