this is no longer a problem

This commit is contained in:
AJ Kelly
2011-05-02 17:20:02 -05:00
parent e3ed7c161e
commit 7076e8631e
+2 -2
View File
@@ -404,7 +404,7 @@ Section "Main Section" SecMain
SetOutPath "$INSTDIR\Program" SetOutPath "$INSTDIR\Program"
!ifdef INSTALL_EXECUTABLES !ifdef INSTALL_EXECUTABLES
; normal exec (xxx: hardcoded to StepMania instead of ${PRODUCT_FAMILY}) ; normal exec
File "Program\StepMania.exe" File "Program\StepMania.exe"
File "Program\StepMania.vdi" File "Program\StepMania.vdi"
; sse2 exec ; sse2 exec
@@ -412,7 +412,7 @@ Section "Main Section" SecMain
File "Program\StepMania-SSE2.vdi" File "Program\StepMania-SSE2.vdi"
; other programs ; other programs
File "Program\Texture Font Generator.exe" File "Program\Texture Font Generator.exe"
; this crashes so fuck it ; AJ can never get this built properly:
;File "Program\tools.exe" ; to be replaced eventually ;File "Program\tools.exe" ; to be replaced eventually
!endif !endif
!ifdef ASSOCIATE_SMZIP !ifdef ASSOCIATE_SMZIP