Updated launch4j
This commit is contained in:
13
launch4j/head_src/makefile
Normal file
13
launch4j/head_src/makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
MAKE = mingw32-make.exe
|
||||
|
||||
all:
|
||||
$(MAKE) -C guihead -f Makefile.win all
|
||||
$(MAKE) -C consolehead -f Makefile.win all
|
||||
$(MAKE) -C jniguihead_BETA -f Makefile.win all
|
||||
$(MAKE) -C jniconsolehead_BETA -f Makefile.win all
|
||||
|
||||
clean:
|
||||
$(MAKE) -C guihead -f Makefile.win clean
|
||||
$(MAKE) -C consolehead -f Makefile.win clean
|
||||
$(MAKE) -C jniguihead_BETA -f Makefile.win clean
|
||||
$(MAKE) -C jniconsolehead_BETA -f Makefile.win clean
|
||||
Reference in New Issue
Block a user