From 55a323a8d2fae80fb4f83c1b5b35fc8639880960 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 28 May 2003 05:02:41 +0000 Subject: [PATCH] Don't distribute Characters yet. --- stepmania/stepmania.nsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index daeffa4a78..0b8bcafa93 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -28,7 +28,7 @@ !system "utils\upx SDL_image.dll" ignore Name "${PRODUCT_NAME}" -OutFile "StepMania-CVS-20030422.exe" +OutFile "StepMania-CVS-20030526.exe" ;OutFile "StepMania301.exe" ; Some default compiler settings (uncomment and change at will): @@ -130,9 +130,9 @@ CreateDirectory "$INSTDIR\CDTitles" SetOutPath "$INSTDIR\CDTitles" File "CDTitles\instructions.txt" -CreateDirectory "$INSTDIR\Characters" -SetOutPath "$INSTDIR\Characters" -File "Characters\instructions.txt" +#CreateDirectory "$INSTDIR\Characters" +#SetOutPath "$INSTDIR\Characters" +#File "Characters\instructions.txt" CreateDirectory "$INSTDIR\Courses" SetOutPath "$INSTDIR\Courses" @@ -269,8 +269,8 @@ RMDir "$INSTDIR\Cache" Delete "$INSTDIR\CDTitles\instructions.txt" RMDir "$INSTDIR\CDTitles" -Delete "$INSTDIR\Characters\instructions.txt" -RMDir "$INSTDIR\Characters" +#Delete "$INSTDIR\Characters\instructions.txt" +#RMDir "$INSTDIR\Characters" RMDir /r "$INSTDIR\Cache"