Don't distribute Characters yet.
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
!system "utils\upx SDL_image.dll" ignore
|
!system "utils\upx SDL_image.dll" ignore
|
||||||
|
|
||||||
Name "${PRODUCT_NAME}"
|
Name "${PRODUCT_NAME}"
|
||||||
OutFile "StepMania-CVS-20030422.exe"
|
OutFile "StepMania-CVS-20030526.exe"
|
||||||
;OutFile "StepMania301.exe"
|
;OutFile "StepMania301.exe"
|
||||||
|
|
||||||
; Some default compiler settings (uncomment and change at will):
|
; Some default compiler settings (uncomment and change at will):
|
||||||
@@ -130,9 +130,9 @@ CreateDirectory "$INSTDIR\CDTitles"
|
|||||||
SetOutPath "$INSTDIR\CDTitles"
|
SetOutPath "$INSTDIR\CDTitles"
|
||||||
File "CDTitles\instructions.txt"
|
File "CDTitles\instructions.txt"
|
||||||
|
|
||||||
CreateDirectory "$INSTDIR\Characters"
|
#CreateDirectory "$INSTDIR\Characters"
|
||||||
SetOutPath "$INSTDIR\Characters"
|
#SetOutPath "$INSTDIR\Characters"
|
||||||
File "Characters\instructions.txt"
|
#File "Characters\instructions.txt"
|
||||||
|
|
||||||
CreateDirectory "$INSTDIR\Courses"
|
CreateDirectory "$INSTDIR\Courses"
|
||||||
SetOutPath "$INSTDIR\Courses"
|
SetOutPath "$INSTDIR\Courses"
|
||||||
@@ -269,8 +269,8 @@ RMDir "$INSTDIR\Cache"
|
|||||||
Delete "$INSTDIR\CDTitles\instructions.txt"
|
Delete "$INSTDIR\CDTitles\instructions.txt"
|
||||||
RMDir "$INSTDIR\CDTitles"
|
RMDir "$INSTDIR\CDTitles"
|
||||||
|
|
||||||
Delete "$INSTDIR\Characters\instructions.txt"
|
#Delete "$INSTDIR\Characters\instructions.txt"
|
||||||
RMDir "$INSTDIR\Characters"
|
#RMDir "$INSTDIR\Characters"
|
||||||
|
|
||||||
RMDir /r "$INSTDIR\Cache"
|
RMDir /r "$INSTDIR\Cache"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user