Added automatic use of dll commands (see config.h for more details)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@645 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
sunjammerx 2002-08-05 02:05:00 +00:00
parent 8ef7b8fe3c
commit 31ad4513e9
16 changed files with 752 additions and 18 deletions

View file

@ -39,7 +39,7 @@ RSC=rc.exe
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /W3 /GX /O2 /Ob2 /D "_CONSOLE" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "WIN32_LEAN_AND_MEAN" /FD /c
# SUBTRACT CPP /YX /Yc /Yu
# SUBTRACT CPP /Fr /YX /Yc /Yu
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@ -152,6 +152,10 @@ SOURCE=.\exedata.cpp
# End Source File
# Begin Source File
SOURCE=.\ExternalCommands.cpp
# End Source File
# Begin Source File
SOURCE=.\lang.cpp
# End Source File
# Begin Source File
@ -208,6 +212,10 @@ SOURCE=.\exedata.h
# End Source File
# Begin Source File
SOURCE=.\ExternalCommands.h
# End Source File
# Begin Source File
SOURCE=.\lang.h
# End Source File
# Begin Source File