Skip to content

Commit

Permalink
windows exe
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Oct 10, 2023
1 parent 8bb89df commit 6fe315f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions openssl/windows.mk
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@ publish_queue_callback_subloop.exe: ..\core\samples\publish_queue_callback_sublo
pubnub_fntest.exe: ..\core\fntest\pubnub_fntest.c ..\core\fntest\pubnub_fntest_basic.c ..\core\fntest\pubnub_fntest_medium.c ..\windows\fntest\pubnub_fntest_windows.c ..\windows\fntest\pubnub_fntest_runner.c pubnub_sync.lib
$(CC) $(CFLAGS) $(INCLUDES) ..\core\fntest\pubnub_fntest.c ..\core\fntest\pubnub_fntest_basic.c ..\core\fntest\pubnub_fntest_medium.c ..\windows\fntest\pubnub_fntest_windows.c ..\windows\fntest\pubnub_fntest_runner.c pubnub_sync.lib $(LIBS)

pubnub_crypto_module_sample: ..\core\samples\pubnub_crypto_module_sample.c pubnub_sync.a
$(CC) -o $@ -D PUBNUB_CRYPTO_API $(CFLAGS) $(INCLUDES) -I ..\core ..\core\samples\pubnub_crypto_module_sample.c pubnub_sync.a $(LIBS)

pubnub_crypto_module_sample.exe: ..\core\samples\pubnub_crypto_module_sample.c pubnub_sync.lib
$(CC) -o $@ -D PUBNUB_CRYPTO_API $(CFLAGS) $(INCLUDES) -I ..\core ..\core\samples\pubnub_crypto_module_sample.c pubnub_sync.lib $(LIBS)


CONSOLE_SOURCEFILES=..\core\samples\console\pubnub_console.c ..\core\samples\console\pnc_helpers.c ..\core\samples\console\pnc_readers.c ..\core\samples\console\pnc_subscriptions.c
Expand Down

0 comments on commit 6fe315f

Please sign in to comment.