File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ LIBS=
79
79
{mpxplay}.c{$(OUTD)}.obj
80
80
$(CC) $(C_DEBUG_FLAGS) $(C_OPT_FLAGS) $(C_EXTRA_FLAGS) $(CFLAGS) $(INCLUDES) -fo=$@ $<
81
81
82
- all : $(OUTD ) $(OUTD ) \$(NAME ) .exe
82
+ all : $(OUTD ) $(OUTD ) \$(NAME ) w .exe
83
83
84
84
$(OUTD ) :
85
85
@mkdir $(OUTD )
86
86
87
- $(OUTD ) \$(NAME ) .exe : $(OUTD ) \$(NAME ) .lib
87
+ $(OUTD ) \$(NAME ) w .exe : $(OUTD ) \$(NAME ) .lib
88
88
@$(LINK ) @<<
89
89
format win pe runtime console
90
90
file $(OUTD)\main.obj name $@
Original file line number Diff line number Diff line change 36
36
#endif
37
37
#define VOL_DEFAULT 7
38
38
39
+ #define VERMAJOR "1"
40
+ #define VERMINOR "3"
41
+
39
42
extern int SNDISR_InterruptPM ();
40
43
41
44
#ifndef DJGPP
@@ -341,7 +344,7 @@ int main(int argc, char* argv[])
341
344
/* if -? or unrecognised option was entered, display help and exit */
342
345
if ( bHelp ) {
343
346
bHelp = false;
344
- printf ("VSBHDA: Sound Blaster emulation on AC97. Usage:\n" );
347
+ printf ("VSBHDA v" VERMAJOR "." VERMINOR "; Sound Blaster emulation on HDA/ AC97. Usage:\n" );
345
348
346
349
for ( i = 0 ; MAIN_Options [i ].option ; i ++ )
347
350
printf ( " %-8s: %s\n" , MAIN_Options [i ].option , MAIN_Options [i ].desc );
You can’t perform that action at this time.
0 commit comments